change lcf handling
[pcsx_rearmed.git] / frontend / xkb.c
index 88dbc56..f015dd0 100644 (file)
@@ -128,7 +128,9 @@ int x11_update_keys(unsigned int *action) {
        }
 
        if (leave) {
+               extern void OnFile_Exit();
                DestroyKeyboard();
+               OnFile_Exit();
                exit(1);
        }