dolphin/Source/Core
XTra.KrazzY c779f95b87 -Wii System Menu now recognizes DVDs using the Load Disc/Eject feature!
Games hang though (probably due to unknown ES call)
-/dev/di IPC: Cleaned up code and fixed a bug (which I used to accidentally find out what I did), added Volume eject feature for VolumeHandler. 
-Partially documented Wii DVD cover flags.
-Files opened in Wii Read-Write mode are now set to append.
-Removed annoying overhead-ish "Idle" log message.

As for /dev/di: Someone clearly didn't know what he was doing in that file. Someone freed memory which didn't belong to that file and then complained about a crash. Needless to say the problem is now solved.

Big TODO on the /dev/di code though, ExecuteCommand is practically doing nothing but reading.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3365 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-06-08 00:14:48 +00:00
..
AudioCommon Tiny crash fix for the wiimote plugin as well as a safer check for the volume in DSP HLE 2009-06-03 20:09:48 +00:00
Common fix windows debugfast build and warning fix in SDCardUtil.cpp 2009-05-14 00:19:35 +00:00
Core -Wii System Menu now recognizes DVDs using the Load Disc/Eject feature! 2009-06-08 00:14:48 +00:00
DebuggerWX fix some dir issue on osx, if there is a problem on windows or linux, see this : GetSysDirectory in FileUtil.cpp 2009-05-07 21:19:55 +00:00
DiscIO Change the screenshots rescale function to always work according to the A/R setting, and not just on native res: fixes 16/9 wii games. 2009-06-07 21:10:02 +00:00
DolphinWX -Wii System Menu now recognizes DVDs using the Load Disc/Eject feature! 2009-06-08 00:14:48 +00:00
DSPCore DSP LLE: Just some renaming and cleanup. Prepared for proper base address support in disassembly. Added a "DebugInterface" for the DSP which would allow us to hook up a CodeView .. although CoreView currently doesn't have any support for variable-length instructions. 2009-06-07 11:06:40 +00:00
InputCommon more scons build fixups 2009-04-12 21:30:22 +00:00
VideoCommon Compile fix :p 2009-06-04 16:33:48 +00:00