dolphin/Source/Core
JosJuice fb916a4c33 Boot: Load DOL/ELF after memory setup
I recently talked to a homebrew developer who was trying to add exception
handlers at link time but found out that Dolphin was overwriting their
exception handlers. I figure that's not the usual way to do exception
handlers, but... making us load the executable after setting up memory
rather than before is easy, and matches what we do when booting discs,
so I suppose there's no reason not to do it. It also matches the intent
of why Dolphin is writing default exception handlers – we're writing
them because some homebrew relies on exception handlers being left
around from whatever program was running before it (see 3dd777be70).
2022-11-05 13:55:17 +01:00
..
AudioCommon WaveFile: Fix size check 2022-10-22 11:44:38 -07:00
Common Merge pull request #11220 from shuffle2/macversion 2022-10-30 15:19:55 -04:00
Core Boot: Load DOL/ELF after memory setup 2022-11-05 13:55:17 +01:00
DiscIO VolumeVerifier: fix bogus "serial/version missing" error 2022-10-29 21:32:57 +01:00
DolphinNoGUI
DolphinQt Merge pull request #11185 from TryTwo/PR_MemoryWidget_Address_Input_History 2022-10-30 04:21:14 -04:00
DolphinTool
InputCommon Merge pull request #10979 from tellowkrinkle/QuartzWindowSpeed 2022-10-22 04:55:12 -04:00
MacUpdater MacUpdater: check os version 2022-10-30 12:04:57 -07:00
UICommon WinUpdater: Defer modifying any files until Updater.exe 2022-10-21 19:14:00 -07:00
UpdaterCommon MacUpdater: check os version 2022-10-30 12:04:57 -07:00
VideoBackends OGL: use already known object label lengths 2022-11-01 01:10:03 +00:00
VideoCommon VertexLoader: Remove "too many initializer values" workaround functions 2022-10-25 15:29:09 -07:00
WinUpdater MacUpdater: check os version 2022-10-30 12:04:57 -07:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #11072 from SketchMaster2001/wiiconnect24 2022-10-16 04:31:28 +02:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props