Skip to content

Commit

Permalink
builds on Emscripten again
Browse files Browse the repository at this point in the history
  • Loading branch information
SolraBizna committed Aug 24, 2017
1 parent ec0ee27 commit 01cdbdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ppu_scanline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,10 @@ namespace {
}

void ARS::PPU::renderToTexture(SDL_Texture* texture) {
#if !NO_DEBUG_CORES
if(ARS::debugging_video)
maybe_make_debug_window();
#endif
ARS::cpu->setNMI(false);
if(!(ARS::Regs.multi1&ARS::Regs::M1_VIDEO_ENABLE_MASK)) {
ARS::cpu->runCycles((ARS::BLANK_CYCLES_PER_SCANLINE
Expand Down

0 comments on commit 01cdbdc

Please sign in to comment.