Skip to content

Commit

Permalink
Fix console spam
Browse files Browse the repository at this point in the history
"[BUG] espec->LineWidths[0] <= 0: 0"
  • Loading branch information
clobber committed Nov 13, 2020
1 parent be8a953 commit 0054483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MednafenGameCore.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3362,7 +3362,7 @@ - (void)executeFrame
int32 rects[game->fb_height];

memset(rects, 0, game->fb_height*sizeof(int32));

rects[0] = ~0;
EmulateSpecStruct spec;
spec.surface = surf;
spec.SoundRate = _sampleRate;
Expand Down

0 comments on commit 0054483

Please sign in to comment.