summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControlReference
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2026-09-20 11:59:28 +0200
committerJosJuice <josjuice@gmail.com>2026-09-20 11:59:28 +0200
commit093d3abe95d14ca90cdd7ac9e57c5b76e89084d8 (patch)
treea74ab51ae17081f9cf94cc401d1e7b12426727a6 /Source/Core/InputCommon/ControlReference
parent4fcd61620f27df04bbecfda705252ce720ea5a46 (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