# HG changeset patch # User Michael Pavone # Date 1533262017 25200 # Node ID 0174759e559f2cb79dbaf65066d3f0e38d979d1d # Parent aa753300016138dc5f7e59d82d7492627807f5ff Fix a couple of default targets diff -r aa7533000161 -r 0174759e559f stateview.c --- 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; diff -r aa7533000161 -r 0174759e559f vgmplay.c --- 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