dolphin/Source/Core/Core/Src/HW
Shawn Hoffman 9984be6580 Clean ipl device code a bit
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3103 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-04-29 15:17:36 +00:00
..
AudioInterface.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
AudioInterface.h Some code cleanup 2009-03-28 08:57:34 +00:00
CommandProcessor.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
CommandProcessor.h Some code cleanup 2009-03-28 08:57:34 +00:00
CPU.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
CPU.h Some code cleanup 2009-03-28 08:57:34 +00:00
DSP.cpp DSP: Add cycles parameter to all Update functions in HLE, might be useful someday :p A couple more signatures for the idle skip detector. no big functional changes 2009-04-08 18:36:53 +00:00
DSP.h Some code cleanup 2009-03-28 08:57:34 +00:00
DVDInterface.cpp Add the option to filter gamelist 2009-04-28 02:30:50 +00:00
DVDInterface.h Some code cleanup 2009-03-28 08:57:34 +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 Add Fix002 gameini parameter (no ui yet). Hack to fix games that display "002 error" without having to manually patch the games. (yeah this is ugly). 2009-04-10 21:09:49 +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 Some code cleanup 2009-03-28 08:57:34 +00:00
EXI_DeviceAD16.h Some code cleanup 2009-03-28 08:57:34 +00:00
EXI_DeviceEthernet.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
EXI_DeviceEthernet.h Some code cleanup 2009-03-28 08:57:34 +00:00
EXI_DeviceIPL.cpp Clean ipl device code a bit 2009-04-29 15:17:36 +00:00
EXI_DeviceIPL.h Clean ipl device code a bit 2009-04-29 15:17:36 +00:00
EXI_DeviceMemoryCard.cpp fix CreateFullPath, fix memcards not being created if the path didn't exist for some reason, don't put dsptool .pdb files in the binary dir 2009-04-16 17:24:06 +00:00
EXI_DeviceMemoryCard.h Some code cleanup 2009-03-28 08:57:34 +00:00
EXI_DeviceMic.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
EXI_DeviceMic.h Some code cleanup 2009-03-28 08:57:34 +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 Some code cleanup 2009-03-28 08:57:34 +00:00
GPFifo.h Some code cleanup 2009-03-28 08:57:34 +00:00
HW.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
HW.h Some code cleanup 2009-03-28 08:57:34 +00:00
Memmap.cpp fix for memmap when booting gc apps in wii mode 2009-04-27 16:53:17 +00:00
Memmap.h Some code cleanup 2009-03-28 08:57:34 +00:00
MemmapFunctions.cpp "better" ppc exception handling. I don't see any real world difference, though 2009-04-06 14:15:02 +00:00
MemoryInterface.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
MemoryInterface.h Some code cleanup 2009-03-28 08:57:34 +00:00
PeripheralInterface.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
PeripheralInterface.h Some code cleanup 2009-03-28 08:57:34 +00:00
PixelEngine.cpp Fixed the names of the BBOX registers, plus a comment about how to fix the return values. 2009-04-24 22:31:15 +00:00
PixelEngine.h Some code cleanup 2009-03-28 08:57:34 +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 Some code cleanup 2009-03-28 08:57:34 +00:00
StreamADPCM.cpp Switch DTK ADPCM decoder to the one by hcs/destop, since it sounds quite a bit better. Affects Ikaruga, Crazy Taxi and maybe some more GC games. 2009-03-21 17:19:46 +00:00
StreamADPCM.H Switch DTK ADPCM decoder to the one by hcs/destop, since it sounds quite a bit better. Affects Ikaruga, Crazy Taxi and maybe some more GC games. 2009-03-21 17:19:46 +00:00
SystemTimers.cpp DSP: New non-threaded mode for the LLE plugin, with some idle skipping enabled. Use Dolphin Main config to set it. Some minor optimization and some spelling fixes. 2009-04-08 20:26:33 +00:00
SystemTimers.h Some code cleanup 2009-03-28 08:57:34 +00:00
VideoInterface.cpp replace actually changing VI beam position regs on a write, instead just log it. 2009-04-28 01:02:48 +00:00
VideoInterface.h Some code cleanup 2009-03-28 08:57:34 +00:00
WII_IOB.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
WII_IOB.h Some code cleanup 2009-03-28 08:57:34 +00:00
WII_IPC.cpp Some code cleanup 2009-03-28 08:57:34 +00:00
WII_IPC.h Some code cleanup 2009-03-28 08:57:34 +00:00