mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
gong: revert bad cleanup
This commit is contained in:
parent
9bdacd868e
commit
f4346401e2
@ -387,7 +387,7 @@ void GONG_CORE_PREFIX(retro_init)(void)
|
||||
else
|
||||
GONG_CORE_PREFIX(log_cb) = NULL;
|
||||
|
||||
video_buf = (unsigned char*)calloc(1, WIDTH * HEIGHT * sizeof(unsigned char));
|
||||
video_buf = (unsigned char*)calloc(1, WIDTH * HEIGHT * sizeof(unsigned));
|
||||
|
||||
game_buffer.width = WIDTH;
|
||||
game_buffer.height = HEIGHT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user