summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2022-11-05 13:55:17 +0100
committerJosJuice <josjuice@gmail.com>2022-11-05 13:55:17 +0100
commitfb916a4c336c2bd82666d08e8b04bb2d1123968a (patch)
tree6127ca6463fee0f974b4c8396eb318d8f862a52e /Source/Core/VideoCommon/CommandProcessor.cpp
parent0210d115c22a1c5745c76eaefe38b5d0af3247f9 (diff)
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).
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
0 files changed, 0 insertions, 0 deletions