{"id":50934673,"url":"https://github.com/aetopia/mcbe.directx.vsync.fixer","last_synced_at":"2026-06-17T08:01:42.945Z","repository":{"id":364482424,"uuid":"1266517927","full_name":"Aetopia/MCBE.DirectX.VSync.Fixer","owner":"Aetopia","description":"Fixes issues with DirectX \u0026 V-Sync in Minecraft: Bedrock Edition.","archived":false,"fork":false,"pushed_at":"2026-06-13T06:31:10.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-13T08:12:47.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aetopia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-11T17:35:35.000Z","updated_at":"2026-06-13T06:30:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Aetopia/MCBE.DirectX.VSync.Fixer","commit_stats":null,"previous_names":["aetopia/mcbe.directx.vsync.fixer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Aetopia/MCBE.DirectX.VSync.Fixer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FMCBE.DirectX.VSync.Fixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FMCBE.DirectX.VSync.Fixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FMCBE.DirectX.VSync.Fixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FMCBE.DirectX.VSync.Fixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aetopia","download_url":"https://codeload.github.com/Aetopia/MCBE.DirectX.VSync.Fixer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FMCBE.DirectX.VSync.Fixer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34439296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-17T08:01:38.512Z","updated_at":"2026-06-17T08:01:42.938Z","avatar_url":"https://github.com/Aetopia.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCBE DirectX \u0026 V-Sync Fixer\r\n\r\n\u003e [!CAUTION]\r\n\u003e **Only supported on Windows x64!**\r\n\r\nFixes issues with DirectX \u0026 V-Sync in Minecraft: Bedrock Edition.\r\n\r\n## Usage\r\n- [Download](https://github.com/Aetopia/MCBE.DirectX.VSync.Fixer/releases/latest) the latest release of MCBE DirectX \u0026 V-Sync Fixer.\r\n\r\n    |Component|Library|\r\n    |-|-|\r\n    |DirectX 12 Disabler|[`d3d12.dll`](https://github.com/Aetopia/MCBE.DirectX.VSync.Fixer/releases/latest/download/d3d12.dll)|\r\n    |V-Sync Disabler|[`vcruntime140_1.dll`](https://github.com/Aetopia/MCBE.DirectX.VSync.Fixer/releases/latest/download/vcruntime140_1.dll)|\r\n\r\n- Run the following command in PowerShell to find where the game is located:\r\n\r\n    ```powershell\r\n    \u0026 \"$ENV:SystemRoot\\explorer.exe\" \"$((Get-AppxPackage \"Microsoft.MinecraftUWP\").InstallLocation)\"\r\n    ```\r\n\r\n- Place the dynamic link libraries in the opened folder \u0026 launch the game.\r\n\r\n## FAQ\r\n\r\n#### How can I disable V-Sync?\r\n\r\n- Open the following file:\r\n\r\n    ```cmd\r\n    %APPDATA%\\Minecraft Bedrock\\Users\\*\\games\\com.mojang\\minecraftpe\\options.txt\r\n    ```\r\n\r\n- Set `gfx_vsync` to `0`, save the file \u0026 launch the game.\r\n\r\n## Build\r\n1. Install \u0026 update [MSYS2](https://www.msys2.org):\r\n\r\n    ```bash\r\n    pacman -Syu --noconfirm\r\n    ```\r\n\r\n3. Install [GCC](https://gcc.gnu.org) \u0026 [MinHook](https://github.com/TsudaKageyu/minhook):\r\n\r\n    ```bash\r\n    pacman -Syu mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook --noconfirm\r\n    ```\r\n\r\n\r\n3. Start MSYS2's `UCRT64` environment \u0026 run `Build.cmd`.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetopia%2Fmcbe.directx.vsync.fixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faetopia%2Fmcbe.directx.vsync.fixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetopia%2Fmcbe.directx.vsync.fixer/lists"}