Skip to content

Commit

Permalink
Fix the accuracy checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arignir committed Mar 15, 2024
1 parent 5a3045a commit 4be7088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/app/emulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ app_emulator_configure_and_run(
}

app->emulation.game_path = strdup(rom_path);
app->emulation.launch_config->skip_bios = app->emulation.skip_bios;
app->emulation.launch_config->audio_frequency = GBA_CYCLES_PER_SECOND / app->audio.resample_frequency;

if (app->emulation.backup_storage.autodetect) {
Expand Down

0 comments on commit 4be7088

Please sign in to comment.