mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 00:34:11 +01:00
KASM-6450 rebase retroarch to Jammy and update config
This commit is contained in:
parent
eb0147367a
commit
4d15264fd6
@ -529,7 +529,7 @@ multiImages:
|
||||
- src/ubuntu/install/chromium/**
|
||||
- name: retroarch
|
||||
singleapp: true
|
||||
base: core-ubuntu-focal
|
||||
base: core-ubuntu-jammy
|
||||
dockerfile: dockerfile-kasm-retroarch
|
||||
changeFiles:
|
||||
- dockerfile-kasm-retroarch
|
||||
|
@ -1,5 +1,5 @@
|
||||
ARG BASE_TAG="develop"
|
||||
ARG BASE_IMAGE="core-ubuntu-focal"
|
||||
ARG BASE_IMAGE="core-ubuntu-jammy"
|
||||
FROM kasmweb/$BASE_IMAGE:$BASE_TAG
|
||||
USER root
|
||||
|
||||
|
@ -5,22 +5,15 @@ set -ex
|
||||
SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
|
||||
add-apt-repository -y ppa:libretro/stable
|
||||
apt-get update
|
||||
apt-get install -y retroarch unzip
|
||||
apt-get install -y retroarch unzip retroarch-assets libretro-core-info
|
||||
|
||||
# Deskto icon
|
||||
cp /usr/share/applications/retroarch.desktop $HOME/Desktop/
|
||||
chmod +x $HOME/Desktop/retroarch.desktop
|
||||
cp /usr/share/applications/com.libretro.RetroArch.desktop $HOME/Desktop/
|
||||
chmod +x $HOME/Desktop/com.libretro.RetroArch.desktop
|
||||
|
||||
# Assets install
|
||||
mkdir -p $HOME/.config/retroarch/{assets,cores}
|
||||
# Config setup
|
||||
mkdir -p $HOME/.config/retroarch/cores
|
||||
cp $SCRIPT_PATH/retroarch.cfg $HOME/.config/retroarch/retroarch.cfg
|
||||
echo "Downloading Assets"
|
||||
wget -q https://buildbot.libretro.com/assets/frontend/assets.zip
|
||||
wget -q https://buildbot.libretro.com/assets/frontend/info.zip
|
||||
unzip assets.zip -d $HOME/.config/retroarch/assets
|
||||
unzip info.zip -d $HOME/.config/retroarch/cores
|
||||
rm -f assets.zip info.zip
|
||||
chown -R 1000:1000 $HOME/.config/retroarch
|
||||
|
||||
# Wrap with VGL
|
||||
mv /usr/bin/retroarch /usr/bin/retroarch-real
|
||||
|
@ -1,3 +1,636 @@
|
||||
accessibility_enable = "false"
|
||||
accessibility_narrator_speech_speed = "5"
|
||||
ai_service_enable = "false"
|
||||
ai_service_mode = "1"
|
||||
ai_service_pause = "false"
|
||||
ai_service_source_lang = "0"
|
||||
ai_service_target_lang = "0"
|
||||
ai_service_url = "http://localhost:4404/"
|
||||
all_users_control_menu = "false"
|
||||
app_icon = "default"
|
||||
apply_cheats_after_load = "false"
|
||||
apply_cheats_after_toggle = "false"
|
||||
aspect_ratio_index = "22"
|
||||
assets_directory = "/usr/share/libretro/assets/"
|
||||
audio_block_frames = "0"
|
||||
audio_device = ""
|
||||
audio_driver = "pulse"
|
||||
audio_dsp_plugin = ""
|
||||
audio_enable = "true"
|
||||
audio_enable_menu = "false"
|
||||
audio_enable_menu_bgm = "false"
|
||||
audio_enable_menu_cancel = "false"
|
||||
audio_enable_menu_notice = "false"
|
||||
audio_enable_menu_ok = "false"
|
||||
audio_enable_menu_scroll = "false"
|
||||
audio_fastforward_mute = "false"
|
||||
audio_fastforward_speedup = "false"
|
||||
audio_filter_dir = "/usr/lib/x86_64-linux-gnu/retroarch/filters/audio/"
|
||||
audio_latency = "64"
|
||||
audio_max_timing_skew = "0.050000"
|
||||
audio_mixer_mute_enable = "false"
|
||||
audio_mixer_volume = "0.000000"
|
||||
audio_mute_enable = "false"
|
||||
audio_out_rate = "48000"
|
||||
audio_rate_control = "true"
|
||||
audio_rate_control_delta = "0.005000"
|
||||
audio_resampler = "sinc"
|
||||
audio_resampler_quality = "3"
|
||||
audio_sync = "true"
|
||||
audio_volume = "0.000000"
|
||||
auto_overrides_enable = "true"
|
||||
auto_remaps_enable = "true"
|
||||
auto_screenshot_filename = "true"
|
||||
auto_shaders_enable = "true"
|
||||
autosave_interval = "10"
|
||||
block_sram_overwrite = "false"
|
||||
bluetooth_driver = "null"
|
||||
builtin_imageviewer_enable = "true"
|
||||
builtin_mediaplayer_enable = "true"
|
||||
bundle_assets_dst_path = ""
|
||||
bundle_assets_dst_path_subdir = ""
|
||||
bundle_assets_extract_enable = "false"
|
||||
bundle_assets_extract_last_version = "0"
|
||||
bundle_assets_extract_version_current = "0"
|
||||
bundle_assets_src_path = ""
|
||||
cache_directory = "/tmp"
|
||||
camera_allow = "false"
|
||||
camera_device = ""
|
||||
camera_driver = "video4linux2"
|
||||
cheat_database_path = "~/.config/retroarch/cheats"
|
||||
check_firmware_before_loading = "false"
|
||||
cheevos_appearance_anchor = "0"
|
||||
cheevos_appearance_padding_auto = "true"
|
||||
cheevos_appearance_padding_h = "0.000000"
|
||||
cheevos_appearance_padding_v = "0.000000"
|
||||
cheevos_auto_screenshot = "false"
|
||||
cheevos_badges_enable = "false"
|
||||
cheevos_challenge_indicators = "true"
|
||||
cheevos_custom_host = ""
|
||||
cheevos_enable = "false"
|
||||
cheevos_hardcore_mode_enable = "true"
|
||||
cheevos_leaderboards_enable = ""
|
||||
cheevos_password = ""
|
||||
cheevos_richpresence_enable = "true"
|
||||
cheevos_start_active = "false"
|
||||
cheevos_test_unofficial = "false"
|
||||
cheevos_token = ""
|
||||
cheevos_unlock_sound_enable = "false"
|
||||
cheevos_username = ""
|
||||
cheevos_verbose_enable = "true"
|
||||
cheevos_visibility_account = "true"
|
||||
cheevos_visibility_lboard_cancel = "true"
|
||||
cheevos_visibility_lboard_start = "true"
|
||||
cheevos_visibility_lboard_submit = "true"
|
||||
cheevos_visibility_lboard_trackers = "true"
|
||||
cheevos_visibility_mastery = "true"
|
||||
cheevos_visibility_progress_tracker = "true"
|
||||
cheevos_visibility_summary = "1"
|
||||
cheevos_visibility_unlock = "true"
|
||||
cloud_sync_destructive = "false"
|
||||
cloud_sync_driver = ""
|
||||
cloud_sync_enable = "false"
|
||||
config_save_on_exit = "true"
|
||||
content_database_path = "~/.config/retroarch/database/rdb"
|
||||
content_favorites_directory = "default"
|
||||
content_favorites_path = "~/.config/retroarch/content_favorites.lpl"
|
||||
content_favorites_size = "200"
|
||||
content_history_directory = "default"
|
||||
content_history_path = "~/.config/retroarch/content_history.lpl"
|
||||
content_history_size = "200"
|
||||
content_image_history_directory = "default"
|
||||
content_image_history_path = "~/.config/retroarch/content_image_history.lpl"
|
||||
content_music_history_directory = "default"
|
||||
content_music_history_path = "~/.config/retroarch/content_music_history.lpl"
|
||||
content_runtime_log = "true"
|
||||
content_runtime_log_aggregate = "false"
|
||||
content_show_add = "true"
|
||||
content_show_add_entry = "2"
|
||||
content_show_contentless_cores = "2"
|
||||
content_show_explore = "true"
|
||||
content_show_favorites = "true"
|
||||
content_show_history = "true"
|
||||
content_show_images = "false"
|
||||
content_show_music = "false"
|
||||
content_show_netplay = "true"
|
||||
content_show_playlists = "true"
|
||||
content_show_settings = "true"
|
||||
content_show_settings_password = ""
|
||||
content_show_video = "false"
|
||||
content_video_directory = "default"
|
||||
content_video_history_path = "~/.config/retroarch/content_video_history.lpl"
|
||||
core_assets_directory = "~/.config/retroarch/downloads"
|
||||
core_info_cache_enable = "true"
|
||||
core_info_savestate_bypass = "false"
|
||||
core_option_category_enable = "true"
|
||||
core_options_path = ""
|
||||
core_set_supports_no_game_enable = "true"
|
||||
core_updater_auto_backup = "true"
|
||||
core_updater_auto_backup_history_size = "1"
|
||||
core_updater_auto_extract_archive = "true"
|
||||
core_updater_buildbot_assets_url = "http://buildbot.libretro.com/assets/"
|
||||
core_updater_buildbot_cores_url = "http://buildbot.libretro.com/nightly/linux/x86_64/latest/"
|
||||
core_updater_show_experimental_cores = "false"
|
||||
crt_switch_center_adjust = "0"
|
||||
crt_switch_hires_menu = "false"
|
||||
crt_switch_porch_adjust = "0"
|
||||
crt_switch_resolution = "0"
|
||||
crt_switch_resolution_super = "2560"
|
||||
crt_switch_resolution_use_custom_refresh_rate = "false"
|
||||
crt_switch_timings = ""
|
||||
crt_video_refresh_rate = "60.000000"
|
||||
current_resolution_id = "0"
|
||||
custom_viewport_height = "768"
|
||||
custom_viewport_width = "1024"
|
||||
custom_viewport_x = "0"
|
||||
custom_viewport_y = "0"
|
||||
desktop_menu_enable = "true"
|
||||
discord_allow = "false"
|
||||
discord_app_id = "475456035851599874"
|
||||
driver_switch_enable = "true"
|
||||
dynamic_wallpapers_directory = "default"
|
||||
enable_device_vibration = "false"
|
||||
facebook_stream_key = ""
|
||||
fastforward_frameskip = "true"
|
||||
fastforward_ratio = "0.000000"
|
||||
filter_by_current_core = "false"
|
||||
flicker_filter_enable = "false"
|
||||
flicker_filter_index = "0"
|
||||
fps_show = "false"
|
||||
fps_update_interval = "256"
|
||||
frame_time_counter_reset_after_fastforwarding = "false"
|
||||
frame_time_counter_reset_after_load_state = "false"
|
||||
frame_time_counter_reset_after_save_state = "false"
|
||||
framecount_show = "false"
|
||||
frontend_log_level = "1"
|
||||
game_specific_options = "true"
|
||||
gamemode_enable = "true"
|
||||
gamma_correction = "0"
|
||||
global_core_options = "false"
|
||||
history_list_enable = "true"
|
||||
initial_disk_change_enable = "true"
|
||||
joypad_autoconfig_dir = "~/.config/retroarch/autoconfig"
|
||||
keyboard_gamepad_enable = "true"
|
||||
keyboard_gamepad_mapping_type = "1"
|
||||
kiosk_mode_enable = "false"
|
||||
kiosk_mode_password = ""
|
||||
led_driver = "null"
|
||||
libretro_directory = "~/.config/retroarch/cores"
|
||||
libretro_info_path = "/usr/share/libretro/info/"
|
||||
libretro_log_level = "1"
|
||||
load_dummy_on_core_shutdown = "true"
|
||||
location_allow = "false"
|
||||
location_driver = "null"
|
||||
log_dir = "~/.config/retroarch/logs"
|
||||
log_to_file = "false"
|
||||
log_to_file_timestamp = "false"
|
||||
log_verbosity = "false"
|
||||
materialui_auto_rotate_nav_bar = "true"
|
||||
materialui_dual_thumbnail_list_view_enable = "true"
|
||||
materialui_icons_enable = "true"
|
||||
materialui_landscape_layout_optimization = "1"
|
||||
materialui_menu_color_theme = "9"
|
||||
materialui_menu_transition_animation = "0"
|
||||
materialui_playlist_icons_enable = "true"
|
||||
materialui_show_nav_bar = "true"
|
||||
materialui_switch_icons = "true"
|
||||
materialui_thumbnail_background_enable = "true"
|
||||
materialui_thumbnail_view_landscape = "2"
|
||||
materialui_thumbnail_view_portrait = "1"
|
||||
memory_show = "false"
|
||||
memory_update_interval = "256"
|
||||
menu_battery_level_enable = "true"
|
||||
menu_core_enable = "true"
|
||||
menu_disable_info_button = "false"
|
||||
menu_disable_search_button = "false"
|
||||
menu_driver = "ozone"
|
||||
menu_dynamic_wallpaper_enable = "true"
|
||||
menu_enable_widgets = "true"
|
||||
menu_font_color_blue = "255"
|
||||
menu_font_color_green = "255"
|
||||
menu_font_color_red = "255"
|
||||
menu_footer_opacity = "1.000000"
|
||||
menu_framebuffer_opacity = "0.900000"
|
||||
menu_header_opacity = "1.000000"
|
||||
menu_horizontal_animation = "true"
|
||||
menu_insert_disk_resume = "true"
|
||||
menu_left_thumbnails = "0"
|
||||
menu_linear_filter = "false"
|
||||
menu_mouse_enable = "true"
|
||||
menu_navigation_browser_filter_supported_extensions_enable = "true"
|
||||
menu_navigation_wraparound_enable = "true"
|
||||
menu_pause_libretro = "true"
|
||||
menu_pointer_enable = "false"
|
||||
menu_remember_selection = "1"
|
||||
menu_rgui_full_width_layout = "true"
|
||||
menu_rgui_shadows = "false"
|
||||
menu_rgui_transparency = "true"
|
||||
menu_savestate_resume = "true"
|
||||
menu_scale_factor = "1.000000"
|
||||
menu_screensaver_animation = "0"
|
||||
menu_screensaver_animation_speed = "1.000000"
|
||||
menu_screensaver_timeout = "0"
|
||||
menu_scroll_delay = "256"
|
||||
menu_scroll_fast = "false"
|
||||
menu_shader_pipeline = "1"
|
||||
menu_show_advanced_settings = "true"
|
||||
menu_show_configurations = "true"
|
||||
menu_show_core_updater = "true"
|
||||
menu_show_dump_disc = "true"
|
||||
menu_show_help = "true"
|
||||
menu_show_information = "true"
|
||||
menu_show_latency = "true"
|
||||
menu_show_load_content = "true"
|
||||
menu_show_load_content_animation = "true"
|
||||
menu_show_load_core = "true"
|
||||
menu_show_load_disc = "true"
|
||||
menu_show_online_updater = "true"
|
||||
menu_show_overlays = "true"
|
||||
menu_show_quit_retroarch = "true"
|
||||
menu_show_reboot = "true"
|
||||
menu_show_restart_retroarch = "true"
|
||||
menu_show_rewind = "true"
|
||||
menu_show_shutdown = "true"
|
||||
menu_show_sublabels = "true"
|
||||
menu_swap_ok_cancel_buttons = "false"
|
||||
menu_swap_scroll_buttons = "false"
|
||||
menu_throttle_framerate = "true"
|
||||
menu_thumbnail_upscale_threshold = "0"
|
||||
menu_thumbnails = "3"
|
||||
menu_ticker_smooth = "true"
|
||||
menu_ticker_speed = "2.000000"
|
||||
menu_ticker_type = "1"
|
||||
menu_timedate_date_separator = "0"
|
||||
menu_timedate_enable = "true"
|
||||
menu_timedate_style = "11"
|
||||
menu_unified_controls = "false"
|
||||
menu_use_preferred_system_color_theme = "false"
|
||||
menu_wallpaper = ""
|
||||
menu_wallpaper_opacity = "0.900000"
|
||||
menu_widget_scale_auto = "true"
|
||||
menu_widget_scale_factor = "1.000000"
|
||||
menu_widget_scale_factor_windowed = "1.000000"
|
||||
menu_xmb_animation_horizontal_highlight = "0"
|
||||
menu_xmb_animation_move_up_down = "0"
|
||||
menu_xmb_animation_opening_main_menu = "0"
|
||||
menu_xmb_show_title_header = "true"
|
||||
menu_xmb_thumbnail_scale_factor = "100"
|
||||
menu_xmb_title_margin = "5"
|
||||
menu_xmb_title_margin_horizontal_offset = "0"
|
||||
menu_xmb_vertical_fade_factor = "100"
|
||||
microphone_block_frames = "0"
|
||||
microphone_device = ""
|
||||
microphone_driver = "alsathread"
|
||||
microphone_enable = "true"
|
||||
microphone_latency = "64"
|
||||
microphone_rate = "48000"
|
||||
microphone_resampler = "sinc"
|
||||
microphone_resampler_quality = "3"
|
||||
midi_driver = "alsa"
|
||||
midi_input = "OFF"
|
||||
midi_output = "OFF"
|
||||
midi_volume = "100"
|
||||
netplay_allow_pausing = "false"
|
||||
netplay_allow_slaves = "true"
|
||||
netplay_chat_color_msg = "16777215"
|
||||
netplay_chat_color_name = "32768"
|
||||
netplay_check_frames = "600"
|
||||
netplay_custom_mitm_server = ""
|
||||
netplay_fade_chat = "true"
|
||||
netplay_input_latency_frames_min = "0"
|
||||
netplay_input_latency_frames_range = "0"
|
||||
netplay_ip_address = ""
|
||||
netplay_ip_port = "55435"
|
||||
netplay_max_connections = "3"
|
||||
netplay_max_ping = "0"
|
||||
netplay_mitm_server = "nyc"
|
||||
netplay_nat_traversal = "true"
|
||||
netplay_nickname = ""
|
||||
netplay_password = ""
|
||||
netplay_ping_show = "false"
|
||||
netplay_public_announce = "true"
|
||||
netplay_request_device_p1 = "false"
|
||||
netplay_request_device_p10 = "false"
|
||||
netplay_request_device_p11 = "false"
|
||||
netplay_request_device_p12 = "false"
|
||||
netplay_request_device_p13 = "false"
|
||||
netplay_request_device_p14 = "false"
|
||||
netplay_request_device_p15 = "false"
|
||||
netplay_request_device_p16 = "false"
|
||||
netplay_request_device_p2 = "false"
|
||||
netplay_request_device_p3 = "false"
|
||||
netplay_request_device_p4 = "false"
|
||||
netplay_request_device_p5 = "false"
|
||||
netplay_request_device_p6 = "false"
|
||||
netplay_request_device_p7 = "false"
|
||||
netplay_request_device_p8 = "false"
|
||||
netplay_request_device_p9 = "false"
|
||||
netplay_require_slaves = "false"
|
||||
netplay_share_analog = "0"
|
||||
netplay_share_digital = "0"
|
||||
netplay_show_only_connectable = "true"
|
||||
netplay_show_only_installed_cores = "false"
|
||||
netplay_show_passworded = "true"
|
||||
netplay_spectate_password = ""
|
||||
netplay_start_as_spectator = "false"
|
||||
netplay_use_mitm_server = "false"
|
||||
network_cmd_enable = "false"
|
||||
network_cmd_port = "55355"
|
||||
network_on_demand_thumbnails = "false"
|
||||
network_remote_base_port = "55400"
|
||||
network_remote_enable = "false"
|
||||
network_remote_enable_user_p1 = "false"
|
||||
network_remote_enable_user_p10 = "false"
|
||||
network_remote_enable_user_p11 = "false"
|
||||
network_remote_enable_user_p12 = "false"
|
||||
network_remote_enable_user_p13 = "false"
|
||||
network_remote_enable_user_p14 = "false"
|
||||
network_remote_enable_user_p15 = "false"
|
||||
network_remote_enable_user_p16 = "false"
|
||||
network_remote_enable_user_p2 = "false"
|
||||
network_remote_enable_user_p3 = "false"
|
||||
network_remote_enable_user_p4 = "false"
|
||||
network_remote_enable_user_p5 = "false"
|
||||
network_remote_enable_user_p6 = "false"
|
||||
network_remote_enable_user_p7 = "false"
|
||||
network_remote_enable_user_p8 = "false"
|
||||
network_remote_enable_user_p9 = "false"
|
||||
notification_show_autoconfig = "true"
|
||||
notification_show_cheats_applied = "true"
|
||||
notification_show_config_override_load = "true"
|
||||
notification_show_disk_control = "true"
|
||||
notification_show_fast_forward = "true"
|
||||
notification_show_netplay_extra = "false"
|
||||
notification_show_patch_applied = "true"
|
||||
notification_show_refresh_rate = "true"
|
||||
notification_show_remap_load = "true"
|
||||
notification_show_save_state = "true"
|
||||
notification_show_screenshot = "true"
|
||||
notification_show_screenshot_duration = "0"
|
||||
notification_show_screenshot_flash = "0"
|
||||
notification_show_set_initial_disk = "true"
|
||||
notification_show_when_menu_is_alive = "false"
|
||||
osk_overlay_directory = "~/.config/retroarch/overlays/keyboards"
|
||||
overlay_directory = "~/.config/retroarch/overlays"
|
||||
ozone_collapse_sidebar = "false"
|
||||
ozone_menu_color_theme = "1"
|
||||
ozone_scroll_content_metadata = "false"
|
||||
ozone_sort_after_truncate_playlist_name = "false"
|
||||
ozone_thumbnail_scale_factor = "1.000000"
|
||||
ozone_truncate_playlist_name = "true"
|
||||
pause_nonactive = "true"
|
||||
pause_on_disconnect = "false"
|
||||
perfcnt_enable = "false"
|
||||
playlist_compression = "false"
|
||||
playlist_directory = "~/.config/retroarch/playlists"
|
||||
playlist_entry_remove_enable = "1"
|
||||
playlist_entry_rename = "true"
|
||||
playlist_fuzzy_archive_match = "false"
|
||||
playlist_portable_paths = "false"
|
||||
playlist_show_entry_idx = "true"
|
||||
playlist_show_history_icons = "1"
|
||||
playlist_show_inline_core_name = "0"
|
||||
playlist_show_sublabels = "true"
|
||||
playlist_sort_alphabetical = "true"
|
||||
playlist_sublabel_last_played_style = "1"
|
||||
playlist_sublabel_runtime_type = "0"
|
||||
playlist_use_filename = "false"
|
||||
playlist_use_old_format = "false"
|
||||
preemptive_frames_enable = "false"
|
||||
preemptive_frames_hide_warnings = "false"
|
||||
quick_menu_show_add_to_favorites = "true"
|
||||
quick_menu_show_add_to_playlist = "false"
|
||||
quick_menu_show_cheats = "true"
|
||||
quick_menu_show_close_content = "true"
|
||||
quick_menu_show_controls = "true"
|
||||
quick_menu_show_core_options_flush = "false"
|
||||
quick_menu_show_download_thumbnails = "true"
|
||||
quick_menu_show_information = "true"
|
||||
quick_menu_show_options = "true"
|
||||
quick_menu_show_replay = "false"
|
||||
quick_menu_show_reset_core_association = "true"
|
||||
quick_menu_show_restart_content = "true"
|
||||
quick_menu_show_resume_content = "true"
|
||||
quick_menu_show_save_content_dir_overrides = "true"
|
||||
quick_menu_show_save_core_overrides = "true"
|
||||
quick_menu_show_save_game_overrides = "true"
|
||||
quick_menu_show_save_load_state = "true"
|
||||
quick_menu_show_savestate_submenu = "true"
|
||||
quick_menu_show_set_core_association = "true"
|
||||
quick_menu_show_shaders = "true"
|
||||
quick_menu_show_start_recording = "true"
|
||||
quick_menu_show_start_streaming = "true"
|
||||
quick_menu_show_take_screenshot = "true"
|
||||
quick_menu_show_undo_save_load_state = "true"
|
||||
quit_on_close_content = "0"
|
||||
quit_press_twice = "true"
|
||||
record_driver = "ffmpeg"
|
||||
recording_config_directory = "~/.config/retroarch/records_config"
|
||||
recording_output_directory = "~/.config/retroarch/records"
|
||||
remap_save_on_exit = "true"
|
||||
replay_auto_index = "true"
|
||||
replay_checkpoint_interval = "0"
|
||||
replay_max_keep = "0"
|
||||
replay_slot = "0"
|
||||
rewind_buffer_size = "20971520"
|
||||
rewind_buffer_size_step = "10"
|
||||
rewind_enable = "false"
|
||||
rewind_granularity = "1"
|
||||
rgui_aspect_ratio = "0"
|
||||
rgui_aspect_ratio_lock = "0"
|
||||
rgui_background_filler_thickness_enable = "true"
|
||||
rgui_border_filler_enable = "true"
|
||||
rgui_border_filler_thickness_enable = "true"
|
||||
rgui_browser_directory = "${HOME}"
|
||||
rgui_config_directory = "${XDG_CONFIG_HOME:-$HOME/.config}/retroarch/config"
|
||||
rgui_extended_ascii = "false"
|
||||
rgui_inline_thumbnails = "false"
|
||||
rgui_internal_upscale_level = "0"
|
||||
rgui_menu_color_theme = "4"
|
||||
rgui_menu_theme_preset = ""
|
||||
rgui_particle_effect = "0"
|
||||
rgui_particle_effect_screensaver = "true"
|
||||
rgui_particle_effect_speed = "1.000000"
|
||||
rgui_show_start_screen = "false"
|
||||
rgui_swap_thumbnails = "false"
|
||||
rgui_switch_icons = "true"
|
||||
rgui_thumbnail_delay = "0"
|
||||
rgui_thumbnail_downscaler = "0"
|
||||
run_ahead_enabled = "false"
|
||||
run_ahead_frames = "1"
|
||||
run_ahead_hide_warnings = "false"
|
||||
run_ahead_secondary_instance = "true"
|
||||
runtime_log_directory = "default"
|
||||
save_file_compression = "false"
|
||||
savefile_directory = "~/.config/retroarch/saves"
|
||||
savefiles_in_content_dir = "false"
|
||||
savestate_auto_index = "false"
|
||||
savestate_auto_load = "false"
|
||||
savestate_auto_save = "false"
|
||||
savestate_directory = "~/.config/retroarch/states"
|
||||
savestate_file_compression = "true"
|
||||
savestate_max_keep = "0"
|
||||
savestate_thumbnail_enable = "false"
|
||||
savestates_in_content_dir = "false"
|
||||
scan_serial_and_crc = "false"
|
||||
scan_without_core_match = "false"
|
||||
screen_brightness = "100"
|
||||
screen_orientation = "0"
|
||||
screenshot_directory = "~/.config/retroarch/screenshots"
|
||||
screenshots_in_content_dir = "false"
|
||||
settings_show_accessibility = "true"
|
||||
settings_show_achievements = "true"
|
||||
settings_show_ai_service = "true"
|
||||
settings_show_audio = "true"
|
||||
settings_show_configuration = "true"
|
||||
settings_show_core = "true"
|
||||
settings_show_directory = "true"
|
||||
settings_show_drivers = "true"
|
||||
settings_show_file_browser = "true"
|
||||
settings_show_frame_throttle = "true"
|
||||
settings_show_input = "true"
|
||||
settings_show_latency = "true"
|
||||
settings_show_logging = "true"
|
||||
settings_show_network = "true"
|
||||
settings_show_onscreen_display = "true"
|
||||
settings_show_playlists = "true"
|
||||
settings_show_power_management = "true"
|
||||
settings_show_recording = "true"
|
||||
settings_show_saving = "true"
|
||||
settings_show_user = "true"
|
||||
settings_show_user_interface = "true"
|
||||
settings_show_video = "true"
|
||||
show_hidden_files = "false"
|
||||
slowmotion_ratio = "3.000000"
|
||||
soft_filter_enable = "false"
|
||||
soft_filter_index = "0"
|
||||
sort_savefiles_by_content_enable = "false"
|
||||
sort_savefiles_enable = "true"
|
||||
sort_savestates_by_content_enable = "false"
|
||||
sort_savestates_enable = "true"
|
||||
sort_screenshots_by_content_enable = "false"
|
||||
state_slot = "0"
|
||||
statistics_show = "false"
|
||||
stdin_cmd_enable = "false"
|
||||
streaming_mode = "0"
|
||||
suspend_screensaver_enable = "true"
|
||||
sustained_performance_mode = "false"
|
||||
system_directory = "~/.config/retroarch/system"
|
||||
systemfiles_in_content_dir = "false"
|
||||
test_input_file_joypad = ""
|
||||
threaded_data_runloop_enable = "true"
|
||||
thumbnails_directory = "~/.config/retroarch/thumbnails"
|
||||
twitch_stream_key = ""
|
||||
ui_companion_enable = "false"
|
||||
ui_companion_start_on_boot = "true"
|
||||
ui_companion_toggle = "false"
|
||||
ui_menubar_enable = "true"
|
||||
use_last_start_directory = "false"
|
||||
user_language = "0"
|
||||
vibrate_on_keypress = "false"
|
||||
video_adaptive_vsync = "false"
|
||||
video_allow_rotate = "true"
|
||||
video_aspect_ratio = "1.333300"
|
||||
video_aspect_ratio_auto = "false"
|
||||
video_autoswitch_pal_threshold = "54.500000"
|
||||
video_autoswitch_refresh_rate = "0"
|
||||
video_bfi_dark_frames = "1"
|
||||
video_black_frame_insertion = "0"
|
||||
video_context_driver = "glx"
|
||||
video_crop_overscan = "true"
|
||||
video_ctx_scaling = "false"
|
||||
video_disable_composition = "false"
|
||||
video_driver = "gl"
|
||||
video_filter = ""
|
||||
video_filter_dir = "/usr/lib/x86_64-linux-gnu/retroarch/filters/video/"
|
||||
video_font_enable = "true"
|
||||
video_font_path = ""
|
||||
video_font_size = "32.000000"
|
||||
video_force_aspect = "true"
|
||||
video_force_srgb_disable = "false"
|
||||
video_frame_delay = "0"
|
||||
video_frame_delay_auto = "false"
|
||||
video_frame_rest = "false"
|
||||
video_fullscreen = "false"
|
||||
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_hdr_display_contrast = "5.000000"
|
||||
video_hdr_enable = "false"
|
||||
video_hdr_expand_gamut = "true"
|
||||
video_hdr_max_nits = "1000.000000"
|
||||
video_hdr_paper_white_nits = "200.000000"
|
||||
video_max_frame_latency = "1"
|
||||
video_max_swapchain_images = "3"
|
||||
video_message_color = "ffff00"
|
||||
video_message_pos_x = "0.050000"
|
||||
video_message_pos_y = "0.050000"
|
||||
video_monitor_index = "0"
|
||||
video_msg_bgcolor_blue = "0"
|
||||
video_msg_bgcolor_enable = "false"
|
||||
video_msg_bgcolor_green = "0"
|
||||
video_msg_bgcolor_opacity = "1.000000"
|
||||
video_msg_bgcolor_red = "0"
|
||||
video_notch_write_over_enable = "false"
|
||||
video_post_filter_record = "false"
|
||||
video_record_config = ""
|
||||
video_record_quality = "2"
|
||||
video_record_scale_factor = "1"
|
||||
video_record_threads = "2"
|
||||
video_refresh_rate = "60.000000"
|
||||
video_rotation = "0"
|
||||
video_scale = "3"
|
||||
video_scale_integer = "false"
|
||||
video_scale_integer_overscale = "false"
|
||||
video_scan_subframes = "false"
|
||||
video_shader_delay = "0"
|
||||
video_shader_dir = "~/.config/retroarch/shaders"
|
||||
video_shader_enable = "false"
|
||||
video_shader_preset_save_reference_enable = "true"
|
||||
video_shader_remember_last_dir = "false"
|
||||
video_shader_subframes = "1"
|
||||
video_shader_watch_files = "false"
|
||||
video_shared_context = "false"
|
||||
video_smooth = "false"
|
||||
video_stream_config = ""
|
||||
video_stream_port = "56400"
|
||||
video_stream_quality = "11"
|
||||
video_stream_scale_factor = "1"
|
||||
video_stream_url = ""
|
||||
video_swap_interval = "1"
|
||||
video_threaded = "false"
|
||||
video_vsync = "true"
|
||||
video_waitable_swapchains = "true"
|
||||
video_window_auto_height_max = "1080"
|
||||
video_window_auto_width_max = "1920"
|
||||
video_window_custom_size_enable = "false"
|
||||
video_window_opacity = "100"
|
||||
video_window_save_positions = "false"
|
||||
video_window_show_decorations = "true"
|
||||
video_windowed_fullscreen = "true"
|
||||
video_windowed_position_height = "720"
|
||||
video_windowed_position_width = "1280"
|
||||
video_windowed_position_x = "0"
|
||||
video_windowed_position_y = "0"
|
||||
vrr_runloop_enable = "false"
|
||||
vulkan_gpu_index = "0"
|
||||
webdav_password = ""
|
||||
webdav_url = ""
|
||||
webdav_username = ""
|
||||
wifi_driver = "null"
|
||||
wifi_enabled = "true"
|
||||
xmb_alpha_factor = "90"
|
||||
xmb_font = ""
|
||||
xmb_layout = "0"
|
||||
xmb_menu_color_theme = "4"
|
||||
xmb_shadows_enable = "true"
|
||||
xmb_switch_icons = "true"
|
||||
xmb_theme = "0"
|
||||
xmb_vertical_thumbnails = "false"
|
||||
youtube_stream_key = ""
|
||||
input_player1_a = "x"
|
||||
input_player1_a_axis = "nul"
|
||||
input_player1_a_btn = "1"
|
||||
@ -585,4 +1218,4 @@ input_player4_x_mbtn = "nul"
|
||||
input_player4_y = "nul"
|
||||
input_player4_y_axis = "nul"
|
||||
input_player4_y_btn = "2"
|
||||
input_player4_y_mbtn = "nul"
|
||||
input_player4_y_mbtn = "nul"
|
||||
|
Loading…
Reference in New Issue
Block a user