mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Buildfix
This commit is contained in:
parent
bc92226715
commit
376a47e0f2
@ -1301,7 +1301,8 @@ UI::EventReturn GameSettingsScreen::OnJitAffectingSetting(UI::EventParams &e) {
|
|||||||
|
|
||||||
UI::EventReturn GameSettingsScreen::OnChangeMemStickDir(UI::EventParams &e) {
|
UI::EventReturn GameSettingsScreen::OnChangeMemStickDir(UI::EventParams &e) {
|
||||||
#if PPSSPP_PLATFORM(MAC) || PPSSPP_PLATFORM(IOS)
|
#if PPSSPP_PLATFORM(MAC) || PPSSPP_PLATFORM(IOS)
|
||||||
System_BrowseForFolder(GetRequesterToken(), "", [](const std::string &value, int) {
|
auto initialPath = g_Config.memStickDirectory;
|
||||||
|
System_BrowseForFolder(GetRequesterToken(), "", initialPath, [](const std::string &value, int) {
|
||||||
DarwinFileSystemServices::setUserPreferredMemoryStickDirectory(Path(value));
|
DarwinFileSystemServices::setUserPreferredMemoryStickDirectory(Path(value));
|
||||||
});
|
});
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user