summaryrefslogtreecommitdiff
path: root/PcsxSrc/Win32
diff options
context:
space:
mode:
Diffstat (limited to 'PcsxSrc/Win32')
-rw-r--r--PcsxSrc/Win32/plugin.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/PcsxSrc/Win32/plugin.c b/PcsxSrc/Win32/plugin.c
index a705fb2..0edabbe 100644
--- a/PcsxSrc/Win32/plugin.c
+++ b/PcsxSrc/Win32/plugin.c
@@ -118,6 +118,16 @@ void PADhandleKey(int key) {
cdOpenCase = 0;
return;
+ case VK_F11:
+ GPU_displayText("*PCSX*: Begin CPU Log");
+ Log = 1;
+ return;
+
+ case VK_F12:
+ GPU_displayText("*PCSX*: Ending CPU Log");
+ Log = 0;
+ return;
+
case VK_ESCAPE:
Running = 0;
ClosePlugins();