some lightgun selection mechanism
[pcsx_rearmed.git] / frontend / plugin_lib.c
index bdf09c7..2a417a4 100644 (file)
@@ -634,6 +634,10 @@ void pl_update_gun(int *xn, int *yn, int *xres, int *yres, int *in)
        *yres = psx_h;
 }
 
+void pl_gun_byte2(int port, unsigned char byte)
+{
+}
+
 #define MAX_LAG_FRAMES 3
 
 #define tvdiff(tv, tv_old) \