]> Shamusworld >> Repos - virtualjaguar/commitdiff
Added another developer key ('t')
authorShamus Hammons <jlhamm@acm.org>
Tue, 16 Sep 2003 00:02:09 +0000 (00:02 +0000)
committerShamus Hammons <jlhamm@acm.org>
Tue, 16 Sep 2003 00:02:09 +0000 (00:02 +0000)
src/joystick.cpp

index bfc81ddfc6d70322b54061abf29a690187d8bb76..b91acc5aa906f5b977d4a4815606d17fe8fee160 100644 (file)
@@ -54,6 +54,7 @@ bool iLeft, iRight, iToggle = false;
 bool keyHeld1 = false, keyHeld2 = false, keyHeld3 = false;
 int objectPtr = 0;
 bool startMemLog = false;
+extern bool doDSPDis;
 
 
 void joystick_init(void)
@@ -195,6 +196,9 @@ void joystick_exec(void)
                startMemLog = true;
        if (keystate[SDLK_r])
                WriteLog("\n--------> MARK!\n\n");
+       if (keystate[SDLK_t])
+               doDSPDis = true;
+
 
        // Joystick support [nwagenaar]