Setup, Launcher, Linux Support (#359)
This commit is contained in:
@@ -38,5 +38,5 @@ def get_base_rom_path(file_name: str = "") -> str:
|
||||
if not file_name:
|
||||
file_name = options["sm_options"]["rom_file"]
|
||||
if not os.path.exists(file_name):
|
||||
file_name = Utils.local_path(file_name)
|
||||
file_name = Utils.user_path(file_name)
|
||||
return file_name
|
||||
|
||||
Reference in New Issue
Block a user