X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=e2a0d58e12e788b45bfe2a3540e4581851980ed5;hp=7d5e15fd32808ccbb2807b5eddbe02fe7b737adb;hb=ccf51908872ddeb811b1245e6751600b860d90b5;hpb=4b421010647aba998fe2ebfc7d6f226623d47954 diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index 7d5e15fd..e2a0d58e 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -47,7 +47,7 @@ void *pl_fbdev_flip(void) in_update(actions); if (actions[IN_BINDTYPE_EMU] & PEV_MENU) stop = 1; - keystate = ~actions[IN_BINDTYPE_PLAYER12]; + keystate = actions[IN_BINDTYPE_PLAYER12]; // let's flip now pl_fbdev_buf = vout_fbdev_flip(layer_fb);