obhq / obliteration

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

Uses Box to encapsulate a VnodeBackend instead of Arc #731

Closed ultimaweapon closed 4 months ago

ultimaweapon commented 4 months ago

Actually the best solution here is to use DST but currently there is no stable way to construct it.