| .. |
|
AudioInterface.cpp
|
set svn:eol-style=native for **.cpp
|
2008-12-08 05:30:24 +00:00 |
|
AudioInterface.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
|
CommandProcessor.cpp
|
optimize function call: point out by magumagu, GetVideo() is a kind of bottleneck, so move it out of loop;
|
2009-02-09 14:24:39 +00:00 |
|
CommandProcessor.h
|
break my BOOLs
|
2009-01-24 22:02:27 +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
|
Hm, not sure I meant to turn this on :P
|
2009-02-20 22:39:05 +00:00 |
|
DSP.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
|
DVDInterface.cpp
|
Change disc: Moved some code around, no change in functionality
|
2008-12-23 08:47:37 +00:00 |
|
DVDInterface.h
|
Adds IsDrive to FileUtil for win32,
|
2009-02-21 23:44:40 +00:00 |
|
EXI_Channel.cpp
|
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_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
|
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.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
|
some prepare / debugging of issue 408, can't work now
|
2009-02-22 00:54:53 +00:00 |
|
EXI_DeviceIPL.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
|
EXI_DeviceMemoryCard.cpp
|
Adds IsDrive to FileUtil for win32,
|
2009-02-21 23:44:40 +00:00 |
|
EXI_DeviceMemoryCard.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
|
EXI_DeviceMic.cpp
|
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_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
|
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.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 |
|
GPFifo.cpp
|
Undo 2136 - not really an optimization since this loop rarely runs more than once. It also may be a cause of spurious bad GetPointer calls.
|
2009-02-15 11:39:24 +00:00 |
|
GPFifo.h
|
fix compile warning: 'unsigned char * GPFifo::m_gatherPipe' has different alignment in JitAsm.cpp and GPFifo.cpp: 1 and 32
|
2009-02-07 16:40:19 +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
|
Some more info in the memmap getpointer error.
|
2009-02-21 15:45:38 +00:00 |
|
Memmap.h
|
MemMap: Divided into two files
|
2009-01-18 09:51:09 +00:00 |
|
MemmapFunctions.cpp
|
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 |
|
MemoryInterface.cpp
|
set svn:eol-style=native for **.cpp
|
2008-12-08 05:30:24 +00:00 |
|
MemoryInterface.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
|
PeripheralInterface.cpp
|
Change PanicAlert for _dbg_assert_msg_ in case of PI_RESET_CODE (i122).
|
2008-12-14 13:55:12 +00:00 |
|
PeripheralInterface.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
|
PixelEngine.cpp
|
some clean up but there are too many references to g_CoreStartupParameter directly:(
|
2009-01-18 01:45:53 +00:00 |
|
PixelEngine.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
|
SI_Device.cpp
|
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_Device.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_DeviceGBA.cpp
|
Allow changing of the debugger font and some cleanup
|
2009-02-06 18:18:20 +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
|
fix weirdo serialinterface (pad) errors. get rid of si_channel. i guess it was a bad idea :<
|
2009-02-08 02:58:18 +00:00 |
|
SI_DeviceGCController.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.cpp
|
fix weirdo serialinterface (pad) errors. get rid of si_channel. i guess it was a bad idea :<
|
2009-02-08 02:58:18 +00:00 |
|
SI.h
|
fix weirdo serialinterface (pad) errors. get rid of si_channel. i guess it was a bad idea :<
|
2009-02-08 02:58:18 +00:00 |
|
StreamADPCM.cpp
|
set svn:eol-style=native for **.cpp
|
2008-12-08 05:30:24 +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 |
|
SystemTimers.cpp
|
Only apply patches in the SI Callback
|
2009-02-20 23:42:21 +00:00 |
|
SystemTimers.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
|
VideoInterface.cpp
|
XFB in SC reverted back to its previous behavior (thx donko). But still hacked in DC (still a FIXME).
|
2009-01-27 20:59:27 +00:00 |
|
VideoInterface.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
|
WII_IOB.cpp
|
set svn:eol-style=native for **.cpp
|
2008-12-08 05:30:24 +00:00 |
|
WII_IOB.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |
|
WII_IPC.cpp
|
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 |
|
WII_IPC.h
|
set svn:eol-style=native for **.h
|
2008-12-08 04:46:09 +00:00 |