mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Cleanups
This commit is contained in:
parent
18eaa7e709
commit
dfe753042f
@ -380,11 +380,6 @@ typedef struct settings
|
||||
unsigned poll_type_behavior;
|
||||
} input;
|
||||
|
||||
struct
|
||||
{
|
||||
unsigned mode;
|
||||
} archive;
|
||||
|
||||
struct
|
||||
{
|
||||
char buildbot_url[255];
|
||||
@ -403,9 +398,6 @@ typedef struct settings
|
||||
|
||||
int state_slot;
|
||||
|
||||
unsigned bundle_assets_extract_version_current;
|
||||
unsigned bundle_assets_extract_last_version;
|
||||
|
||||
struct
|
||||
{
|
||||
char cheat_database[PATH_MAX_LENGTH];
|
||||
@ -465,23 +457,21 @@ typedef struct settings
|
||||
} netplay;
|
||||
#endif
|
||||
|
||||
unsigned bundle_assets_extract_version_current;
|
||||
unsigned bundle_assets_extract_last_version;
|
||||
unsigned content_history_size;
|
||||
|
||||
unsigned libretro_log_level;
|
||||
|
||||
size_t rewind_buffer_size;
|
||||
unsigned rewind_granularity;
|
||||
|
||||
|
||||
unsigned autosave_interval;
|
||||
|
||||
unsigned network_cmd_port;
|
||||
unsigned network_remote_base_port;
|
||||
|
||||
char username[32];
|
||||
#ifdef HAVE_LANGEXTRA
|
||||
unsigned int user_language;
|
||||
#endif
|
||||
|
||||
size_t rewind_buffer_size;
|
||||
|
||||
char username[32];
|
||||
} settings_t;
|
||||
|
||||
#define configuration_set_float(settings, var, newvar) \
|
||||
|
@ -207,10 +207,6 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
|
||||
"联机游戏房间"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE,
|
||||
"Archive File Association Action"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||||
"询问"
|
||||
|
@ -202,10 +202,6 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
|
||||
"Netplay-Räume"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE,
|
||||
"Verknüpfte Aktion für Archivdateien"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||||
"Nachfragen"
|
||||
|
@ -135,10 +135,6 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ADD_TAB,
|
||||
"Import content"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE,
|
||||
"Archive File Association Action"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||||
"Ask"
|
||||
|
@ -1511,8 +1511,6 @@ const char *msg_hash_to_str_es(enum msg_hash_enums msg)
|
||||
#endif
|
||||
case MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_LIST:
|
||||
return "Lista de logros";
|
||||
case MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE:
|
||||
return "Acción para asociar tipos de archivo";
|
||||
case MENU_ENUM_LABEL_VALUE_ASSETS_DIRECTORY:
|
||||
return "Carpeta de recursos";
|
||||
case MENU_ENUM_LABEL_VALUE_AUDIO_BLOCK_FRAMES:
|
||||
|
@ -135,10 +135,6 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ADD_TAB,
|
||||
"Scanner"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE,
|
||||
"Mode d'ouverture des archives"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||||
"Demander"
|
||||
|
@ -186,8 +186,6 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
|
||||
"Netplay Rooms"
|
||||
)
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE,
|
||||
"Azione per associare i tipi di archivio")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||||
"Chiedi")
|
||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_ASSETS_DIRECTORY,
|
||||
|
@ -208,10 +208,6 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
|
||||
"ネットプレイのルーム表"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE,
|
||||
"Archive File Association Action"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||||
"Ask"
|
||||
|
@ -202,10 +202,6 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
|
||||
"넷플레이"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE,
|
||||
"압축 파일 연결 작업"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||||
"묻기"
|
||||
|
@ -16,8 +16,6 @@ MSG_HASH(MENU_ENUM_LABEL_ADD_TAB,
|
||||
"add_tab")
|
||||
MSG_HASH(MENU_ENUM_LABEL_NETPLAY_TAB,
|
||||
"netplay_tab")
|
||||
MSG_HASH(MENU_ENUM_LABEL_ARCHIVE_MODE,
|
||||
"archive_mode")
|
||||
MSG_HASH(MENU_ENUM_LABEL_ASSETS_DIRECTORY,
|
||||
"assets_directory")
|
||||
MSG_HASH(MENU_ENUM_LABEL_AUDIO_BLOCK_FRAMES,
|
||||
|
@ -135,10 +135,6 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ADD_TAB,
|
||||
"Importeer inhoud"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE,
|
||||
"Archief Bestand Associatie"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||||
"Keuze"
|
||||
|
@ -44,8 +44,6 @@ const char *msg_hash_to_str_pl(enum msg_hash_enums msg)
|
||||
{
|
||||
case MENU_ENUM_LABEL_VALUE_ADD_CONTENT_LIST:
|
||||
return "Dodaj treść";
|
||||
case MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE:
|
||||
return "Archive File Association Action";
|
||||
case MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE:
|
||||
return "Pytaj";
|
||||
case MENU_ENUM_LABEL_VALUE_ASSETS_DIRECTORY:
|
||||
|
@ -951,8 +951,6 @@ const char *msg_hash_to_str_pt_br(enum msg_hash_enums msg)
|
||||
{
|
||||
switch (msg)
|
||||
{
|
||||
case MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE:
|
||||
return "Ação para Arquivos Compactados";
|
||||
case MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE:
|
||||
return "Ask";
|
||||
case MENU_ENUM_LABEL_VALUE_ASSETS_DIRECTORY:
|
||||
|
@ -202,10 +202,6 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
|
||||
"Rooms de Netplay"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE,
|
||||
"Arquivar Arquivo de Associação de Ação"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||||
"Perguntar"
|
||||
|
@ -951,8 +951,6 @@ const char *msg_hash_to_str_pt_pt(enum msg_hash_enums msg)
|
||||
{
|
||||
switch (msg)
|
||||
{
|
||||
case MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE:
|
||||
return "Ação para Arquivos Compactados";
|
||||
case MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE:
|
||||
return "Ask";
|
||||
case MENU_ENUM_LABEL_VALUE_ASSETS_DIRECTORY:
|
||||
|
@ -202,10 +202,6 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
|
||||
"Salas de Netplay"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE,
|
||||
"Arquivar Arquivo de Associação de Ação"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||||
"Perguntar"
|
||||
|
@ -140,10 +140,6 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ADD_TAB,
|
||||
"Import content"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE,
|
||||
"Archive File Association Action"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||||
"Ask"
|
||||
|
@ -202,10 +202,6 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
|
||||
"Netplay Rooms"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE,
|
||||
"Archive File Association Action"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
|
||||
"Ask"
|
||||
|
@ -1953,8 +1953,6 @@ const char *msg_hash_to_str_vn(enum msg_hash_enums msg)
|
||||
return "Thêm nội dung";
|
||||
case MENU_ENUM_LABEL_VALUE_ADD_TAB:
|
||||
return "Tạo nội dung";
|
||||
case MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE:
|
||||
return "Archive File Association Action";
|
||||
case MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE:
|
||||
return "Hỏi";
|
||||
case MENU_ENUM_LABEL_VALUE_ASSETS_DIRECTORY:
|
||||
|
@ -941,7 +941,6 @@ enum msg_hash_enums
|
||||
MSG_APPLICATION_DIR,
|
||||
MSG_EXTERNAL_APPLICATION_DIR,
|
||||
|
||||
MENU_LABEL(ARCHIVE_MODE),
|
||||
MENU_LABEL(SHADER_OPTIONS),
|
||||
MENU_LABEL(USE_THIS_DIRECTORY),
|
||||
MENU_LABEL(CORE_OPTIONS),
|
||||
|
Loading…
Reference in New Issue
Block a user