ImDebugger: Add basic filesystem browser. Add partial support for "save file dialogs" to System.

This commit is contained in:
Henrik Rydgård
2024-11-25 23:03:15 +01:00
parent 20c4649963
commit 47d8e292eb
13 changed files with 165 additions and 43 deletions
+1 -1
View File
@@ -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;
}