mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio: add comments
This commit is contained in:
parent
26a58d20b3
commit
2d43e59b37
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user