diff options
| author | John Peterson <jpeterson57@gmail.com> | 2008-11-22 16:46:12 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2008-11-22 16:46:12 +0000 |
| commit | f0596fee55656e45c33eb30d2ffaed65cd413efb (patch) | |
| tree | 6e5ac34f17f071bb752f1c8854ea00f7b0636b60 /Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp | |
| parent | 36bf2fedf696c0795d0731904346b594a906df54 (diff) | |
Added Copy EFB hotkey to OpenGL plugin (to be able to easily switch back and forth during emulation). Added Unlimited JIT cache option to debugger. It may fix the Zelda TP crashes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1243 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp b/Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp index 49cfc08df1..1a718740b6 100644 --- a/Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp +++ b/Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp @@ -170,4 +170,4 @@ namespace EmuWindow rc.bottom = rc.top + h;
::MoveWindow(m_hWnd, rc.left, rc.top, rc.right-rc.left, rc.bottom-rc.top, TRUE);
}
-}
\ No newline at end of file +}
|
