RetroArch
ozone_sidebar.h
Go to the documentation of this file.
1 /* RetroArch - A frontend for libretro.
2  * Copyright (C) 2011-2017 - Daniel De Matteis
3  * Copyright (C) 2014-2017 - Jean-André Santoni
4  * Copyright (C) 2016-2017 - Brad Parker
5  * Copyright (C) 2018 - Alfredo Monclús
6  * Copyright (C) 2018 - natinusala
7  *
8  * RetroArch is free software: you can redistribute it and/or modify it under the terms
9  * of the GNU General Public License as published by the Free Software Found-
10  * ation, either version 3 of the License, or (at your option) any later version.
11  *
12  * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
13  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14  * PURPOSE. See the GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License along with RetroArch.
17  * If not, see <http://www.gnu.org/licenses/>.
18  */
19 
20 #ifndef _OZONE_SIDEBAR_H
21 #define _OZONE_SIDEBAR_H
22 
23 #include "ozone_texture.h"
24 
25 enum
26 {
32 #if defined(HAVE_FFMPEG) || defined(HAVE_MPV)
33  OZONE_SYSTEM_TAB_VIDEO,
34 #endif
35 #ifdef HAVE_IMAGEVIEWER
36  OZONE_SYSTEM_TAB_IMAGES,
37 #endif
38 #ifdef HAVE_NETWORKING
39  OZONE_SYSTEM_TAB_NETPLAY,
40 #endif
42 
43  /* End of this enum - use the last one to determine num of possible tabs */
45 };
46 
48 
50 
52 
54 
55 #endif
unsigned ozone_system_tabs_icons[OZONE_SYSTEM_TAB_LAST]
Definition: ozone_sidebar.c:89
enum msg_hash_enums ozone_system_tabs_value[OZONE_SYSTEM_TAB_LAST]
Definition: ozone_sidebar.c:35
enum msg_hash_enums ozone_system_tabs_idx[OZONE_SYSTEM_TAB_LAST]
Definition: ozone_sidebar.c:71
Definition: ozone_sidebar.h:44
Definition: ozone_sidebar.h:41
enum menu_settings_type ozone_system_tabs_type[OZONE_SYSTEM_TAB_LAST]
Definition: ozone_sidebar.c:53
Definition: ozone_sidebar.h:30
Definition: ozone_sidebar.h:29
Definition: ozone_sidebar.h:28
menu_settings_type
Definition: menu_driver.h:132
msg_hash_enums
Definition: msg_hash.h:152
Definition: ozone_sidebar.h:27
Definition: ozone_sidebar.h:31