wheremyfoodat / Panda3DS

HLE 3DS emulator
https://panda3ds.com/
GNU General Public License v3.0
790 stars 57 forks source link

making the emulator "portable" #432

Closed FoxbitDreamtail closed 4 months ago

FoxbitDreamtail commented 4 months ago

many emulators support portablizing them(via putting all of the in-use files in the same folder) by placing a blank portable.txt file in the directory, emulators like Dolphin(GC/Wii) and Xenia(XB360) already do this.

wheremyfoodat commented 4 months ago

This is done with the UsePortableBuild option in the config.toml file which puts everything in an "Emulator Files" folder next to the program

FoxbitDreamtail commented 4 months ago

UsePortableBuild

would be nice if this was documented or mentioned in the github readme.