mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
gong: revert bad cleanup
This commit is contained in:
parent
9bdacd868e
commit
f4346401e2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue