comparison vgmplay.c @ 1842:49f65d240299 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sun, 14 Apr 2019 23:38:02 -0700
parents c9695252eff4
children 357878be8be6
comparison
equal deleted inserted replaced
1787:0c6d07f91346 1842:49f65d240299
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