dolphin/Source/Core/Core/Boot
Léo Lam 3dd777be70 Boot: Add default exception handlers
Some homebrew expect exception handlers to be present -- which is
almost always the case on console, since most of the time homebrew are
launched from either a libogc or SDK title) -- and break if they are
not. To fix this, we just need to include default, dummy handlers.
2017-12-09 17:24:04 +01:00
..
Boot_BS2Emu.cpp Boot: Fix BAT setup in Wii mode 2017-12-09 17:24:03 +01:00
Boot_WiiWAD.cpp Boot: Install WADs temporarily 2017-10-24 11:41:55 +02:00
Boot.cpp Boot: Add default exception handlers 2017-12-09 17:24:04 +01:00
Boot.h Drop the direct WAD launch hack 2017-10-24 11:41:54 +02:00
DolReader.cpp Turn VolumeDirectory into DirectoryBlob 2017-08-01 11:36:40 +02:00
DolReader.h Turn VolumeDirectory into DirectoryBlob 2017-08-01 11:36:40 +02:00
ElfReader.cpp Turn VolumeDirectory into DirectoryBlob 2017-08-01 11:36:40 +02:00
ElfReader.h Turn VolumeDirectory into DirectoryBlob 2017-08-01 11:36:40 +02:00
ElfTypes.h