Skip to content

Commit

Permalink
Merge pull request #84 from vanfanel/fix_aeroblasters
Browse files Browse the repository at this point in the history
Fix Aero Blasters crash.
  • Loading branch information
LibretroAdmin authored Oct 9, 2024
2 parents 957d900 + 4948795 commit 335bdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mednafen/pce/vce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
vce_resolution_t vce_resolution;

static bool hires;
static int scanline_start, scanline_end;
static int scanline_start, scanline_end=242;

static struct
{
Expand Down

0 comments on commit 335bdc2

Please sign in to comment.