iOS fixes

This commit is contained in:
luboslenco
2025-12-01 13:42:47 +01:00
parent 1232ff5aab
commit 9072d340fd
+5
View File
@@ -597,3 +597,8 @@ void iron_gamepad_rumble(int gamepad, float left, float right) {}
bool _save_and_quit_callback_internal() {
return false;
}
volatile int iron_exec_async_done = 1;
void iron_exec_async(const char *path, char *argv[]) {
}