Open ItsRogueRen opened 6 months ago
It's a command line executable. Just run it from terminal. The drag-and-drop line is only there for the unfortunate majority of Windows people who have never touched the command line in their life, because that happens to invoke the program with the dropped file as the first argument.
Works fine using mono
.
mono WfcPatcher.exe rom.nds
The app cannot be used outside of Windows due to the nature of how its interacted with (dragiing a file onto it rather than a menu to select the ROM) despite the software itself actually running just fine in wine. Is there a fix for this?