comparison stateview.c @ 1793:c9695252eff4

Remove dummy controller_add_mappings definitions from vgmplay and stateview as controller_info.o has been added to RENDEROBJS in the Makefile
author Michael Pavone <pavone@retrodev.com>
date Wed, 20 Mar 2019 22:06:29 -0700
parents 3602f3b20072
children bfacedbae5f0
comparison
equal deleted inserted replaced
1792:52a47611a273 1793:c9695252eff4
77 77
78 void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay) 78 void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay)
79 { 79 {
80 } 80 }
81 81
82 void controller_add_mappings()
83 {
84 }
85
86 tern_node * config; 82 tern_node * config;
87 int headless = 0; 83 int headless = 0;
88 84
89 int main(int argc, char ** argv) 85 int main(int argc, char ** argv)
90 { 86 {