Skip to content

Commit 9072d34

Browse files
committed
iOS fixes
1 parent 1232ff5 commit 9072d34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

base/sources/backends/ios_system.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,3 +597,8 @@ void iron_gamepad_rumble(int gamepad, float left, float right) {}
597597
bool _save_and_quit_callback_internal() {
598598
return false;
599599
}
600+
601+
volatile int iron_exec_async_done = 1;
602+
603+
void iron_exec_async(const char *path, char *argv[]) {
604+
}

0 commit comments

Comments
 (0)