[ORBIS] Use SceWindow

This commit is contained in:
Francisco José García García 2018-12-28 11:19:28 +01:00
parent 48167d46bc
commit 912060fc4b

View File

@ -16,11 +16,7 @@ typedef struct
ScePglConfig pgl_config;
#endif
struct
{
unsigned short width;
unsigned short height;
} native_window;
SceWindow native_window;
bool resize;
unsigned width, height;
float refresh_rate;