Core: Bring over some file related Switch changes.
Reducing the distance from the Switch port code.
This commit is contained in:
parent
051a84e9bd
commit
cb1b7b1e43
10 changed files with 40 additions and 13 deletions
|
@ -511,7 +511,7 @@ UI::EventReturn GameBrowser::LastClick(UI::EventParams &e) {
|
|||
}
|
||||
|
||||
UI::EventReturn GameBrowser::HomeClick(UI::EventParams &e) {
|
||||
#ifdef __ANDROID__
|
||||
#if PPSSPP_PLATFORM(ANDROID) || PPSSPP_PLATFORM(SWITCH)
|
||||
SetPath(g_Config.memStickDirectory);
|
||||
#elif defined(USING_QT_UI) || defined(USING_WIN_UI)
|
||||
if (System_GetPropertyBool(SYSPROP_HAS_FILE_BROWSER)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue