mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
[ORBIS] Use SceWindow
This commit is contained in:
parent
48167d46bc
commit
912060fc4b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user