git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit cb721dae5d442fc592dea73b907228e515afc1fb
parent 34b0404ffa4adc5fbac348c9dc3db433a16e000e
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Fri, 26 Feb 2021 01:09:40 +0200

Make the automation use the accurate RTC mode

Diffstat:
MTester/main.c1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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");

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.