(Nit) Replace some references to 'ROMs' with 'content'

This commit is contained in:
twinaphex 2014-05-26 03:09:39 +02:00
parent 496915eb20
commit b4725eff96
2 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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