diff options
author | Pixel <Pixel> | 2002-09-29 17:57:04 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-09-29 17:57:04 +0000 |
commit | 0e191c285677600f9852bff10e2bede5799883fa (patch) | |
tree | ede64e524aa4ea1d9a8b6f3111ce0f8968b8c88e /PcsxSrc/Win32 | |
parent | 75d6916ec69878af6649dd41ccdc41b5df807230 (diff) |
Petits changements ;-)
Diffstat (limited to 'PcsxSrc/Win32')
-rw-r--r-- | PcsxSrc/Win32/plugin.c | 10 |
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();
|