obhq / obliteration

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

Make create_thread unsafe #735

Closed ultimaweapon closed 4 months ago

ultimaweapon commented 4 months ago

https://github.com/obhq/obliteration/blob/main/src%2Fkernel%2Fsrc%2Fprocess%2Fmod.rs#L460

ultimaweapon commented 4 months ago

Wait, this is already correct. But the create thread method that accepts pointers should be unsafe.