dolphin/Source/Core/DiscIO
hyperiris 42a7d2fc85 Fix of issue 408, the game still can't boot.
Implement DVDLowUnencryptedRead, Medal Of Honor Heroes 2 use it to get DVD PartitionsInfo (disk offset 0x40000).
and the game try to use IOCtlV, code 0x8b, bushing point out, IOCtlV 0x8b is DVDLowOpenPartition too, so I just return 0 for success.
need further work on this.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2367 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-02-22 13:59:06 +00:00
..
Src Fix of issue 408, the game still can't boot. 2009-02-22 13:59:06 +00:00
DiscIO.vcproj replaced the ugly wx window with PanicYesNo 2008-11-26 18:20:28 +00:00