Merge pull request #427 from brooksytech/RG552ML_merge
Setting correct resolution and video core for RA
This commit is contained in:
commit
b584d6cd4a
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue