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