1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-24 21:30:11 +01:00

all: fix accounting issue (my bad)

This commit is contained in:
Dniel97 2023-08-15 20:23:28 +02:00
parent 80d5fc4bb2
commit 2277bf7526
No known key found for this signature in database
GPG Key ID: 6180B3C768FB2E08

View File

@ -28,9 +28,7 @@ static HRESULT vfs_reg_read_amfs(void *bytes, uint32_t *nbytes);
static HRESULT vfs_reg_read_appdata(void *bytes, uint32_t *nbytes);
static wchar_t vfs_nthome_real[MAX_PATH];
// new home for ALLS
static const wchar_t vfs_nthome[] = L"C:\\Users\\AppUser";
// static const wchar_t vfs_nthome[] = L"C:\\Documents and Settings\\AppUser";
static const wchar_t vfs_nthome[] = L"C:\\Documents and Settings\\AppUser";
static const size_t vfs_nthome_len = _countof(vfs_nthome) - 1;
static const wchar_t vfs_option[] = L"C:\\Mount\\Option";