Skip to content

Commit f196043

Browse files
author
Gabriel O'Flaherty-Chan
committed
print rom url
1 parent 1d2d82b commit f196043

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

giovanni_iOS/ViewController.swift

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ class ViewController: UIViewController {
4848
super.viewDidLoad()
4949

5050
prepareSession()
51+
52+
if let documentsDirectory = documentsDirectory {
53+
print("ROM URL: \(documentsDirectory)")
54+
}
5155
}
5256

5357
override var preferredStatusBarStyle: UIStatusBarStyle {

0 commit comments

Comments
 (0)