ref: 2f8e771333ecdcb9a147bee0ad34c9a3c7563120
parent: cbef077ff76a227c8f1c5a4d90a1187874b4254b
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Oct 15 10:00:55 EDT 2020
Fix a typo
--- a/src/Backends/Audio/3DS.cpp
+++ b/src/Backends/Audio/3DS.cpp
@@ -46,7 +46,7 @@
{
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);
}
else