diff options
| author | JosJuice <josjuice@gmail.com> | 2026-09-20 11:59:28 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2026-09-20 11:59:28 +0200 |
| commit | 093d3abe95d14ca90cdd7ac9e57c5b76e89084d8 (patch) | |
| tree | a74ab51ae17081f9cf94cc401d1e7b12426727a6 /Source/Core/InputCommon/ControlReference | |
| parent | 4fcd61620f27df04bbecfda705252ce720ea5a46 (diff) | |
IOS/FS: Fix loading savestate while TASing, part 2
When calling CreateDirectory for /wfs, we were passing a UID of 19,
because that is the UID /wfs is supposed to have. However,
CreateDirectory returns AccessDenied if we try to create a directory in
the root using a UID other than 0.
To fix this, let's use UID 0 to create the directory, and then change
the UID and GID afterwards using SetMetadata. This is what the ESCore
constructor does, which is the piece of code that normally creates /wfs.
Diffstat (limited to 'Source/Core/InputCommon/ControlReference')
0 files changed, 0 insertions, 0 deletions
