mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 19:41:38 +12:00
Map pages properly maybe
This commit is contained in:
parent
a174aa1e6a
commit
db2608eb14
4 changed files with 91 additions and 3 deletions
1
third_party/Duckstation/memory_arena.cpp
vendored
1
third_party/Duckstation/memory_arena.cpp
vendored
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue