RedBrumbler / SongBrowser

Quest port of the PC songbrowser mod
9 stars 6 forks source link

Requirement filter doesn't require the presence of CustomJSONData lib in Quest. #7

Open okibcn opened 3 years ago

okibcn commented 3 years ago

The current port disables the filter by requirement feature when CustomJSONData is not loaded. But this lib is not really required for this function to work, so this PR removes this check and works regardless the presence of CJD lib.