comparison vgmplay.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 0174759e559f
children 357878be8be6
comparison
equal deleted inserted replaced
1792:52a47611a273 1793:c9695252eff4
57 void handle_mousedown(int mouse, int button) 57 void handle_mousedown(int mouse, int button)
58 { 58 {
59 } 59 }
60 60
61 void handle_mouseup(int mouse, int button) 61 void handle_mouseup(int mouse, int button)
62 {
63 }
64
65 void controller_add_mappings()
66 { 62 {
67 } 63 }
68 64
69 int headless = 0; 65 int headless = 0;
70 66