audio: add comments

This commit is contained in:
Hajime Hoshi 2022-08-31 02:46:02 +09:00
parent 26a58d20b3
commit 2d43e59b37

View File

@ -23,6 +23,10 @@ package audio
// #import <UIKit/UIKit.h>
//
// static UIApplicationState applicationState() {
// // Actually this method should be called on the main thread,
// // but there is no way to do that in the current Ebitengine implementation.
// // dispatch_(a)sync causes a deadlock.
// // As this is for an invetigation of iOS errors, that's OK to leave this issue so far.
// return [[UIApplication sharedApplication] applicationState];
// }
import "C"