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
a7b03fd2cd91b2f194ec34e25f043fb65f3dc33f
dolphin
/
Source
/
Core
History
Glenn Rice
a7b03fd2cd
Implement pausing (with the Escape key) for the NoGUI build in linux.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@5203
8ced0084-cf51-0410-be5f-012b33b47a6e
2010-03-16 13:30:52 +00:00
..
AudioCommon
Added a null check when stopping the DSPHLE plugin with the DSound back-end. Fixes the DSPHLE crash on stop.
2010-03-08 08:03:42 +00:00
Common
Gah, screw it
2010-03-05 10:07:49 +00:00
Core
Rewrite of fullscreen toggling in linux. This goes back to using the EWMH specifications. I wasn't using it right before, but now it should work on all EWMH compliant window managers (like KDE, Metacity, Compiz, etc). Since this doesn't need an override redirect Alt-Tab works even in fullscreen mode. This also allows for some other nice things to be done.
2010-03-15 23:25:11 +00:00
DebuggerUICommon
Systematically eliminating compiler warnings.
2010-02-24 03:38:36 +00:00
DebuggerWX
Systematically eliminating compiler warnings.
2010-02-24 03:38:36 +00:00
DiscIO
Removed more compiler warnings in linux.
2010-03-07 22:48:37 +00:00
DolphinWX
Implement pausing (with the Escape key) for the NoGUI build in linux.
2010-03-16 13:30:52 +00:00
DSPCore
DSPLLE - u16 aram reads (zelda type) fixed
2010-03-13 10:29:32 +00:00
InputCommon
Fixed a few memory leaks. Made Init and Shutdown functions for some core systems.
2010-02-16 04:34:41 +00:00
VideoCommon
Extend the OGL virtual XFB to handle games that use multiple XFBs to make a frame. This should allow games that require the XFB to work without using a real XFB in RAM which is slow and limited to the original resolution. To use this enhancement you must check Use XFB in the options. The previous option was renamed Use Real XFB. I don't think this works with the aspect settings yet.
2010-03-10 06:45:13 +00:00