basic wiiu rules

This commit is contained in:
Not6
2017-07-30 14:56:36 +02:00
parent 61f1908bf2
commit 1f00b1847f
7 changed files with 50 additions and 2 deletions
+4
View File
@@ -477,6 +477,10 @@ double Util_time(void)
void Util_sleep(double s)
{
#ifdef WIIU
/* no need to sleep on retroarch (we are awake) so bypass it for wiiu */
return;
#endif
#ifdef SUPPORTS_PLATFORM_SLEEP
PLATFORM_Sleep(s);
#else /* !SUPPORTS_PLATFORM_SLEEP */