Map pages properly maybe

This commit is contained in:
wheremyfoodat 2023-06-16 17:04:33 +03:00
commit db2608eb14
4 changed files with 91 additions and 3 deletions
third_party/Duckstation

View file

@ -125,7 +125,6 @@ static std::string GetFileMappingName()
#endif
std::string ret = std::string("Alber_") + std::to_string(pid);
printf("File mapping name: %s\n", ret.c_str());
return ret;
}