mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-06 11:38:23 +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;
|
static const bool block_sram_overwrite = false;
|
||||||
|
|
||||||
// When saving savestates, state index is automatically incremented before saving.
|
// 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;
|
static const bool savestate_auto_index = false;
|
||||||
|
|
||||||
// Automatically saves a savestate at the end of RetroArch's lifetime.
|
// 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 uint16_t network_cmd_port = 55355;
|
||||||
static const bool stdin_cmd_enable = false;
|
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;
|
static const unsigned game_history_size = 100;
|
||||||
|
|
||||||
// Show RGUI start-up screen on boot.
|
// Show RGUI start-up screen on boot.
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# This will be overridden by explicit command line options.
|
# This will be overridden by explicit command line options.
|
||||||
# savestate_directory =
|
# 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.
|
# will be extracted to this directory.
|
||||||
# extraction_directory =
|
# extraction_directory =
|
||||||
|
|
||||||
@ -42,19 +42,19 @@
|
|||||||
# A default path will be assigned if not set.
|
# A default path will be assigned if not set.
|
||||||
# core_options_path =
|
# core_options_path =
|
||||||
|
|
||||||
# Path to ROM load history file.
|
# Path to content load history file.
|
||||||
# RetroArch keeps track of all ROMs loaded in RGUI and from CLI directly for convenient quick loading.
|
# 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.
|
# A default path will be assigned if not set.
|
||||||
# game_history_path =
|
# 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
|
# game_history_size = 100
|
||||||
|
|
||||||
# Sets the "system" directory.
|
# Sets the "system" directory.
|
||||||
# Implementations can query for this directory to load BIOSes, system-specific configs, etc.
|
# Implementations can query for this directory to load BIOSes, system-specific configs, etc.
|
||||||
# system_directory =
|
# system_directory =
|
||||||
|
|
||||||
# Sets start directory for RGUI ROM browser.
|
# Sets start directory for RGUI content browser.
|
||||||
# rgui_browser_directory =
|
# rgui_browser_directory =
|
||||||
|
|
||||||
# Content directory. Interacts with RETRO_ENVIRONMENT_GET_CONTENT_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
|
# When saving a savestate, save state index is automatically increased before
|
||||||
# it is saved.
|
# 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.
|
# There is no upper bound on the index.
|
||||||
# savestate_auto_index = false
|
# savestate_auto_index = false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user