From b4725eff9613dc892e4b6b21b0505dee3acb4dee Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 26 May 2014 03:09:39 +0200 Subject: [PATCH] (Nit) Replace some references to 'ROMs' with 'content' --- config.def.h | 4 ++-- retroarch.cfg | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config.def.h b/config.def.h index 70a4daa0fc..b6c8564ccd 100644 --- a/config.def.h +++ b/config.def.h @@ -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. diff --git a/retroarch.cfg b/retroarch.cfg index 040e427761..55c3d58675 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -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