Home
last modified time | relevance | path

Searched refs:appCacheDirectory (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DSystem.cpp626 if (!g_Config.appCacheDirectory.empty()) { in GetSysDirectory()
627 return g_Config.appCacheDirectory; in GetSysDirectory()
H A DConfig.h504 Path appCacheDirectory; member
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DSystem.cpp626 if (!g_Config.appCacheDirectory.empty()) { in GetSysDirectory()
627 return g_Config.appCacheDirectory; in GetSysDirectory()
H A DConfig.h504 Path appCacheDirectory; member
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DSystem.cpp626 if (!g_Config.appCacheDirectory.empty()) { in GetSysDirectory()
627 return g_Config.appCacheDirectory; in GetSysDirectory()
H A DConfig.h504 Path appCacheDirectory; member
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DNativeApp.cpp583 g_Config.appCacheDirectory = Path(cache_dir); in NativeInit()
584 DiskCachingFileLoaderCache::SetCacheDir(g_Config.appCacheDirectory); in NativeInit()
H A DDevScreens.cpp605 storage->Add(new InfoItem("AppCacheDir", g_Config.appCacheDirectory.ToVisualString())); in CreateViews()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DNativeApp.cpp583 g_Config.appCacheDirectory = Path(cache_dir); in NativeInit()
584 DiskCachingFileLoaderCache::SetCacheDir(g_Config.appCacheDirectory); in NativeInit()
H A DDevScreens.cpp605 storage->Add(new InfoItem("AppCacheDir", g_Config.appCacheDirectory.ToVisualString())); in CreateViews()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DNativeApp.cpp583 g_Config.appCacheDirectory = Path(cache_dir); in NativeInit()
584 DiskCachingFileLoaderCache::SetCacheDir(g_Config.appCacheDirectory); in NativeInit()
H A DDevScreens.cpp605 storage->Add(new InfoItem("AppCacheDir", g_Config.appCacheDirectory.ToVisualString())); in CreateViews()