dolphin/Source/Core/Core/Src/HW
Marcus Wanners 56445b20ba Removed CPUCompare.h and all its references.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2553 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-04 23:48:25 +00:00
..
AudioInterface.cpp an attempt to clean up the logging a bit 2009-03-02 01:49:16 +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
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
CommandProcessor.cpp an attempt to clean up the logging a bit 2009-03-02 01:49:16 +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
DSP.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
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 Added LOGLEVEL support, release will now defined LOGLEVEL 2 (errors and warnings) 2009-03-04 22:29:03 +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.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
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 reorganize SI and EXI interfaces, add a gui for picking devices. XK, that was annoying. Now, you can deal with SI_Channel. This commit changes how memcards are handled a little, now they are .REGION.raw, like .USA.raw, and can be in any dir. 2009-02-02 22:29:33 +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 Added LOGLEVEL support, release will now defined LOGLEVEL 2 (errors and warnings) 2009-03-04 22:29:03 +00:00
EXI_DeviceIPL.h update EXI_DeviceIPL to use Sram.h 2009-03-02 03:48:49 +00:00
EXI_DeviceMemoryCard.cpp an attempt to clean up the logging a bit 2009-03-02 01:49:16 +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
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 Added LOGLEVEL support, release will now defined LOGLEVEL 2 (errors and warnings) 2009-03-04 22:29:03 +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 Added LOGLEVEL support, release will now defined LOGLEVEL 2 (errors and warnings) 2009-03-04 22:29:03 +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 an attempt to clean up the logging a bit 2009-03-02 01:49:16 +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.cpp Added LOGLEVEL support, release will now defined LOGLEVEL 2 (errors and warnings) 2009-03-04 22:29:03 +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
SI_Device.cpp just some more comments for SI :) 2009-03-02 05:55:39 +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 an attempt to clean up the logging a bit 2009-03-02 01:49:16 +00:00
SI_DeviceGBA.h reorganize SI and EXI interfaces, add a gui for picking devices. XK, that was annoying. Now, you can deal with SI_Channel. This commit changes how memcards are handled a little, now they are .REGION.raw, like .USA.raw, and can be in any dir. 2009-02-02 22:29:33 +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
Sram.h update EXI_DeviceIPL to use Sram.h 2009-03-02 03:48:49 +00:00
StreamADPCM.H UUpdate svn:eol-style=native ( r1438 ) for Source/*.h 2009-02-23 06:17:57 +00:00
StreamADPCM.cpp set svn:eol-style=native for **.cpp 2008-12-08 05:30:24 +00:00
SystemTimers.cpp 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
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 just some debug helper 2009-03-02 21:10:46 +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 an attempt to clean up the logging a bit 2009-03-02 01:49:16 +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