dolphin/Source/Core/Core/Src/HW
2009-03-20 20:52:37 +00:00
..
AudioInterface.cpp moved some noisy warnings to DEBUG/INFO 2009-03-18 09:25:05 +00:00
AudioInterface.h Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few crash bugs in FileUtil.cpp. 2009-02-28 01:26:56 +00:00
CommandProcessor.cpp Fix DEBUG logging (didn't work!). Shuffle around the log levels to make more sense (now NOTICE is the top one and always on), the rest is ERROR, WARNING, INFO, DEBUG. Fix the log levels of a lot of stuff. Use macros instead of numbers for various log level checks. 2009-03-20 20:52:37 +00:00
CommandProcessor.h Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few crash bugs in FileUtil.cpp. 2009-02-28 01:26:56 +00:00
CPU.cpp The Mega Change Of Doom - or, fixing Stop. Almost. At least it's better than before. However, the OpenGL plugin seems to lose textures a lot between game restarts :P I think the GL plugin needs to do a lot more cleanup. 2009-02-20 22:04:52 +00:00
CPU.h Remove/cleanup some auto-"breaks" in the code. they are annoying when debugging. (jit64 hits the DSP.cpp case in animal crossing) :/ 2009-02-17 23:07:10 +00:00
DSP.cpp moved some noisy warnings to DEBUG/INFO 2009-03-18 09:25:05 +00:00
DSP.h Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few crash bugs in FileUtil.cpp. 2009-02-28 01:26:56 +00:00
DVDInterface.cpp Fix DEBUG logging (didn't work!). Shuffle around the log levels to make more sense (now NOTICE is the top one and always on), the rest is ERROR, WARNING, INFO, DEBUG. Fix the log levels of a lot of stuff. Use macros instead of numbers for various log level checks. 2009-03-20 20:52:37 +00:00
DVDInterface.h Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few crash bugs in FileUtil.cpp. 2009-02-28 01:26:56 +00:00
EXI_Channel.cpp More log cleanup. Commented the old macros in Log.h, uncomment it if there are any problems. 2009-03-02 11:43:38 +00:00
EXI_Channel.h Make the OptimizeQuantizers option apply to the IL build. More cleanup. 2009-03-20 19:12:04 +00:00
EXI_Device.cpp an attempt to clean up the logging a bit 2009-03-02 01:49:16 +00:00
EXI_Device.h Fixed NullSound hanging on movies. Compared to DSound, it's now slower on movies but faster in menus 2009-02-09 19:50:06 +00:00
EXI_DeviceAD16.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
EXI_DeviceAD16.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
EXI_DeviceEthernet.cpp Bit more BBA work. Still no idea what I'm doing 2008-12-17 22:55:03 +00:00
EXI_DeviceEthernet.h Bit more BBA work. Still no idea what I'm doing 2008-12-17 22:55:03 +00:00
EXI_DeviceIPL.cpp Fix DEBUG logging (didn't work!). Shuffle around the log levels to make more sense (now NOTICE is the top one and always on), the rest is ERROR, WARNING, INFO, DEBUG. Fix the log levels of a lot of stuff. Use macros instead of numbers for various log level checks. 2009-03-20 20:52:37 +00:00
EXI_DeviceIPL.h update EXI_DeviceIPL to use Sram.h 2009-03-02 03:48:49 +00:00
EXI_DeviceMemoryCard.cpp Fix DEBUG logging (didn't work!). Shuffle around the log levels to make more sense (now NOTICE is the top one and always on), the rest is ERROR, WARNING, INFO, DEBUG. Fix the log levels of a lot of stuff. Use macros instead of numbers for various log level checks. 2009-03-20 20:52:37 +00:00
EXI_DeviceMemoryCard.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
EXI_DeviceMic.cpp More log cleanup. Commented the old macros in Log.h, uncomment it if there are any problems. 2009-03-02 11:43:38 +00:00
EXI_DeviceMic.h more mic WIP. Seems to at least give correct volume levels to odama, it might even work. 2009-02-09 15:46:15 +00:00
EXI.cpp allow hotplugging of exi devices. memcard_a seems to have some bug which convinces the hw there is a 0mb device there when it's really a dummy device... 2009-02-28 21:30:43 +00:00
EXI.h allow hotplugging of exi devices. memcard_a seems to have some bug which convinces the hw there is a 0mb device there when it's really a dummy device... 2009-02-28 21:30:43 +00:00
GBAPipe.cpp fix annoying debug break in win32. some cleanup 2009-03-10 05:43:18 +00:00
GBAPipe.h fix annoying debug break in win32. some cleanup 2009-03-10 05:43:18 +00:00
GPFifo.cpp First step towards fixing star wars force unleashed : make 64-bit hw writes possible 2009-02-23 19:45:40 +00:00
GPFifo.h Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few crash bugs in FileUtil.cpp. 2009-02-28 01:26:56 +00:00
HW.cpp Wiimote: 2009-02-07 03:16:41 +00:00
HW.h Wiimote: 2009-02-07 03:16:41 +00:00
Memmap.cpp Fix DEBUG logging (didn't work!). Shuffle around the log levels to make more sense (now NOTICE is the top one and always on), the rest is ERROR, WARNING, INFO, DEBUG. Fix the log levels of a lot of stuff. Use macros instead of numbers for various log level checks. 2009-03-20 20:52:37 +00:00
Memmap.h Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few crash bugs in FileUtil.cpp. 2009-02-28 01:26:56 +00:00
MemmapFunctions.cpp Fix DEBUG logging (didn't work!). Shuffle around the log levels to make more sense (now NOTICE is the top one and always on), the rest is ERROR, WARNING, INFO, DEBUG. Fix the log levels of a lot of stuff. Use macros instead of numbers for various log level checks. 2009-03-20 20:52:37 +00:00
MemoryInterface.cpp an attempt to clean up the logging a bit 2009-03-02 01:49:16 +00:00
MemoryInterface.h Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few crash bugs in FileUtil.cpp. 2009-02-28 01:26:56 +00:00
PeripheralInterface.cpp an attempt to clean up the logging a bit 2009-03-02 01:49:16 +00:00
PeripheralInterface.h Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few crash bugs in FileUtil.cpp. 2009-02-28 01:26:56 +00:00
PixelEngine.cpp Turn some WARN logs into INFO logs. 2009-03-20 19:51:00 +00:00
PixelEngine.h Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few crash bugs in FileUtil.cpp. 2009-02-28 01:26:56 +00:00
SI_Device.cpp fix some gcc warnings 2009-03-07 08:07:11 +00:00
SI_Device.h UUpdate svn:eol-style=native ( r1438 ) for Source/*.h 2009-02-23 06:17:57 +00:00
SI_DeviceGBA.cpp experimental GBA stuff for XK :) 2009-03-06 23:35:49 +00:00
SI_DeviceGBA.h experimental GBA stuff for XK :) 2009-03-06 23:35:49 +00:00
SI_DeviceGCController.cpp just some more comments for SI :) 2009-03-02 05:55:39 +00:00
SI_DeviceGCController.h just some more comments for SI :) 2009-03-02 05:55:39 +00:00
SI.cpp Fix DEBUG logging (didn't work!). Shuffle around the log levels to make more sense (now NOTICE is the top one and always on), the rest is ERROR, WARNING, INFO, DEBUG. Fix the log levels of a lot of stuff. Use macros instead of numbers for various log level checks. 2009-03-20 20:52:37 +00:00
SI.h enable hotswapping of SI devices. not quite sure if si_dummy is detected as no device or unknown device, but games seem to like it. 2009-03-02 04:02:09 +00:00
Sram.h My attempt at a Flag for Italy, feel free to improve on it :P 2009-03-08 18:12:57 +00:00
StreamADPCM.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
StreamADPCM.H UUpdate svn:eol-style=native ( r1438 ) for Source/*.h 2009-02-23 06:17:57 +00:00
SystemTimers.cpp remove include of feature not yet commited :P 2009-03-05 23:52:31 +00:00
SystemTimers.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
VideoInterface.cpp an attempt to clean up the logging a bit 2009-03-02 01:49:16 +00:00
VideoInterface.h Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few crash bugs in FileUtil.cpp. 2009-02-28 01:26:56 +00:00
WII_IOB.cpp Turn some WARN logs into INFO logs. 2009-03-20 19:51:00 +00:00
WII_IOB.h Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few crash bugs in FileUtil.cpp. 2009-02-28 01:26:56 +00:00
WII_IPC.cpp Turn some WARN logs into INFO logs. 2009-03-20 19:51:00 +00:00
WII_IPC.h Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few crash bugs in FileUtil.cpp. 2009-02-28 01:26:56 +00:00