frontend: initial cheats support
[pcsx_rearmed.git] / frontend / plat_dummy.c
index 9a32549..5b0adf1 100644 (file)
@@ -5,13 +5,8 @@
  * See the COPYING file in the top-level directory.
  */
 
-#include "common/input.h"
 #include "plat.h"
 
-struct in_default_bind in_evdev_defbinds[] = {
-       { 0, 0, 0 },
-};
-
 void plat_video_menu_enter(int is_rom_loaded)
 {
 }
@@ -28,7 +23,7 @@ void plat_video_menu_leave(void)
 {
 }
 
-void plat_gvideo_open(void)
+void plat_gvideo_open(int is_pal)
 {
 }