obhq / obliteration

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

Fixes mutex issues in sys_dynlib_load_prx, removes VnodeBackend::open #749

Closed SuchAFuriousDeath closed 3 months ago

SuchAFuriousDeath commented 4 months ago

Calling load causes a panic in sys_dynlib_load_prx, because we're still holding onto the gutex guard

SuchAFuriousDeath commented 4 months ago

@ultimaweapon By the way, how do you plan to create all the other devices? Will they all have a separate manager?

ultimaweapon commented 4 months ago

@ultimaweapon By the way, how do you plan to create all the other devices? Will they all have a separate manager?

Unless we have a better idea.