This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
5510c207e61fd70df9060ac9c3dd72aa5393ec94
dolphin
/
Source
/
Core
/
Core
/
Src
/
PowerPC
History
hrydgard
1b0cb56d2b
fix silly bug spotted by magumagu. the case is not likely to ever be used, though.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@1621
8ced0084-cf51-0410-be5f-012b33b47a6e
2008-12-21 17:12:48 +00:00
..
Interpreter
more fixes
2008-12-21 14:45:33 +00:00
Jit64
fix silly bug spotted by magumagu. the case is not likely to ever be used, though.
2008-12-21 17:12:48 +00:00
Gekko.h
set svn:eol-style=native for **.h
2008-12-08 04:46:09 +00:00
PowerPC.cpp
Remove the entire concept of CPU_RUNNING_DEBUG and move the responsibility for breakpoint handling into the CPU cores. Breakpoints still only work in interpreter, not in JIT.. but now it's closer to becoming possible.
2008-12-21 11:56:37 +00:00
PowerPC.h
Remove the entire concept of CPU_RUNNING_DEBUG and move the responsibility for breakpoint handling into the CPU cores. Breakpoints still only work in interpreter, not in JIT.. but now it's closer to becoming possible.
2008-12-21 11:56:37 +00:00
PPCAnalyst.cpp
Even more code reorganization + first step towards being able to single step directly in JIT mode.
2008-12-20 17:22:30 +00:00
PPCAnalyst.h
Even more code reorganization + first step towards being able to single step directly in JIT mode.
2008-12-20 17:22:30 +00:00
PPCTables.cpp
add ppc disassembly to jit results viewer windowTurn the JIT into a class. Indentation cleanup will be in a separate CL, and the block cache will later be split out into its own class. Cannot detect any speed difference whatsoever - the games spend 99.9% of their time in already jitted code anyway. I have a good reason for doing this - see upcoming changes.
2008-12-18 13:21:02 +00:00
PPCTables.h
add ppc disassembly to jit results viewer windowTurn the JIT into a class. Indentation cleanup will be in a separate CL, and the block cache will later be split out into its own class. Cannot detect any speed difference whatsoever - the games spend 99.9% of their time in already jitted code anyway. I have a good reason for doing this - see upcoming changes.
2008-12-18 13:21:02 +00:00
Profiler.cpp
More code reorganization.
2008-12-20 12:10:59 +00:00
Profiler.h
set svn:eol-style=native for **.h
2008-12-08 04:46:09 +00:00
SignatureDB.cpp
set svn:eol-style=native for **.cpp
2008-12-08 05:30:24 +00:00
SignatureDB.h
set svn:eol-style=native for **.h
2008-12-08 04:46:09 +00:00
SymbolDB.cpp
removed wxcode from core.
2008-12-18 23:02:19 +00:00
SymbolDB.h
set svn:eol-style=native for **.h
2008-12-08 04:46:09 +00:00