Skip to content

Commit

Permalink
Rename file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetopia committed Jan 2, 2025
1 parent f21fc16 commit 9064829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Fixes various bugs related to Minecraft: Bedrock Edition.
- Create the following file:
```
%LOCALAPPDATA%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\RoamingState\DirectX.ini
%LOCALAPPDATA%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\RoamingState\Stonecutter.ini
```
- Add the following contents:
Expand Down
2 changes: 1 addition & 1 deletion src/DllMain.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ HRESULT ResizeBuffers(IDXGISwapChain *This, UINT BufferCount, UINT Width, UINT H
DWORD ThreadProc(LPVOID lpParameter)
{
WCHAR szFileName[MAX_PATH] = {};
ExpandEnvironmentStringsW(L"%LOCALAPPDATA%\\..\\RoamingState\\DirectX.ini", szFileName, MAX_PATH);
ExpandEnvironmentStringsW(L"%LOCALAPPDATA%\\..\\RoamingState\\Stonecutter.ini", szFileName, MAX_PATH);
fForce = GetPrivateProfileIntW(L"", L"", FALSE, szFileName) == TRUE;

MH_Initialize();
Expand Down

0 comments on commit 9064829

Please sign in to comment.