RK3566-X55: Fix retroarch scaling issues
This commit is contained in:
parent
01c3449864
commit
eb83eda919
1 changed files with 5 additions and 5 deletions
|
@ -448,7 +448,7 @@ menu_horizontal_animation = "true"
|
|||
menu_insert_disk_resume = "true"
|
||||
menu_left_thumbnails = "0"
|
||||
menu_linear_filter = "false"
|
||||
menu_mouse_enable = "true"
|
||||
menu_mouse_enable = "false"
|
||||
menu_navigation_browser_filter_supported_extensions_enable = "true"
|
||||
menu_navigation_wraparound_enable = "true"
|
||||
menu_pause_libretro = "true"
|
||||
|
@ -457,7 +457,7 @@ menu_rgui_full_width_layout = "true"
|
|||
menu_rgui_shadows = "false"
|
||||
menu_rgui_transparency = "true"
|
||||
menu_savestate_resume = "true"
|
||||
menu_scale_factor = "0.350000"
|
||||
menu_scale_factor = "0.300000"
|
||||
menu_screensaver_animation = "0"
|
||||
menu_screensaver_animation_speed = "1.000000"
|
||||
menu_screensaver_timeout = "0"
|
||||
|
@ -500,7 +500,7 @@ menu_use_preferred_system_color_theme = "false"
|
|||
menu_wallpaper = ""
|
||||
menu_wallpaper_opacity = "1.000000"
|
||||
menu_widget_scale_auto = "false"
|
||||
menu_widget_scale_factor = "1.000000"
|
||||
menu_widget_scale_factor = "0.350000"
|
||||
menu_widget_scale_factor_windowed = "1.000000"
|
||||
menu_xmb_animation_horizontal_highlight = "0"
|
||||
menu_xmb_animation_move_up_down = "0"
|
||||
|
@ -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 = "1280"
|
||||
video_fullscreen_y = "720"
|
||||
video_gpu_record = "false"
|
||||
video_gpu_screenshot = "false"
|
||||
video_hard_sync = "false"
|
||||
|
|
Loading…
Reference in a new issue