Don't fatal on sparse file initialization failure

Also try two different locations (Win32).
This commit is contained in:
Nekotekina 2021-05-09 15:41:36 +03:00
parent acded1e08a
commit 0bd64a0e72
2 changed files with 26 additions and 7 deletions

View file

@ -1632,7 +1632,7 @@ namespace vm
inline namespace ps3_
{
static utils::shm s_hook{0x800000000, fmt::format("%s/rpcs3_vm_hook_%s", fs::get_temp_dir(), fmt::base57(utils::get_unique_tsc()))};
static utils::shm s_hook{0x800000000, ""};
void init()
{