Play-/Source/ee
Jean-Philip Desjardins 94012ec71e Code style fixes.
2018-09-02 13:11:09 -04:00
..
COP_VU_Reflection.cpp Clang format 2018-04-30 21:01:23 +01:00
COP_VU.cpp Remove unneeded define. 2018-05-25 12:38:15 -04:00
COP_VU.h Clang format 2018-04-30 21:01:23 +01:00
Dmac_Channel.cpp Make sure MADR is within MFIFO's buffer limits. 2018-06-14 06:50:54 -04:00
Dmac_Channel.h Add basic destination chain transfer mode support for DMAch8. 2018-05-30 13:19:49 -04:00
DMAC.cpp Rename source chain DMAtag ID enums. 2018-05-30 13:19:49 -04:00
DMAC.h Rename source chain DMAtag ID enums. 2018-05-30 13:19:49 -04:00
Ee_SubSystem.cpp Reset executor before loading state. 2018-09-02 13:08:36 -04:00
Ee_SubSystem.h MipsExecutor is now owned by MIPS CPU context. 2018-07-26 21:38:16 -04:00
EEAssembler.cpp Clang format 2018-04-30 21:01:23 +01:00
EEAssembler.h Clang format 2018-04-30 21:01:23 +01:00
EeExecutor.cpp Breakpoints now work again. 2018-07-26 21:38:17 -04:00
EeExecutor.h Breakpoints now work again. 2018-07-26 21:38:17 -04:00
FpAddTruncate.cpp Clang format 2018-04-30 21:01:23 +01:00
FpAddTruncate.h Moved EE and GS specific files in a separate folder. 2015-05-06 00:54:15 -04:00
FpMulTruncate.cpp Clang format 2018-04-30 21:01:23 +01:00
FpMulTruncate.h Moved EE and GS specific files in a separate folder. 2015-05-06 00:54:15 -04:00
GIF.cpp Add missing GIF packed reg desc. 2018-06-11 13:02:08 -04:00
GIF.h Clang format 2018-04-30 21:01:23 +01:00
INTC.cpp Change the way GS interrupts are handled. 2018-08-08 12:28:06 -04:00
INTC.h Change the way GS interrupts are handled. 2018-08-08 12:28:06 -04:00
IPU_DmVectorTable.cpp Clang format 2018-04-30 21:01:23 +01:00
IPU_DmVectorTable.h Clang format 2018-04-30 21:01:23 +01:00
IPU_MacroblockAddressIncrementTable.cpp Clang format 2018-04-30 21:01:23 +01:00
IPU_MacroblockAddressIncrementTable.h Clang format 2018-04-30 21:01:23 +01:00
IPU_MacroblockTypeBTable.cpp Clang format 2018-04-30 21:01:23 +01:00
IPU_MacroblockTypeBTable.h Clang format 2018-04-30 21:01:23 +01:00
IPU_MacroblockTypeITable.cpp Clang format 2018-04-30 21:01:23 +01:00
IPU_MacroblockTypeITable.h Clang format 2018-04-30 21:01:23 +01:00
IPU_MacroblockTypePTable.cpp Clang format 2018-04-30 21:01:23 +01:00
IPU_MacroblockTypePTable.h Clang format 2018-04-30 21:01:23 +01:00
IPU_MotionCodeTable.cpp Clang format 2018-04-30 21:01:23 +01:00
IPU_MotionCodeTable.h Clang format 2018-04-30 21:01:23 +01:00
IPU.cpp Rename some of the log's names. 2018-05-25 12:38:51 -04:00
IPU.h Clang format 2018-04-30 21:01:23 +01:00
MA_EE_Reflection.cpp Implement PSUBUW. 2018-05-10 19:20:13 -04:00
MA_EE.cpp Implement PSUBUW. 2018-05-10 19:20:13 -04:00
MA_EE.h Implement PSUBUW. 2018-05-10 19:20:13 -04:00
MA_VU_Lower.cpp WAITP needs to flush pipeline. 2018-08-31 18:15:13 -04:00
MA_VU_LowerReflection.cpp Experimental P pipeline support. 2018-08-31 07:40:14 -04:00
MA_VU_Upper.cpp Clang format 2018-04-30 21:01:23 +01:00
MA_VU_UpperReflection.cpp Clang format 2018-04-30 21:01:23 +01:00
MA_VU.cpp Clang format 2018-04-30 21:01:23 +01:00
MA_VU.h Experimental P pipeline support. 2018-08-31 07:40:14 -04:00
PS2OS.cpp Fix SetupThread to set the proper stack top address. 2018-09-02 13:08:23 -04:00
PS2OS.h Implement ReleaseWaitThread in EE kernel. 2018-06-24 22:47:26 -04:00
SIF.cpp Add some warning messages. 2018-08-03 12:48:40 -04:00
SIF.h Clang format 2018-04-30 21:01:23 +01:00
Timer.cpp Rename some of the log's names. 2018-05-25 12:38:51 -04:00
Timer.h Clang format 2018-04-30 21:01:23 +01:00
Vif1.cpp Clang format 2018-04-30 21:01:23 +01:00
Vif1.h Clang format 2018-04-30 21:01:23 +01:00
Vif.cpp Add sensible reset values for CL and WL. 2018-05-30 13:19:49 -04:00
Vif.h Clang format 2018-04-30 21:01:23 +01:00
Vpu.cpp Revert VS2017.8 build fix. 2018-08-30 13:25:46 -04:00
Vpu.h Revert VS2017.8 build fix. 2018-08-30 13:25:46 -04:00
VuAnalysis.cpp Clang format 2018-04-30 21:01:23 +01:00
VuAnalysis.h Clang format 2018-04-30 21:01:23 +01:00
VuBasicBlock.cpp Experimental P pipeline support. 2018-08-31 07:40:14 -04:00
VuBasicBlock.h Block lookup table now only stores "entry-point" functions to guest code. 2018-07-26 21:38:15 -04:00
VuExecutor.cpp Fix search end address in VuExecutor. 2018-08-25 21:26:36 -04:00
VuExecutor.h MipsExecutor is now owned by MIPS CPU context. 2018-07-26 21:38:16 -04:00
VUShared_Reflection.cpp Clang format 2018-04-30 21:01:23 +01:00
VUShared.cpp WAITP needs to flush pipeline. 2018-08-31 18:15:13 -04:00
VUShared.h Code style fixes. 2018-09-02 13:11:09 -04:00