Skip to content

Commit

Permalink
Merge pull request #85 from negativeExponent/fix_bufferoverflow
Browse files Browse the repository at this point in the history
vce.cpp: Fix buffer-overflow causing excessive calls to SET_GEOMETRY
  • Loading branch information
LibretroAdmin authored Oct 12, 2024
2 parents 6466d56 + b71da6d commit 6f28995
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 @@ -47,7 +47,7 @@ static struct

int rate;
int line;
} scanline_info[10];
} scanline_info[16];

static int scanline_info_count;

Expand Down

0 comments on commit 6f28995

Please sign in to comment.