diff --git a/src/pandios/Pandios/ContentView.swift b/src/pandios/Pandios/ContentView.swift index 0f8528f5..16a64f7c 100644 --- a/src/pandios/Pandios/ContentView.swift +++ b/src/pandios/Pandios/ContentView.swift @@ -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() }