Skip to content

Commit

Permalink
make GBA games fast
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Jan 22, 2018
1 parent 1171e5f commit 9f4243e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gba/gbagpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ void GPU::gba_run(uint64_t c)
new_cycles -= 1232;
}
cycles = new_cycles;
printf("\nCycles: %lld", cycles);
}

void GPU_2D_Engine::gba_draw_scanline()
Expand Down

0 comments on commit 9f4243e

Please sign in to comment.