Patch to make volume keys change volume instead of in-game action, by lmak

This commit is contained in:
pelya
2011-05-26 11:27:50 +03:00
parent ebd3757b91
commit 3409066830
5 changed files with 645 additions and 527 deletions

View File

@@ -103,4 +103,5 @@ class Globals {
public static String DataDir = new String("");
public static boolean SmoothVideo = false;
public static boolean MultiThreadedVideo = false;
public static int RemapKeymask = 0;
}