oem: oem_normal: fix retroarch.cfg config error
Change-Id: Ib84e36bcdd15468303464373b9e83c59a51ee544 Signed-off-by: Hans Yang <yhx@rock-chips.com>
This commit is contained in:
@ -5,7 +5,7 @@ aspect_ratio_index = "22"
|
||||
assets_directory = "~/usr/lib/libretro/assets"
|
||||
audio_block_frames = "0"
|
||||
audio_device = ""
|
||||
audio_driver = "alsa"
|
||||
audio_driver = "alsathread"
|
||||
audio_dsp_plugin = ""
|
||||
audio_enable = "true"
|
||||
audio_enable_menu = "false"
|
||||
@ -41,16 +41,16 @@ cache_directory = ""
|
||||
camera_allow = "false"
|
||||
camera_device = ""
|
||||
camera_driver = "null"
|
||||
cheat_database_path = "~/.config/retroarch/cheats"
|
||||
cheat_database_path = "/oem/retroarch/cheats"
|
||||
check_firmware_before_loading = "false"
|
||||
config_save_on_exit = "true"
|
||||
content_database_path = "~/.config/retroarch/database/rdb"
|
||||
content_favorites_path = "~/.config/retroarch/content_favorites.lpl"
|
||||
content_database_path = "/userdata/retroarch/database/rdb"
|
||||
content_favorites_path = "/userdata/retroarch/content_favorites.lpl"
|
||||
content_history_dir = ""
|
||||
content_history_path = "~/.config/retroarch/content_history.lpl"
|
||||
content_history_path = "~/data/retroarch/content_history.lpl"
|
||||
content_history_size = "100"
|
||||
content_image_history_path = "~/.config/retroarch/content_image_history.lpl"
|
||||
content_music_history_path = "~/.config/retroarch/content_music_history.lpl"
|
||||
content_image_history_path = "/oem/retroarch/content_image_history.lpl"
|
||||
content_music_history_path = "/oem/retroarch/content_music_history.lpl"
|
||||
content_show_add = "true"
|
||||
content_show_favorites = "true"
|
||||
content_show_history = "true"
|
||||
@ -60,8 +60,8 @@ content_show_netplay = "true"
|
||||
content_show_playlists = "true"
|
||||
content_show_settings = "true"
|
||||
content_show_settings_password = ""
|
||||
content_video_history_path = "~/.config/retroarch/content_video_history.lpl"
|
||||
core_assets_directory = "~/.config/retroarch/downloads"
|
||||
content_video_history_path = "/oem/retroarch/content_video_history.lpl"
|
||||
core_assets_directory = "/oem/retroarch/downloads"
|
||||
core_options_path = ""
|
||||
core_set_supports_no_game_enable = "true"
|
||||
core_updater_auto_extract_archive = "true"
|
||||
@ -70,7 +70,7 @@ core_updater_buildbot_url = "http://buildbot.libretro.com/nightly/linux/armhf/la
|
||||
crt_switch_resolution = "false"
|
||||
crt_switch_resolution_super = "2560"
|
||||
current_resolution_id = "0"
|
||||
cursor_directory = "~/.config/retroarch/database/cursors"
|
||||
cursor_directory = "/oem/retroarch/database/cursors"
|
||||
custom_viewport_height = "720"
|
||||
custom_viewport_width = "960"
|
||||
custom_viewport_x = "0"
|
||||
@ -2583,7 +2583,7 @@ input_player9_y_btn = "nul"
|
||||
input_player9_y_mbtn = "nul"
|
||||
input_poll_type_behavior = "2"
|
||||
input_remap_binds_enable = "true"
|
||||
input_remapping_directory = "~/.config/retroarch/config/remaps"
|
||||
input_remapping_directory = "/oem/retroarch/config/remaps"
|
||||
input_reset = "h"
|
||||
input_reset_axis = "nul"
|
||||
input_reset_btn = "nul"
|
||||
@ -2637,7 +2637,7 @@ input_volume_up = "add"
|
||||
input_volume_up_axis = "nul"
|
||||
input_volume_up_btn = "nul"
|
||||
input_volume_up_mbtn = "nul"
|
||||
joypad_autoconfig_dir = "~/.config/retroarch/autoconfig"
|
||||
joypad_autoconfig_dir = "/oem/retroarch/autoconfig"
|
||||
keyboard_gamepad_enable = "true"
|
||||
keyboard_gamepad_mapping_type = "1"
|
||||
kiosk_mode_enable = "false"
|
||||
@ -2753,11 +2753,11 @@ network_remote_enable_user_p6 = "false"
|
||||
network_remote_enable_user_p7 = "false"
|
||||
network_remote_enable_user_p8 = "false"
|
||||
network_remote_enable_user_p9 = "false"
|
||||
overlay_directory = "~/.config/retroarch/overlay"
|
||||
overlay_directory = "/oem/retroarch/overlay"
|
||||
pause_nonactive = "true"
|
||||
perfcnt_enable = "false"
|
||||
playlist_cores = ""
|
||||
playlist_directory = "~/.config/retroarch/playlists"
|
||||
playlist_directory = "/oem/retroarch/playlists"
|
||||
playlist_entry_remove = "true"
|
||||
playlist_entry_rename = "true"
|
||||
playlist_names = ""
|
||||
@ -2785,7 +2785,7 @@ rgui_background_filler_thickness_enable = "true"
|
||||
rgui_border_filler_enable = "true"
|
||||
rgui_border_filler_thickness_enable = "true"
|
||||
rgui_browser_directory = "default"
|
||||
rgui_config_directory = "~/.config/retroarch/config"
|
||||
rgui_config_directory = "/oem/retroarch/config"
|
||||
rgui_show_start_screen = "false"
|
||||
run_ahead_enabled = "false"
|
||||
run_ahead_frames = "1"
|
||||
@ -2799,7 +2799,7 @@ savestate_auto_save = "false"
|
||||
savestate_directory = "default"
|
||||
savestate_thumbnail_enable = "false"
|
||||
savestates_in_content_dir = "false"
|
||||
screenshot_directory = "~/.config/retroarch/screenshots"
|
||||
screenshot_directory = "/oem/retroarch/screenshots"
|
||||
screenshots_in_content_dir = "false"
|
||||
show_hidden_files = "false"
|
||||
slowmotion_ratio = "3.000000"
|
||||
@ -2815,7 +2815,7 @@ sustained_performance_mode = "false"
|
||||
system_directory = "default"
|
||||
systemfiles_in_content_dir = "false"
|
||||
threaded_data_runloop_enable = "true"
|
||||
thumbnails_directory = "~/.config/retroarch/thumbnails"
|
||||
thumbnails_directory = "/oem/retroarch/thumbnails"
|
||||
ui_companion_enable = "false"
|
||||
ui_companion_start_on_boot = "true"
|
||||
ui_companion_toggle = "false"
|
||||
@ -2825,7 +2825,7 @@ video_allow_rotate = "true"
|
||||
video_aspect_ratio = "-1.000000"
|
||||
video_aspect_ratio_auto = "false"
|
||||
video_black_frame_insertion = "false"
|
||||
video_context_driver = ""
|
||||
video_context_driver = "drm"
|
||||
video_crop_overscan = "true"
|
||||
video_disable_composition = "false"
|
||||
video_driver = "gl"
|
||||
@ -2842,8 +2842,8 @@ video_fullscreen_x = "0"
|
||||
video_fullscreen_y = "0"
|
||||
video_gpu_record = "false"
|
||||
video_gpu_screenshot = "true"
|
||||
video_hard_sync = "false"
|
||||
video_hard_sync_frames = "0"
|
||||
video_hard_sync = "true"
|
||||
video_hard_sync_frames = "3"
|
||||
video_max_swapchain_images = "3"
|
||||
video_message_color = "ffff00"
|
||||
video_message_pos_x = "0.050000"
|
||||
@ -2860,13 +2860,13 @@ video_rotation = "0"
|
||||
video_scale = "3.000000"
|
||||
video_scale_integer = "false"
|
||||
video_shader = ""
|
||||
video_shader_dir = "~/.config/retroarch/shaders"
|
||||
video_shader_dir = "/oem/retroarch/shaders"
|
||||
video_shader_enable = "false"
|
||||
video_shader_watch_files = "false"
|
||||
video_shared_context = "false"
|
||||
video_smooth = "true"
|
||||
video_swap_interval = "1"
|
||||
video_threaded = "false"
|
||||
video_threaded = "true"
|
||||
video_vsync = "true"
|
||||
video_window_opacity = "100"
|
||||
video_window_show_decorations = "true"
|
||||
|
||||
Reference in New Issue
Block a user