mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
ImDebugger: Add basic filesystem browser. Add partial support for "save file dialogs" to System.
This commit is contained in:
@@ -964,7 +964,7 @@ VFSFileSystem::~VFSFileSystem() {
|
||||
entries.clear();
|
||||
}
|
||||
|
||||
std::string VFSFileSystem::GetLocalPath(const std::string &localPath) {
|
||||
std::string VFSFileSystem::GetLocalPath(const std::string &localPath) const {
|
||||
return basePath + localPath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user