From cb721dae5d442fc592dea73b907228e515afc1fb Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 26 Feb 2021 01:09:40 +0200 Subject: [PATCH] Make the automation use the accurate RTC mode --- Tester/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Tester/main.c b/Tester/main.c index 423a246..d1e3370 100755 --- a/Tester/main.c +++ b/Tester/main.c @@ -380,6 +380,7 @@ int main(int argc, char **argv) GB_set_log_callback(&gb, log_callback); GB_set_async_input_callback(&gb, async_input_callback); GB_set_color_correction_mode(&gb, GB_COLOR_CORRECTION_EMULATE_HARDWARE); + GB_set_rtc_mode(&gb, GB_RTC_MODE_ACCURATE); if (GB_load_rom(&gb, filename)) { perror("Failed to load ROM");