RetroArch
orbis_common.h
Go to the documentation of this file.
1 #ifndef ORBIS_COMMON_H__
2 #define ORBIS_COMMON_H__
3 
4 #ifdef HAVE_EGL
5 #include <piglet.h>
6 #include "../common/egl_common.h"
7 #endif
8 
9 #define ATTR_ORBISGL_WIDTH 1920
10 #define ATTR_ORBISGL_HEIGHT 1080
11 
12 typedef struct
13 {
14 #ifdef HAVE_EGL
15  egl_ctx_data_t egl;
16  ScePglConfig pgl_config;
17 #endif
18 
19  SceWindow native_window;
20  bool resize;
21  unsigned width, height;
22  float refresh_rate;
24 
25 #endif
Definition: orbis_common.h:12
float refresh_rate
Definition: orbis_common.h:22
SceWindow native_window
Definition: orbis_common.h:19
unsigned width
Definition: orbis_common.h:21
Definition: egl_common.h:54
GLint GLint GLsizei GLsizei height
Definition: glext.h:6293
bool resize
Definition: orbis_common.h:20