shibbo / Fushigi

An editor for Super Mario Bros. Wonder.
MIT License
133 stars 30 forks source link

Fix crash on setting wrong RomFS path #42

Closed ethanglide closed 11 months ago

ethanglide commented 11 months ago

Add guard clause that stops RomFS.SetRoot and ParamDB.Load to run if the inputted romfs path is wrong. This was causing a crash for new users setting a bad path, would crash on ParamDB.Load trying to read a file from the romfs path that wasn't there.