dolphin/Source/Core
John Peterson e4725675fd Notice: This revision break compatibility with all old savegames
This was needed for the three Namco games Baten Kaitos - Wings, Origins and Tales of Symphonia to recognize that it was booting CD2. The critical value was the Disk ID byte 0x00000006 in the memory and on the disc, for these games it was 0x00 for CD1 and 0x01 for CD2. I'm not sure if any other multidisc games are affected by this.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@657 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-09-24 09:53:48 +00:00
..
Common Moved ScanDirectoryTree() to FileUtil: this is a generic directory scanning function which might be useful in other places as well. 2008-09-23 23:27:38 +00:00
Core Notice: This revision break compatibility with all old savegames 2008-09-24 09:53:48 +00:00
DebuggerWX added VolumeDirectory and modified ELF boot code to allow a directory on the user's computer to appear as the DVD drive. Linux support needs to be added. Added functionality to the Wii DI. Clicking on a data symbol in the code window sets the memory list to that address. 2008-09-23 00:05:08 +00:00
DiscIO Do not use 32-bit masks on 64-bit offsets. 2008-09-23 23:29:54 +00:00
DolphinWX small warning fix 2008-09-24 07:04:56 +00:00
VideoCommon cleaned up SConscripts 2008-09-21 19:54:29 +00:00