mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 00:28:04 -05:00
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
This commit is contained in:
@ -23,6 +23,7 @@ namespace FileUtil {
|
||||
enum class UserPath {
|
||||
CacheDir,
|
||||
ConfigDir,
|
||||
KeysDir,
|
||||
LogDir,
|
||||
NANDDir,
|
||||
RootDir,
|
||||
|
Reference in New Issue
Block a user