Merge pull request #5 from retro-wertz/pitch

Fix pitch issue
This commit is contained in:
Twinaphex 2018-01-04 11:38:20 +01:00 committed by GitHub
commit afbd62c665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,7 +286,7 @@ void retro_run(void)
else
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)