obhq / obliteration

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

Add path specification for Windows Root #754

Closed VocalFan closed 4 months ago

VocalFan commented 4 months ago

The simplest solution I could think of is solving this internally instead of users having to reconfigure their registry or .kernel-debug file.

Fixes the Root function for windows by using the \??\ specification for the drive path. \\??\\ due to how Rust handles backspaces.

We now reach the todo for raw_mkdir for Windows.