dolphin/Source/Core/Core/Src/PowerPC
2013-01-29 23:24:51 -06:00
..
Interpreter Added a game property to disable the clearing of the data cache. This is needed by one known game, "Rubik's Puzzle Galaxy: Rush". 2013-01-20 13:09:38 +11:00
Jit64 Fix some shadowing warnings. 2013-01-29 16:43:22 -06:00
Jit64IL Fix the majority of the compiler warnings unearthed by the addition of 2013-01-29 23:24:51 -06:00
JitCommon Implement 8 bit loads backpatching 2013-01-19 16:52:13 +01:00
CPUCoreBase.h Virtual base classes should have a virtual destructor. 2011-01-30 01:58:54 +00:00
Gekko.h Added preliminary support for the Gekko CPU Performance Monitor. Fixes Harry Potter and the Prisoner of Azkaban. 2012-05-01 20:42:00 +10:00
LUT_frsqrtex.cpp Hg: 2010-06-09 01:37:08 +00:00
LUT_frsqrtex.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
PowerPC.cpp Revert "Uninitialized usage.. or so it thought." 2012-12-24 21:23:28 +01:00
PowerPC.h Added preliminary support for the Gekko CPU Performance Monitor. Fixes Harry Potter and the Prisoner of Azkaban. 2012-05-01 20:42:00 +10:00
PPCAnalyst.cpp Disable swapping cmp with instructions potentially raising interrupts 2013-01-08 00:02:38 +01:00
PPCAnalyst.h JitIL/Jit64: Removed std::vector for speed up. 2010-09-22 02:42:17 +00:00
PPCCache.cpp Added an external exception check when the CPU writes to the FIFO. This allows the CPU time to service FIFO overflows. Fixes random hangs caused by FIFO overflows and desyncs like in "The Last Story" and "Battalion Wars 2". Thanks to marcosvitali for the research. 2012-03-02 18:53:41 +11:00
PPCCache.h initialize the uninitialized 2012-01-04 01:36:09 -08:00
PPCSymbolDB.cpp Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p 2011-03-11 10:21:46 +00:00
PPCSymbolDB.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
PPCTables.cpp Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p 2011-03-11 10:21:46 +00:00
PPCTables.h My first commit! 2010-08-26 17:44:13 +00:00
Profiler.cpp Fixed the in-built Dolphin profiler. 2012-03-10 16:24:13 +11:00
Profiler.h Build fix 2010-07-05 03:58:59 +00:00
SignatureDB.cpp Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p 2011-03-11 10:21:46 +00:00
SignatureDB.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00