Fix a typo

This commit is contained in:
Clownacy 2020-10-15 14:00:55 +01:00
parent cbef077ff7
commit 2f8e771333

View file

@ -46,7 +46,7 @@ static void OrganyaThread(void *user_data)
{ {
if (organya_callback_timer == 0) if (organya_callback_timer == 0)
{ {
// Is Organya isn't currently playing, idle for 10ms and check again // If Organya isn't currently playing, idle for 10ms and check again
svcSleepThread(10 * 1000000); svcSleepThread(10 * 1000000);
} }
else else