RetroArch/menu/menu_displaylist.h

213 lines
6.4 KiB
C
Raw Normal View History

2015-05-11 11:11:23 +02:00
/* RetroArch - A frontend for libretro.
2017-01-22 13:40:32 +01:00
* Copyright (C) 2011-2017 - Daniel De Matteis
2015-05-11 11:11:23 +02:00
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
*
* RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with RetroArch.
* If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _MENU_DISPLAYLIST_H
#define _MENU_DISPLAYLIST_H
2015-05-12 10:20:31 +02:00
#include <stdint.h>
2015-05-13 16:18:43 +02:00
#include <boolean.h>
2016-09-15 00:20:43 +02:00
#include <retro_miscellaneous.h>
2016-06-03 05:49:46 +02:00
#include <retro_common_api.h>
#include <lists/file_list.h>
2015-05-13 16:18:43 +02:00
2015-07-26 00:40:24 +02:00
#ifndef COLLECTION_SIZE
#define COLLECTION_SIZE 99999
#endif
2016-06-03 05:49:46 +02:00
RETRO_BEGIN_DECLS
enum menu_displaylist_parse_type
{
2016-06-16 22:14:31 +02:00
PARSE_NONE = (1 << 0),
PARSE_GROUP = (1 << 1),
PARSE_ACTION = (1 << 2),
PARSE_ONLY_INT = (1 << 3),
PARSE_ONLY_UINT = (1 << 4),
PARSE_ONLY_BOOL = (1 << 5),
PARSE_ONLY_FLOAT = (1 << 6),
PARSE_ONLY_BIND = (1 << 7),
PARSE_ONLY_GROUP = (1 << 8),
PARSE_ONLY_STRING = (1 << 9),
PARSE_ONLY_PATH = (1 << 10),
PARSE_ONLY_STRING_OPTIONS = (1 << 11),
2016-07-02 20:40:27 +02:00
PARSE_ONLY_HEX = (1 << 12),
PARSE_ONLY_DIR = (1 << 13),
PARSE_SUB_GROUP = (1 << 14)
};
enum menu_displaylist_ctl_state
2015-05-12 10:35:37 +02:00
{
DISPLAYLIST_NONE = 0,
2015-05-31 22:40:26 +02:00
DISPLAYLIST_INFO,
2015-05-18 03:25:45 +02:00
DISPLAYLIST_HELP,
2015-07-17 20:33:09 +02:00
DISPLAYLIST_HELP_SCREEN_LIST,
2015-05-12 10:35:37 +02:00
DISPLAYLIST_MAIN_MENU,
2015-05-17 13:10:55 +02:00
DISPLAYLIST_GENERIC,
2016-06-15 01:44:30 +02:00
DISPLAYLIST_SETTING_ENUM,
2015-05-13 01:53:32 +02:00
DISPLAYLIST_SETTINGS_ALL,
2015-05-12 12:51:41 +02:00
DISPLAYLIST_HORIZONTAL,
DISPLAYLIST_HORIZONTAL_CONTENT_ACTIONS,
DISPLAYLIST_HISTORY,
2016-07-30 23:12:17 +02:00
DISPLAYLIST_VIDEO_HISTORY,
DISPLAYLIST_MUSIC_HISTORY,
DISPLAYLIST_IMAGES_HISTORY,
DISPLAYLIST_PLAYLIST_COLLECTION,
2015-05-12 12:37:42 +02:00
DISPLAYLIST_DEFAULT,
DISPLAYLIST_FILE_BROWSER_SELECT_DIR,
DISPLAYLIST_FILE_BROWSER_SCAN_DIR,
DISPLAYLIST_FILE_BROWSER_SELECT_FILE,
DISPLAYLIST_FILE_BROWSER_SELECT_CORE,
DISPLAYLIST_FILE_BROWSER_SELECT_COLLECTION,
2015-05-12 11:06:04 +02:00
DISPLAYLIST_CORES,
DISPLAYLIST_CORES_SUPPORTED,
2015-06-07 23:26:29 +02:00
DISPLAYLIST_CORES_COLLECTION_SUPPORTED,
2015-05-12 15:56:49 +02:00
DISPLAYLIST_CORES_UPDATER,
DISPLAYLIST_THUMBNAILS_UPDATER,
DISPLAYLIST_LAKKA,
2015-05-12 12:07:41 +02:00
DISPLAYLIST_CORES_DETECTED,
2015-05-12 16:24:10 +02:00
DISPLAYLIST_CORE_OPTIONS,
2015-05-13 01:31:58 +02:00
DISPLAYLIST_CORE_INFO,
DISPLAYLIST_PERFCOUNTERS_CORE,
DISPLAYLIST_PERFCOUNTERS_FRONTEND,
DISPLAYLIST_SHADER_PASS,
DISPLAYLIST_SHADER_PRESET,
DISPLAYLIST_DATABASES,
DISPLAYLIST_DATABASE_CURSORS,
DISPLAYLIST_DATABASE_PLAYLISTS,
2015-07-07 17:04:03 +07:00
DISPLAYLIST_DATABASE_PLAYLISTS_HORIZONTAL,
2015-05-12 15:04:20 +02:00
DISPLAYLIST_DATABASE_QUERY,
2015-05-13 13:45:53 +02:00
DISPLAYLIST_DATABASE_ENTRY,
2015-05-12 12:26:51 +02:00
DISPLAYLIST_AUDIO_FILTERS,
DISPLAYLIST_VIDEO_FILTERS,
DISPLAYLIST_CHEAT_FILES,
DISPLAYLIST_REMAP_FILES,
2015-05-12 12:32:24 +02:00
DISPLAYLIST_RECORD_CONFIG_FILES,
DISPLAYLIST_CONFIG_FILES,
DISPLAYLIST_CONTENT_HISTORY,
DISPLAYLIST_IMAGES,
2015-05-12 12:32:24 +02:00
DISPLAYLIST_FONTS,
DISPLAYLIST_OVERLAYS,
DISPLAYLIST_SHADER_PARAMETERS,
DISPLAYLIST_SHADER_PARAMETERS_PRESET,
2016-03-03 03:06:54 +01:00
DISPLAYLIST_NETWORK_INFO,
2015-05-13 13:31:34 +02:00
DISPLAYLIST_SYSTEM_INFO,
2015-11-07 21:58:50 -05:00
DISPLAYLIST_ACHIEVEMENT_LIST,
2016-11-05 16:55:57 -05:00
DISPLAYLIST_ACHIEVEMENT_LIST_HARDCORE,
DISPLAYLIST_USER_BINDS_LIST,
DISPLAYLIST_ACCOUNTS_LIST,
2016-06-16 21:40:13 +02:00
DISPLAYLIST_DRIVER_SETTINGS_LIST,
DISPLAYLIST_VIDEO_SETTINGS_LIST,
DISPLAYLIST_CONFIGURATION_SETTINGS_LIST,
DISPLAYLIST_SAVING_SETTINGS_LIST,
DISPLAYLIST_LOGGING_SETTINGS_LIST,
DISPLAYLIST_FRAME_THROTTLE_SETTINGS_LIST,
DISPLAYLIST_REWIND_SETTINGS_LIST,
DISPLAYLIST_AUDIO_SETTINGS_LIST,
2016-06-18 22:17:39 +02:00
DISPLAYLIST_CORE_SETTINGS_LIST,
DISPLAYLIST_INPUT_SETTINGS_LIST,
DISPLAYLIST_INPUT_HOTKEY_BINDS_LIST,
DISPLAYLIST_ONSCREEN_OVERLAY_SETTINGS_LIST,
DISPLAYLIST_ONSCREEN_DISPLAY_SETTINGS_LIST,
2016-11-23 14:28:15 +01:00
DISPLAYLIST_ONSCREEN_NOTIFICATIONS_SETTINGS_LIST,
2017-02-02 04:00:55 +01:00
DISPLAYLIST_MENU_FILE_BROWSER_SETTINGS_LIST,
2016-07-02 20:40:27 +02:00
DISPLAYLIST_MENU_SETTINGS_LIST,
DISPLAYLIST_USER_INTERFACE_SETTINGS_LIST,
DISPLAYLIST_RETRO_ACHIEVEMENTS_SETTINGS_LIST,
DISPLAYLIST_UPDATER_SETTINGS_LIST,
2016-09-21 23:08:45 +02:00
DISPLAYLIST_WIFI_SETTINGS_LIST,
2016-07-02 20:40:27 +02:00
DISPLAYLIST_NETWORK_SETTINGS_LIST,
2016-12-02 22:40:26 -05:00
DISPLAYLIST_NETPLAY_LAN_SCAN_SETTINGS_LIST,
DISPLAYLIST_LAKKA_SERVICES_LIST,
2016-07-02 20:40:27 +02:00
DISPLAYLIST_USER_SETTINGS_LIST,
DISPLAYLIST_DIRECTORY_SETTINGS_LIST,
DISPLAYLIST_PRIVACY_SETTINGS_LIST,
2016-10-08 15:05:31 +02:00
DISPLAYLIST_RECORDING_SETTINGS_LIST,
2015-10-25 09:38:53 +01:00
DISPLAYLIST_PLAYLIST_SETTINGS_LIST,
2015-10-17 15:58:59 +02:00
DISPLAYLIST_ACCOUNTS_CHEEVOS_LIST,
2016-12-26 06:39:12 +01:00
DISPLAYLIST_BROWSE_URL_LIST,
2016-12-27 00:02:09 +01:00
DISPLAYLIST_BROWSE_URL_START,
2015-06-22 08:46:42 +02:00
DISPLAYLIST_LOAD_CONTENT_LIST,
2015-06-24 04:56:44 +02:00
DISPLAYLIST_INFORMATION_LIST,
2015-06-22 22:10:14 +02:00
DISPLAYLIST_CONTENT_SETTINGS,
2015-05-13 02:10:12 +02:00
DISPLAYLIST_OPTIONS,
2015-05-13 12:55:41 +02:00
DISPLAYLIST_OPTIONS_CHEATS,
2015-05-13 12:58:42 +02:00
DISPLAYLIST_OPTIONS_REMAPPINGS,
2015-05-13 02:14:06 +02:00
DISPLAYLIST_OPTIONS_MANAGEMENT,
2015-05-13 02:05:29 +02:00
DISPLAYLIST_OPTIONS_DISK,
2015-07-04 01:51:41 +02:00
DISPLAYLIST_OPTIONS_SHADERS,
DISPLAYLIST_NETPLAY,
DISPLAYLIST_ADD_CONTENT_LIST,
DISPLAYLIST_CONFIGURATIONS_LIST,
DISPLAYLIST_SCAN_DIRECTORY_LIST,
DISPLAYLIST_NETPLAY_ROOM_LIST,
DISPLAYLIST_ARCHIVE_ACTION,
DISPLAYLIST_ARCHIVE_ACTION_DETECT_CORE,
2016-02-24 23:19:53 +01:00
DISPLAYLIST_CORE_CONTENT,
DISPLAYLIST_CORE_CONTENT_DIRS,
DISPLAYLIST_CORE_CONTENT_DIRS_SUBDIR,
2016-02-24 23:31:37 +01:00
DISPLAYLIST_PROCESS,
DISPLAYLIST_PUSH_ONTO_STACK,
DISPLAYLIST_PENDING_CLEAR
2015-05-12 10:35:37 +02:00
};
2015-05-12 10:20:31 +02:00
typedef struct menu_displaylist_info
{
bool need_sort;
bool need_refresh;
bool need_entries_refresh;
bool need_push;
bool need_clear;
bool push_builtin_cores;
bool download_core;
bool need_navigation_clear;
2015-05-12 10:20:31 +02:00
file_list_t *list;
file_list_t *menu_list;
2015-05-12 10:20:31 +02:00
char path[PATH_MAX_LENGTH];
2015-05-12 15:04:20 +02:00
char path_b[PATH_MAX_LENGTH];
char path_c[PATH_MAX_LENGTH];
2016-10-27 09:52:38 +02:00
char label[255];
uint32_t label_hash;
char exts[PATH_MAX_LENGTH];
2015-05-12 10:20:31 +02:00
unsigned type;
2015-05-12 11:06:04 +02:00
unsigned type_default;
2015-05-17 13:10:55 +02:00
size_t directory_ptr;
2015-05-12 10:20:31 +02:00
unsigned flags;
enum msg_hash_enums enum_idx;
2015-05-12 12:37:42 +02:00
rarch_setting_t *setting;
2015-05-12 10:20:31 +02:00
} menu_displaylist_info_t;
2016-03-04 07:24:30 +01:00
typedef struct menu_displaylist_ctx_parse_entry
{
void *data;
menu_displaylist_info_t *info;
const char *info_label;
enum msg_hash_enums enum_idx;
2016-03-04 07:24:30 +01:00
enum menu_displaylist_parse_type parse_type;
bool add_empty_entry;
} menu_displaylist_ctx_parse_entry_t;
2016-02-24 23:31:37 +01:00
typedef struct menu_displaylist_ctx_entry
{
file_list_t *stack;
file_list_t *list;
} menu_displaylist_ctx_entry_t;
2015-05-12 10:35:37 +02:00
2016-02-24 23:31:37 +01:00
bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data);
2015-05-11 11:11:23 +02:00
2016-06-03 05:49:46 +02:00
RETRO_END_DECLS
2015-05-11 11:11:23 +02:00
#endif