Fix lock placement

This commit is contained in:
wheremyfoodat 2025-03-17 02:49:26 +02:00 committed by GitHub
parent 69ef842e36
commit 74bbc6c7b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,8 +22,8 @@ class DocumentViewController: UIViewController, DocumentDelegate {
if let pickedDoc = document {
let fileURL = pickedDoc.fileURL
emulatorLock.lock()
print("Loading ROM", fileURL)
emulatorLock.lock()
iosLoadROM(fileURL.path(percentEncoded: false))
emulatorLock.unlock()
}