RetroArch
core_type.h
Go to the documentation of this file.
1
/* RetroArch - A frontend for libretro.
2
* Copyright (C) 2011-2017 - Daniel De Matteis
3
*
4
* RetroArch is free software: you can redistribute it and/or modify it under the terms
5
* of the GNU General Public License as published by the Free Software Found-
6
* ation, either version 3 of the License, or (at your option) any later version.
7
*
8
* RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
9
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
10
* PURPOSE. See the GNU General Public License for more details.
11
*
12
* You should have received a copy of the GNU General Public License along with RetroArch.
13
* If not, see <http://www.gnu.org/licenses/>.
14
*/
15
16
#ifndef __CORE_TYPE_H
17
#define __CORE_TYPE_H
18
19
enum
rarch_core_type
20
{
21
CORE_TYPE_PLAIN
= 0,
22
CORE_TYPE_DUMMY
,
23
CORE_TYPE_FFMPEG
,
24
CORE_TYPE_MPV
,
25
CORE_TYPE_IMAGEVIEWER
,
26
CORE_TYPE_NETRETROPAD
,
27
CORE_TYPE_VIDEO_PROCESSOR
28
};
29
30
#endif
rarch_core_type
rarch_core_type
Definition:
core_type.h:19
CORE_TYPE_VIDEO_PROCESSOR
Definition:
core_type.h:27
CORE_TYPE_FFMPEG
Definition:
core_type.h:23
CORE_TYPE_MPV
Definition:
core_type.h:24
CORE_TYPE_PLAIN
Definition:
core_type.h:21
CORE_TYPE_DUMMY
Definition:
core_type.h:22
CORE_TYPE_NETRETROPAD
Definition:
core_type.h:26
CORE_TYPE_IMAGEVIEWER
Definition:
core_type.h:25
Generated by
1.8.15