Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Jan 13, 2024
1 parent f2f4d52 commit f7ac4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/desktop-shared/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void gui_init(void)
emu_enable_bootrom_gg(config_emulator.gg_bootrom);
emu_set_media_slot(config_emulator.media);
emu_set_overscan(config_debug.debug ? false : config_video.overscan);
emu_disable_ym4231(config_audio.ym2413 == 1);
emu_disable_ym2413(config_audio.ym2413 == 1);
}

void gui_destroy(void)
Expand Down

0 comments on commit f7ac4e9

Please sign in to comment.