obhq / obliteration

Experimental PS4 emulator written in Rust for Windows, macOS and Linux
https://obliteration.net
MIT License
586 stars 17 forks source link

Fixes incorrect process ID for game process #810

Closed ultimaweapon closed 3 months ago

ultimaweapon commented 3 months ago

Even though I was already known PID 1 is special in *nix world when I wrote this code but I still use it.

Fixes #809.

SuchAFuriousDeath commented 3 months ago

Whoa