Added catch for when rand() sticks
[tpg/acess2.git] / Kernel / drv / kb.c
index 44591bc..2e07aef 100644 (file)
@@ -142,7 +142,6 @@ void KB_IRQHandler()
        // Ignore Non-Printable Characters
        if(ch == 0 || ch & 0x80)                return;
        
-       
        // --- Check for Kernel Magic Combos
        if(gbaKB_States[KEY_LCTRL])// && gbaKB_States[KEY_LALT])
        {

UCC git Repository :: git.ucc.asn.au