Correct host0: mount

This commit is contained in:
Henrik Rydgård
2026-08-24 09:30:44 +02:00
parent b437ba0fc6
commit 786a1530de
13 changed files with 63 additions and 47 deletions
+3
View File
@@ -50,6 +50,9 @@ private:
std::string startingDirectory;
mutable std::recursive_mutex lock; // must be recursive. TODO: fix that
// For the UMD host0 hack.
bool host0Mapped_ = false;
// Assumes the lock is held
void Reset() {
// This used to be 6, probably an attempt to replicate PSP handles.