mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-29 15:32:01 +00:00
(Nit) Replace some references to 'ROMs' with 'content'
This commit is contained in:
parent
496915eb20
commit
b4725eff96
@ -518,7 +518,7 @@ static const bool netplay_client_swap_input = true;
|
||||
static const bool block_sram_overwrite = false;
|
||||
|
||||
// When saving savestates, state index is automatically incremented before saving.
|
||||
// When the ROM is loaded, state index will be set to the highest existing value.
|
||||
// When the content is loaded, state index will be set to the highest existing value.
|
||||
static const bool savestate_auto_index = false;
|
||||
|
||||
// Automatically saves a savestate at the end of RetroArch's lifetime.
|
||||
@ -538,7 +538,7 @@ static const bool network_cmd_enable = false;
|
||||
static const uint16_t network_cmd_port = 55355;
|
||||
static const bool stdin_cmd_enable = false;
|
||||
|
||||
// Number of entries that will be kept in ROM history file.
|
||||
// Number of entries that will be kept in content history file.
|
||||
static const unsigned game_history_size = 100;
|
||||
|
||||
// Show RGUI start-up screen on boot.
|
||||
|
@ -8,7 +8,7 @@
|
||||
# This will be overridden by explicit command line options.
|
||||
# savestate_directory =
|
||||
|
||||
# If set to a directory, ROMs which are temporarily extracted
|
||||
# If set to a directory, Content which is temporarily extracted
|
||||
# will be extracted to this directory.
|
||||
# extraction_directory =
|
||||
|
||||
@ -42,19 +42,19 @@
|
||||
# A default path will be assigned if not set.
|
||||
# core_options_path =
|
||||
|
||||
# Path to ROM load history file.
|
||||
# RetroArch keeps track of all ROMs loaded in RGUI and from CLI directly for convenient quick loading.
|
||||
# Path to content load history file.
|
||||
# RetroArch keeps track of all content loaded in RGUI and from CLI directly for convenient quick loading.
|
||||
# A default path will be assigned if not set.
|
||||
# game_history_path =
|
||||
|
||||
# Number of entries that will be kept in ROM history file.
|
||||
# Number of entries that will be kept in content history file.
|
||||
# game_history_size = 100
|
||||
|
||||
# Sets the "system" directory.
|
||||
# Implementations can query for this directory to load BIOSes, system-specific configs, etc.
|
||||
# system_directory =
|
||||
|
||||
# Sets start directory for RGUI ROM browser.
|
||||
# Sets start directory for RGUI content browser.
|
||||
# rgui_browser_directory =
|
||||
|
||||
# Content directory. Interacts with RETRO_ENVIRONMENT_GET_CONTENT_DIRECTORY.
|
||||
@ -567,7 +567,7 @@
|
||||
|
||||
# When saving a savestate, save state index is automatically increased before
|
||||
# it is saved.
|
||||
# Also, when loading a ROM, the index will be set to the highest existing index.
|
||||
# Also, when loading content, the index will be set to the highest existing index.
|
||||
# There is no upper bound on the index.
|
||||
# savestate_auto_index = false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user