summaryrefslogtreecommitdiff
path: root/vgmplay.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-08-02 19:06:57 -0700
committerMichael Pavone <pavone@retrodev.com>2018-08-02 19:06:57 -0700
commit242137754a79f868401e2f6695ed3a6db3a94327 (patch)
treeba1dcc837e04debbfb159caccfc3c386a8665f0f /vgmplay.c
parent4cf27cb3cc5bb71911f1982db1c72c6c1b852af9 (diff)
Fix a couple of default targets
Diffstat (limited to 'vgmplay.c')
-rw-r--r--vgmplay.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/vgmplay.c b/vgmplay.c
index ac29345..c3b49d3 100644
--- a/vgmplay.c
+++ b/vgmplay.c
@@ -62,6 +62,10 @@ void handle_mouseup(int mouse, int button)
{
}
+void controller_add_mappings()
+{
+}
+
int headless = 0;
#define CYCLE_LIMIT MCLKS_NTSC/60