Skip to content

Commit

Permalink
Using fast compat mode as default
Browse files Browse the repository at this point in the history
  • Loading branch information
ata4 committed Jun 1, 2020
1 parent 01361e8 commit 391951c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/n64video.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ void n64video_config_init(struct n64video_config* conf)
// config defaults that aren't false or 0
conf->parallel = true;
conf->vi.vsync = true;
conf->dp.compat = DP_COMPAT_MEDIUM;
}

static void n64video_init_parallel(uint32_t worker_id)
Expand Down

0 comments on commit 391951c

Please sign in to comment.