sudachi-emu / sudachi

Sudachi is a Nintendo Switch emulator for Android, Linux, macOS and Windows, written in C++
GNU General Public License v3.0
1.76k stars 99 forks source link

Key location #55

Open shortcircuit-design opened 1 month ago

shortcircuit-design commented 1 month ago

Could it be possible to change the key locations to the main directory, as now it has to be placed under the User directory from Windows. If you can change this location, the program will become portable.

jarrodnorwell commented 1 month ago

It's possible to build a portable version, I can start doing that from now on (version-platform-not/portable)

mateomaui commented 1 month ago

All you have to do is add a "user" folder in the main folder and it should automatically become portable, if it behaves the same as yuzu.

shortcircuit-design commented 1 month ago

Awsome guys, great work!