mirror of
https://github.com/libretro/beetle-pce-libretro.git
synced 2025-03-02 21:06:51 +00:00
fix small mistake
This commit is contained in:
parent
96864b478e
commit
ad1dfce0c0
@ -1626,7 +1626,7 @@ void retro_run(void)
|
||||
|
||||
static int16_t sound_buf[0x10000];
|
||||
static int32_t rects[FB_HEIGHT];
|
||||
static unsigned width, height = 0;
|
||||
static unsigned width, height;
|
||||
bool resolution_changed = false;
|
||||
rects[0] = ~0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user