Setting correct resolution and video core for RA

This commit is contained in:
Brooksytech 2022-09-02 20:16:44 -07:00 committed by GitHub
parent a0506d817b
commit 75aa1b17e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -734,7 +734,7 @@ video_context_driver = ""
video_crop_overscan = "true"
video_ctx_scaling = "false"
video_disable_composition = "false"
video_driver = "gl"
video_driver = "glcore"
video_filter = ""
video_filter_dir = "~/.config/retroarch/filters/video"
video_font_enable = "true"
@ -745,8 +745,8 @@ video_force_srgb_disable = "false"
video_frame_delay = "0"
video_frame_delay_auto = "false"
video_fullscreen = "true"
video_fullscreen_x = "0"
video_fullscreen_y = "0"
video_fullscreen_x = "1920"
video_fullscreen_y = "1152"
video_gpu_record = "false"
video_gpu_screenshot = "false"
video_hard_sync = "false"