mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
[VITA] Implement swap_interval in vita video driver context.
This commit is contained in:
parent
d7572399cc
commit
637319c938
@ -21,7 +21,9 @@
|
|||||||
static void vita_swap_interval(void *data, int interval)
|
static void vita_swap_interval(void *data, int interval)
|
||||||
{
|
{
|
||||||
(void)data;
|
(void)data;
|
||||||
(void)interval;
|
#ifdef VITA
|
||||||
|
vglWaitVblankStart(interval);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static void vita_check_window(void *data, bool *quit,
|
static void vita_check_window(void *data, bool *quit,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user