Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CryZe committed Apr 8, 2018
1 parent 77ba031 commit ba4761d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fn main() {

// Configure the instance
let audio_batch_processing = 1;
let graphics_batch_processing = 1;
let graphics_batch_processing = 0;
let timers_batch_processing = 1;
let graphics_disable_scanline_rendering = 1;
let audio_accumulate_samples = 1;
Expand Down

0 comments on commit ba4761d

Please sign in to comment.