mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-08 04:25:59 +00:00
Fix build for testvm and testdisplay
This commit is contained in:
@@ -430,7 +430,7 @@ static void c_flash_cursor(int on) {
|
||||
}
|
||||
}
|
||||
|
||||
static void video_driver_sync(void) {
|
||||
void video_driver_sync(void) {
|
||||
if (is_headless) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user