From 242137754a79f868401e2f6695ed3a6db3a94327 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 2 Aug 2018 19:06:57 -0700 Subject: Fix a couple of default targets --- vgmplay.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vgmplay.c') 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 -- cgit v1.2.3