Proper RTC emulation based on work by Mahod.
Updated README.md. Updated AMD makefile.
This commit is contained in:
2
src/pc.c
2
src/pc.c
@@ -675,7 +675,7 @@ void loadconfig(char *fn)
|
||||
enable_overscan = config_get_int(NULL, "enable_overscan", 0);
|
||||
enable_flash = config_get_int(NULL, "enable_flash", 1);
|
||||
|
||||
enable_sync = config_get_int(NULL, "enable_sync", 0);
|
||||
enable_sync = config_get_int(NULL, "enable_sync", 1);
|
||||
mouse_always_serial = config_get_int(NULL, "mouse_always_serial", 0);
|
||||
|
||||
window_w = config_get_int(NULL, "window_w", 0);
|
||||
|
||||
Reference in New Issue
Block a user