This commit is contained in:
twinaphex 2017-04-28 19:04:09 +02:00
parent 18eaa7e709
commit dfe753042f
20 changed files with 6 additions and 75 deletions

View File

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

View File

@ -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,
"询问"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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,
"묻기"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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