diff options
Diffstat (limited to 'win32')
| -rwxr-xr-x | win32/gui/plugin.c | 4 | ||||
| -rwxr-xr-x | win32/plugins/peopsxgl/gpuPeopsOpenGL.def | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/win32/gui/plugin.c b/win32/gui/plugin.c index 6c79a0dc..35b4e445 100755 --- a/win32/gui/plugin.c +++ b/win32/gui/plugin.c @@ -188,6 +188,10 @@ void PADhandleKey(int key) { LidInterrupt(); break; + case VK_F11: + GPU_toggleDebug(); + break; + case VK_F12: SysPrintf("*PCSXR*: CpuReset\n"); psxReset(); diff --git a/win32/plugins/peopsxgl/gpuPeopsOpenGL.def b/win32/plugins/peopsxgl/gpuPeopsOpenGL.def index 83d853a7..88d121ff 100755 --- a/win32/plugins/peopsxgl/gpuPeopsOpenGL.def +++ b/win32/plugins/peopsxgl/gpuPeopsOpenGL.def @@ -35,3 +35,5 @@ EXPORTS GPUvisualVibration @28 GPUaddVertex @29 GPUpgxpMemory @30 + + GPUtoggleDebug @31 |
