dolphin/Source/Core/Core/Src/HW
John Peterson ea575cf5df Typo
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1355 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-12-01 03:34:18 +00:00
..
AudioInterface.cpp Readded log manager changes, now with a LOGV function to use the verbosity levels. 2008-11-07 20:08:31 +00:00
AudioInterface.h Replaced "unsigned __int32" by "u32". 2008-09-02 23:44:54 +00:00
CPU.cpp Switch between JIT and Interpreter at runtime using the debug window (pause first!) 2008-08-25 20:34:11 +00:00
CPU.h Initial megacommit. 2008-07-12 17:40:22 +00:00
CPUCompare.cpp Switch between JIT and Interpreter at runtime using the debug window (pause first!) 2008-08-25 20:34:11 +00:00
CPUCompare.h Initial megacommit. 2008-07-12 17:40:22 +00:00
CommandProcessor.cpp some cleanup 2008-11-26 17:16:54 +00:00
CommandProcessor.h DC fix: Since game's frame-finish-watchdog have nothing to do with RTC, the faked GP watchdog moved in scheduler. DC should work for everyone now, we just may need to adjust FAKE_GP_WATCHDOG_PERIOD. TODO if it worth it: the actual re-scheduling of the new callback is stupid, so... + Some clean up. + Remove the unused GPUCallBack. 2008-11-18 13:08:46 +00:00
DSP.cpp Made all updates apply in DSP HLE 2008-11-17 16:59:20 +00:00
DSP.h Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
DVDInterface.cpp Readded log manager changes, now with a LOGV function to use the verbosity levels. 2008-11-07 20:08:31 +00:00
DVDInterface.h Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
EXI.cpp Flips the XFB around and some other things 2008-10-15 21:12:43 +00:00
EXI.h Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
EXI_Channel.cpp Readded log manager changes, now with a LOGV function to use the verbosity levels. 2008-11-07 20:08:31 +00:00
EXI_Channel.h SaveState preparations #1 - Annotate all(?) state. (NO SCHEDULE PROMISE!) 2008-08-21 18:23:10 +00:00
EXI_Device.cpp warning fixes 2008-11-26 19:42:22 +00:00
EXI_Device.h Flips the XFB around and some other things 2008-10-15 21:12:43 +00:00
EXI_DeviceAD16.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
EXI_DeviceAD16.h SaveState preparations #1 - Annotate all(?) state. (NO SCHEDULE PROMISE!) 2008-08-21 18:23:10 +00:00
EXI_DeviceEthernet.cpp Stabby Stabby old BBA code since I didn't even know wth was going on, and I still don't 2008-11-04 03:03:32 +00:00
EXI_DeviceEthernet.h Stabby Stabby old BBA code since I didn't even know wth was going on, and I still don't 2008-11-04 03:03:32 +00:00
EXI_DeviceIPL.cpp Migration to the new dir struct (in code only!, no deletion of old dirs...yet). VS projects copy Data/* to Binary/<arch>. Added SConscript to some projects where it was missing. This is the time to move over all your files! 2008-11-12 04:54:17 +00:00
EXI_DeviceIPL.h SaveState preparations #1 - Annotate all(?) state. (NO SCHEDULE PROMISE!) 2008-08-21 18:23:10 +00:00
EXI_DeviceMemoryCard.cpp Readded log manager changes, now with a LOGV function to use the verbosity levels. 2008-11-07 20:08:31 +00:00
EXI_DeviceMemoryCard.h Ok, part 2/2 of the symbol code rewrite. You can now create and use function signature files. A monkey ball signature file included. Now to add some cooler features... 2008-08-24 18:50:51 +00:00
EXI_DeviceMic.cpp Tons more Microphone work, due to me sucking, it doesn't work yet though. 2008-11-04 09:05:10 +00:00
EXI_DeviceMic.h Tons more Microphone work, due to me sucking, it doesn't work yet though. 2008-11-04 09:05:10 +00:00
GPFifo.cpp Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
GPFifo.h Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
HW.cpp Fixed some valgrind warnings. 2008-09-14 09:12:19 +00:00
HW.h Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
Memmap.cpp Typo 2008-12-01 03:34:18 +00:00
Memmap.h added support for instruction read exceptions in interpreter 2008-10-15 12:47:43 +00:00
MemoryInterface.cpp Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
MemoryInterface.h Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
PeripheralInterface.cpp Optimize vertex loader with a mini JIT (only first step, more optimizations may follow). Some various error message and warning fixes. 2008-11-23 17:46:14 +00:00
PeripheralInterface.h Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
PixelEngine.cpp DC + fifo: small fix/correction ;). Remove old stupid OnIdleDC stuff. Interesting: DSPnull with DC + IdleSkipping show invalid read addr sometimes. 2008-11-24 16:33:38 +00:00
PixelEngine.h Replaced "unsigned __int16" by "u16". 2008-09-02 23:32:05 +00:00
SerialInterface.cpp Readded log manager changes, now with a LOGV function to use the verbosity levels. 2008-11-07 20:08:31 +00:00
SerialInterface.h Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
SerialInterface_Devices.cpp Some more Work done with Microphone, added a Semi-decent way of checking for Mic Button 2008-10-16 01:15:15 +00:00
SerialInterface_Devices.h This is a HUUUUUUUUUUUUUUUUUUUUUUGE commit, Make sure I didn't break too much ;p 2008-10-20 22:31:55 +00:00
StreamADPCM.H Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
StreamADPCM.cpp Save states - more boring groundwork. Far from done. 2008-08-21 23:28:07 +00:00
SystemTimers.cpp ISOProperties.cpp can now toggle and remove cheats/patches. Still have to do add/edit. Put PatchEngine in it's own namespace, changed format of patches. 2008-11-24 19:11:15 +00:00
SystemTimers.h Initial megacommit. 2008-07-12 17:40:22 +00:00
VideoInterface.cpp Readded log manager changes, now with a LOGV function to use the verbosity levels. 2008-11-07 20:08:31 +00:00
VideoInterface.h Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
WII_IOB.cpp Readded log manager changes, now with a LOGV function to use the verbosity levels. 2008-11-07 20:08:31 +00:00
WII_IOB.h Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
WII_IPC.cpp Readded log manager changes, now with a LOGV function to use the verbosity levels. 2008-11-07 20:08:31 +00:00
WII_IPC.h Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00