From 0e191c285677600f9852bff10e2bede5799883fa Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 29 Sep 2002 17:57:04 +0000 Subject: Petits changements ;-) --- PcsxSrc/Win32/plugin.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'PcsxSrc/Win32/plugin.c') 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(); -- cgit v1.2.3