--- uae/src/nogui.c 2018/04/24 16:38:39 1.1 +++ uae/src/nogui.c 2018/04/24 16:39:03 1.1.1.2 @@ -25,6 +25,11 @@ int gui_init(void) return 0; } +int gui_update(void) +{ + return 0; +} + void gui_exit(void) { } @@ -33,7 +38,7 @@ void gui_led(int led, int on) { } -void gui_filename(int num, char *name) +void gui_filename(int num, const char *name) { }