mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-23 14:40:04 +00:00
Add prelude.wfcsettings_path
This commit is contained in:
parent
a1b8882fe5
commit
83e282418f
@ -16,6 +16,7 @@ save_directory = save_dir
|
||||
savestate_directory = os.path.join(testdir.name, "states")
|
||||
core_system_dir = os.path.join(system_dir, "melonDS DS")
|
||||
core_save_dir = os.path.join(save_dir, "melonDS DS")
|
||||
wfcsettings_path = os.path.join(core_system_dir, "wfcsettings.bin")
|
||||
|
||||
print("Test dir:", testdir.name)
|
||||
print("System dir:", system_dir)
|
||||
|
Loading…
Reference in New Issue
Block a user