mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
486de022df
VolumeDirectory doesn't support necessities like TMDs, so thanks to 5.0-2172 (18968ab), EmulatedBS2_Wii crashes when the inserted disc is a VolumeDirectory. This commit fixes that. This commit makes our DOL booting code very similar to our ELF booting code. One exception is that the DOL booting code still always calls SetupBAT. (Note that EmulatedBS2_GC calls SetupBAT even if no disc is inserted.) I'm not sure if there's a point to the difference, but I thought I'd better avoid changing it so that I don't break anything.