mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(VITA) Update to latest sdk
This commit is contained in:
parent
d5f14a6caa
commit
7f0624ff32
@ -154,7 +154,7 @@ retro_perf_tick_t cpu_features_get_perf_counter(void)
|
||||
#elif defined(GEKKO)
|
||||
time_ticks = gettime();
|
||||
#elif defined(PSP) || defined(VITA)
|
||||
sceRtcGetCurrentTick(&time_ticks);
|
||||
sceRtcGetCurrentTick((SceRtcTick *)&time_ticks);
|
||||
#elif defined(_3DS)
|
||||
time_ticks = svcGetSystemTick();
|
||||
#elif defined(__mips__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user