changeset 1607:0174759e559f

Fix a couple of default targets
author Michael Pavone <pavone@retrodev.com>
date Thu, 02 Aug 2018 19:06:57 -0700
parents aa7533000161
children 419a0a133b5c
files stateview.c vgmplay.c
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stateview.c	Thu Aug 02 19:05:48 2018 -0700
+++ b/stateview.c	Thu Aug 02 19:06:57 2018 -0700
@@ -79,6 +79,10 @@
 {
 }
 
+void controller_add_mappings()
+{
+}
+
 tern_node * config;
 int headless = 0;
 
--- a/vgmplay.c	Thu Aug 02 19:05:48 2018 -0700
+++ b/vgmplay.c	Thu Aug 02 19:06:57 2018 -0700
@@ -62,6 +62,10 @@
 {
 }
 
+void controller_add_mappings()
+{
+}
+
 int headless = 0;
 
 #define CYCLE_LIMIT MCLKS_NTSC/60