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
24a63ce368504a3ad5df8facb9ed09766d549241
dolphin
/
Source
/
Core
History
XTra.KrazzY
24a63ce368
Organized savestate hotkeys: F1-F8: States, F9: Screenshot, F10: Pause, F11: Load last state, F12: Undo load state, Shift-F12: Undo save state
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@3578
8ced0084-cf51-0410-be5f-012b33b47a6e
2009-06-28 19:47:02 +00:00
..
AudioCommon
1. TAS Groundwork: Saving the state (compression and memory dump to file) is now done on a separate thread (thread-safe). Now state saving is silent and quick.
2009-06-26 22:36:44 +00:00
Common
build fixing
2009-06-28 15:52:15 +00:00
Core
Organized savestate hotkeys: F1-F8: States, F9: Screenshot, F10: Pause, F11: Load last state, F12: Undo load state, Shift-F12: Undo save state
2009-06-28 19:47:02 +00:00
DebuggerUICommon
New DSP debugger: step one. (not ready yet, but try loading zelda WW and look at the dsp debugger..).
2009-06-21 08:39:21 +00:00
DebuggerWX
cleanup: extract breakpoint code into Common. only have one shared PPCDebugInterface.
2009-06-28 12:15:31 +00:00
DiscIO
MusicMod: Fixed the build
2009-06-20 11:05:52 +00:00
DolphinWX
Organized savestate hotkeys: F1-F8: States, F9: Screenshot, F10: Pause, F11: Load last state, F12: Undo load state, Shift-F12: Undo save state
2009-06-28 19:47:02 +00:00
DSPCore
DSPLLE: Setting breakpoints and stepping through code now works in the (still rather basic) DSP debugger. Decided not to share the breakpoints code between PPC and DSP because it can be done much more efficiently for the DSP case due to the very limited memory space.
2009-06-28 17:18:52 +00:00
InputCommon
Add mini unit testing framework to Dolphin itself - use it to find bugs and verify the portable powerpc fp number classifier. also random cleanup.
2009-06-13 22:08:01 +00:00
VideoCommon
Delete some obsolete junk, in zelda ucode and in gl plugin.
2009-06-28 17:58:52 +00:00