This commit is contained in:
Lior Halphon 2018-01-06 12:38:05 +02:00
commit a2a1148354
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ void retro_run(void)
else else
frames = 0; frames = 0;
video_cb(frame_buf, VIDEO_WIDTH, VIDEO_HEIGHT, 0); video_cb(frame_buf, VIDEO_WIDTH, VIDEO_HEIGHT, VIDEO_WIDTH * sizeof(uint32_t));
} }
bool retro_load_game(const struct retro_game_info *info) bool retro_load_game(const struct retro_game_info *info)