mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Don't fatal on sparse file initialization failure
Also try two different locations (Win32).
This commit is contained in:
parent
acded1e08a
commit
0bd64a0e72
2 changed files with 26 additions and 7 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue