mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
(PS3) Pushed PS3 video fix
This commit is contained in:
parent
225699f545
commit
3ca62fbbbc
@ -1081,7 +1081,7 @@ void ps3_video_init(void)
|
||||
video_info_t video_info = {0};
|
||||
// Might have to supply correct values here.
|
||||
video_info.vsync = true;
|
||||
video_info.force_aspect = true;
|
||||
video_info.force_aspect = false;
|
||||
video_info.smooth = true;
|
||||
video_info.input_scale = 2;
|
||||
g_gl = gl_init(&video_info, NULL, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user