mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
vm: fix initial process memory name
This commit is contained in:
parent
b17bf677e5
commit
df3a2d36d2
4 changed files with 18 additions and 13 deletions
|
|
@ -1747,7 +1747,7 @@ int main(int argc, const char *argv[]) {
|
|||
auto initProcess = orbis::g_context.createProcess(asRoot ? 1 : 10);
|
||||
// pthread_setname_np(pthread_self(), "10.MAINTHREAD");
|
||||
|
||||
rx::vm::initialize();
|
||||
rx::vm::initialize(initProcess->pid);
|
||||
runRpsxGpu();
|
||||
|
||||
if (enableAudio) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue