You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From src/gui/CemuApp.cpp, if "portable" is found under the same directory of cemu app, cemu will think it is a portable configuration. However, https://github.com/Kraftland/portable provides a file called "portable". This will become a problem when cemu and portable are managed by linux repos, where /usr/bin/cemu and /usr/bin/portable are both present. Cemu will mistakenly think it is under portable configuration and refuse to launch.
Current Behavior
From src/gui/CemuApp.cpp, if "portable" is found under the same directory of cemu app, cemu will think it is a portable configuration. However, https://github.com/Kraftland/portable provides a file called "portable". This will become a problem when cemu and portable are managed by linux repos, where /usr/bin/cemu and /usr/bin/portable are both present. Cemu will mistakenly think it is under portable configuration and refuse to launch.
Expected Behavior
Check whether "portable" is a directory
Steps to Reproduce
E.g. in archlinux, install cemu and portable (https://aur.archlinux.org/packages/portable, https://aur.archlinux.org/packages/cemu) together and cemu will refuse to launch
System Info (Optional)
OS: Archlinux
Emulation Settings (Optional)
No response
Logs (Optional)
No response
The text was updated successfully, but these errors were encountered: