comparison vgmplay.c @ 1607:0174759e559f

Fix a couple of default targets
author Michael Pavone <pavone@retrodev.com>
date Thu, 02 Aug 2018 19:06:57 -0700
parents 55d357bb4398
children c9695252eff4
comparison
equal deleted inserted replaced
1606:aa7533000161 1607:0174759e559f
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()
62 { 66 {
63 } 67 }
64 68
65 int headless = 0; 69 int headless = 0;
66 70