iOS: Add file picker (#747)

* iOS: Add file picker

* Fix lock placement
This commit is contained in:
wheremyfoodat 2025-03-17 02:55:17 +02:00 committed by GitHub
parent 90725252d3
commit fec4428ebf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 130 additions and 11 deletions

View file

@ -3,4 +3,5 @@
#include <QuartzCore/QuartzCore.h>
void iosCreateEmulator();
void iosLoadROM(NSString* pathNS);
void iosRunFrame(CAMetalLayer* layer);