├── .dir-locals.el ├── .gitattributes ├── .github ├── FUNDING.yml └── workflows │ ├── proton-arch-nopackage.yml │ ├── proton-arch-ntsync-nopackage.yml │ ├── proton-arch.yml.nope │ ├── proton-ubuntu-nopackage.yml │ ├── proton-valvexbe-arch-nopackage.yml │ ├── wine-arch-lsteamclient.yml │ ├── wine-arch-ntsync.yml │ ├── wine-arch-ow2test.yml │ ├── wine-arch.yml │ ├── wine-fedora-lsteamclient.yml │ ├── wine-fedora.yml │ ├── wine-ubuntu-lsteamclient.yml │ ├── wine-ubuntu.yml │ ├── wine-valvexbe-pacman.yml │ └── wine-valvexbe.yml ├── .gitignore ├── README.md ├── proton-tkg ├── PKGBUILD ├── README.md ├── proton-tkg-profiles │ ├── advanced-customization.cfg │ ├── legacy │ │ └── legacy-options.cfg │ └── sample-external-config.cfg ├── proton-tkg-userpatches │ ├── README.md │ ├── gstlibav │ ├── gstreamer-bad │ ├── gstreamer-base │ └── gstreamer-ugly ├── proton-tkg.cfg ├── proton-tkg.sh └── proton_template │ ├── LiberationMono-Regular.patch │ ├── conf │ ├── LICENSE │ ├── compatibilitytool.vdf │ ├── filelock.py │ ├── proton │ ├── proton_3.7_tracked_files │ ├── toolmanifest.vdf │ └── user_settings.py │ ├── default_pfx.py │ ├── dxvk_config_support.patch │ ├── dxvk_minimald3d10.patch │ ├── ffmpeg_binutils.patch │ ├── gstreamer.sh │ ├── makepkg_adjustments.patch │ ├── new_lib_paths.patch │ ├── pefixup.py │ ├── share │ └── winetricks │ │ └── winetricks_runner │ ├── steamclient-remove-library.h-dep.patch │ ├── steamclient-use_standard_dlopen_instead_of_the_libwine_wrappers.patch │ ├── steamhelper_PROCESSINFOCLASS.patch │ ├── steamhelper_remove__wine_make_process_system.patch │ ├── steamhelper_remove__wine_make_process_system2.patch │ ├── steamhelper_revert_openvr-support-legacy.patch │ ├── steamhelper_revert_openvr-support.patch │ ├── steampipe_fixups.py │ ├── vr-support.patch │ ├── vrclient-remove-library.h-dep.patch │ ├── vrclient-use_standard_dlopen_instead_of_the_libwine_wrappers.patch │ └── wow64_paths.patch └── wine-tkg-git ├── PKGBUILD ├── README.md ├── customization.cfg ├── lsteamclient ├── x86_64-unix │ └── lsteamclient.so └── x86_64-windows │ └── lsteamclient.dll ├── non-makepkg-build.sh ├── wine-tkg-patches ├── game-specific │ ├── assettocorsa_hud_perf │ │ ├── assettocorsa_hud_perf │ │ ├── assettocorsa_hud_perf-proton.patch │ │ └── assettocorsa_hud_perf.patch │ ├── f4skyrimse-fix │ │ ├── f4skyrimse-fix │ │ └── legacy │ │ │ ├── f4skyrimse-fix-1.patch │ │ │ ├── f4skyrimse-fix-2-00451d5.patch │ │ │ ├── f4skyrimse-fix-2-4c750a3.patch │ │ │ ├── f4skyrimse-fix-2-be48a56.patch │ │ │ └── f4skyrimse-fix-2.patch │ ├── ffxiv-launcher-workaround │ │ ├── ffxiv-launcher-workaround │ │ ├── ffxiv-launcher-workaround.patch │ │ └── legacy │ │ │ ├── ffxiv-launcher-workaround-0c249e6.patch │ │ │ ├── ffxiv-launcher-workaround-4e6a477.patch │ │ │ └── ffxiv-launcher-workaround-9bf46d5.patch │ ├── mk11 │ │ ├── legacy │ │ │ ├── mk11-0c249e6.patch │ │ │ ├── mk11-2ea3e40.patch │ │ │ ├── mk11-548bc54.patch │ │ │ ├── mk11-75fb68e.patch │ │ │ ├── mk11-78e9b02.patch │ │ │ ├── mk11-7c39ce0.patch │ │ │ ├── mk11-84d85ad.patch │ │ │ ├── mk11-8504e40.patch │ │ │ ├── mk11-89af635.patch │ │ │ ├── mk11-b1c748c.patch │ │ │ └── mk11-fb7cc99.patch │ │ ├── mk11 │ │ └── mk11.patch │ ├── mtga │ │ ├── legacy │ │ │ ├── mtga-legacy-addition.patch │ │ │ ├── mtga-legacy.patch │ │ │ ├── mtga-mainline-c3fac6e.patch │ │ │ └── mtga-staging-c3fac6e.patch │ │ ├── mtga │ │ ├── mtga-legacy │ │ ├── mtga-mainline.patch │ │ └── mtga-staging.patch │ ├── mwo │ │ ├── mwo │ │ └── mwo.patch │ ├── overwatch-mfstub │ │ ├── legacy │ │ │ └── overwatch-mfstub.patch │ │ └── overwatch-mfstub │ ├── poe-fix │ │ ├── legacy │ │ │ └── poe-fix.patch │ │ └── poe-fix │ ├── quake_champions_fix │ │ ├── legacy │ │ │ ├── quake_champions_fix-3513a17.patch │ │ │ └── quake_champions_fix-66c0fdc.patch │ │ ├── quake_champions_fix │ │ └── quake_champions_fix.patch │ ├── resident_evil_4_hack │ │ ├── resident_evil_4_hack │ │ └── resident_evil_4_hack.patch │ ├── sims_2-fix │ │ ├── legacy │ │ │ ├── sims_2-fix-4.2-.patch │ │ │ ├── sims_2-fix-legacy.patch │ │ │ └── sims_2-fix.patch │ │ └── sims_2-fix │ ├── sims_3-oldnvidia │ │ ├── legacy │ │ │ ├── sims_3-oldnvidia-83c9e52.patch │ │ │ └── sims_3-oldnvidia-c14de4c.patch │ │ ├── sims_3-oldnvidia │ │ └── sims_3-oldnvidia.patch │ └── warframe-launcher │ │ ├── legacy │ │ └── warframe-launcher.patch │ │ └── warframe-launcher ├── hotfixes │ ├── 01-non-patch-hotfixes │ │ └── hotfixes │ ├── 01150d7f │ │ ├── 001-3a9edf9aad43c3e8ba724571da5381f821f1dc56.myearlypatch │ │ ├── 001-8622eb326fb8120fc038e27947e61677d4124f15-staging.mypatch │ │ ├── 001-8622eb326fb8120fc038e27947e61677d4124f15.mypatch │ │ ├── 001-8db14f4e18a3770b4ac3cfe6e1ddbe17dec342d7.myearlypatch │ │ ├── 001-SMBIOS-0720c6cf.mypatch │ │ ├── 001-c487f21b6b95f1fda2f80920135e8481dc86e4a6.mypatch │ │ ├── 001-f7edc328184c4755c81dec5372b3ae5ac7b8c5df.myearlypatch │ │ ├── 001-ntdll_537bb7a8.mypatch │ │ ├── 001-user32_msvcrt.myearlypatch │ │ ├── 002-SMBIOS-d29c33a3.mypatch │ │ ├── 002-c487f21b6b95f1fda2f80920135e8481dc86e4a6.mypatch │ │ ├── 002-e0e3b6bc91f7db956e3a66f2938eea45d4055a39.myearlypatch │ │ ├── 002-ntdll_b7ccb9d0.mypatch │ │ ├── 003-1e7378d8-447bce41.myearlypatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-10.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-100.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-101.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-102.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-103.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-104.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-105.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-106.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-107.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-108.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-109.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-11.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-110.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-111.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-112.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-113.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-12.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-13.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-14.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-15.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-16.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-17.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-18.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-19.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-2.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-20.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-21.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-22.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-23.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-24.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-25.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-26.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-27.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-28.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-29.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-3.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-30.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-31.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-32.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-33.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-34.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-35.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-36.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-37.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-38.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-39.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-4.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-40.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-41.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-42.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-43.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-44.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-45.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-46.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-47.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-48.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-49.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-5.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-50.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-51.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-52.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-53.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-54.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-55.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-56.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-57.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-58.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-59.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-6.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-60.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-61.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-62.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-63.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-64.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-65.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-66.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-67.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-68.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-69.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-7.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-70.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-71.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-72.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-73.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-74.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-75.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-76.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-77.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-78.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-79.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-8.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-80.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-81.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-82.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-83.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-84.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-85.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-86.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-87.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-88.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-89.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-9.mystagingrevert │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-90.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-91.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-92.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-93.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-94.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-95.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-96.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-97.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-98.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8-99.mystagingpatch │ │ ├── 06877e55b1100cc49d3726e9a70f31c4dfbe66f8.mystagingrevert │ │ ├── 8898a695-staging-noprotonify-fixup.mypatch │ │ ├── 934a09585a15e8491e422b43624ffe632b02bd3c-2.mystagingpatch │ │ ├── 934a09585a15e8491e422b43624ffe632b02bd3c-3.mystagingpatch │ │ ├── 934a09585a15e8491e422b43624ffe632b02bd3c.mystagingpatch │ │ ├── Updated_wow64cpu-Wow64Transition.mypatch │ │ ├── d8d6a6b2e639d2e29e166a3faf988b81388ae191.mypatch │ │ ├── hotfixes │ │ ├── ntdll-ForceBottomUpAlloc-044cb93.mystagingpatch │ │ ├── ntdll-ForceBottomUpAlloc-97fbe3f.mystagingpatch │ │ ├── ntdll-ForceBottomUpAlloc-f2686a1.mystagingpatch │ │ ├── ntdll-ThreadHideFromDebugger.mypatch │ │ ├── origin_3078f10d_fix.mypatch │ │ ├── staging-rawinput-esync-nofshack-fix-2.mystagingpatch │ │ ├── staging-rawinput-esync-nofshack-fix.mystagingpatch │ │ ├── user32_Implement_GetRawInputBuffer.mypatch │ │ ├── winepulse-staging-f82518af-hotfix.mypatch │ │ └── x11drv1.mystagingrevert │ ├── 08cccb5 │ │ ├── 08cccb5.mypatch │ │ ├── a608ef1.mypatch │ │ └── hotfixes │ ├── 1e35966 │ │ ├── gofman_hotfix.mypatch │ │ └── hotfixes │ ├── 308a5e7c │ │ ├── hotfixes │ │ └── ntdll_reserve_space_for_the_whole_64-bit_YMM_context.mypatch │ ├── 370a538e │ │ ├── hotfixes │ │ ├── xact-179-fixup.mypatch │ │ └── xact-revert-179.myrevert │ ├── 414b31b │ │ ├── hotfixes │ │ ├── ps0129-ws2_32-Reimplement-select-on-top-of-IOCTL_AFD_POL.myrevert │ │ └── zeb-fb3956f-fix.mypatch │ ├── EGS │ │ ├── dwmapi_EGS_fixup.mypatch │ │ └── hotfixes │ ├── GE │ │ ├── GE-for-proton10 │ │ │ ├── 01-game-patch.patch │ │ │ ├── 02-wine-pending-patch.patch │ │ │ ├── 03-proton-ge-patch.patch │ │ │ ├── 04-dualsense-patch.patch │ │ │ ├── 05-proton-ge-wayland-patch.patch │ │ │ └── exp │ │ │ │ ├── 02-wine-pending-patch-exp.patch │ │ │ │ └── 05-proton-ge-wayland-patch-exp.patch │ │ ├── game-patches │ │ │ ├── FFVII-and-SpecialK-powerprof.patch │ │ │ ├── assettocorsa-hud.patch │ │ │ ├── ealink_fixup.patch │ │ │ ├── hotfix-guild_wars_2.patch │ │ │ ├── killer-instinct-winevulkan_fix-70.patch │ │ │ ├── killer-instinct-winevulkan_fix-80.patch │ │ │ └── mk11.patch │ │ ├── hotfixes │ │ ├── proton │ │ │ ├── 48-proton-fshack_amd_fsr.patch │ │ │ ├── 65-proton-fake_current_res_patches.patch │ │ │ ├── 69-proton-fsr-add-329-res.patch │ │ │ ├── 70-proton-add_fsr_res_by_aspect_ratio.patch │ │ │ ├── 71-invert-fsr-logic.patch │ │ │ ├── 72-fsr-use-balanced-default-mode.patch │ │ │ ├── exp-be │ │ │ │ ├── 48-proton-fshack_amd_fsr.patch │ │ │ │ ├── 65-proton-fake_current_res_patches.patch │ │ │ │ ├── 69-proton-fsr-add-329-res.patch │ │ │ │ ├── 70-proton-add_fsr_res_by_aspect_ratio.patch │ │ │ │ ├── 71-invert-fsr-logic.patch │ │ │ │ └── 72-fsr-use-balanced-default-mode.patch │ │ │ └── exp │ │ │ │ ├── 48-proton-fshack_amd_fsr.patch │ │ │ │ ├── 65-proton-fake_current_res_patches.patch │ │ │ │ ├── 69-proton-fsr-add-329-res.patch │ │ │ │ ├── 70-proton-add_fsr_res_by_aspect_ratio.patch │ │ │ │ ├── 71-invert-fsr-logic.patch │ │ │ │ └── 72-fsr-use-balanced-default-mode.patch │ │ └── wine-hotfixes │ │ │ ├── pending │ │ │ ├── 0001-winex11.drv-Define-ControlMask-when-not-available.patch │ │ │ ├── 0002-include-Add-THREAD_POWER_THROTTLING_STATE-type.patch │ │ │ ├── 0003-ntdll-Fake-success-for-ThreadPowerThrottlingState.patch │ │ │ └── unity_crash_hotfix.patch │ │ │ └── upstream │ │ │ ├── 15aa8c6-fix-star-citizen-bug-52956.patch │ │ │ ├── Fix-regression-introduced-by-0e7fd41.patch │ │ │ └── support_for_DXGI_FORMAT_R8G8B8A8_UNORM.patch │ ├── GetMappedFileName │ │ ├── Return_nt_filename_and_resolve_DOS_drive_path-af4378d.mypatch │ │ ├── Return_nt_filename_and_resolve_DOS_drive_path.mypatch │ │ └── hotfixes │ ├── NosTale │ │ ├── hotfixes │ │ ├── nostale_mouse_fix-0bfdac7.mypatch │ │ ├── nostale_mouse_fix-5127bed.mypatch │ │ ├── nostale_mouse_fix.mypatch │ │ └── nostale_mouse_fix_proton.mypatch │ ├── RtlGetCurrentUmsThread │ │ ├── Stub_RtlGetCurrentUmsThread.mypatch │ │ └── hotfixes │ ├── SetThreadInformation │ │ ├── SetThreadInformation.mypatch │ │ └── hotfixes │ ├── a1bda115 │ │ ├── 4501d49149e37b37edd61f8a1694930db7418a61.mystagingrevert │ │ ├── acd209d6039f2492bdc8aca3d15bb1b268b04f1a-2.myrevert │ │ ├── acd209d6039f2492bdc8aca3d15bb1b268b04f1a.myrevert │ │ └── hotfixes │ ├── a2395ecf │ │ ├── hotfixes │ │ ├── rbernon_pending.mypatch │ │ └── witcher3-input-staging.mystagingpatch │ ├── a70c517 │ │ └── networking_fix.mypatch │ ├── autoconf-legacy-fix │ │ ├── autoconf-legacy-fix.mypatch │ │ └── hotfixes │ ├── autoconf-opencl-hotfix │ │ ├── hotfixes │ │ ├── opencl-fixup-45eca85.mypatch │ │ ├── opencl-fixup-4a4d352.mypatch │ │ ├── opencl-fixup-56a40e12.mypatch │ │ ├── opencl-fixup-76a44d7.mypatch │ │ ├── opencl-fixup-9207927.mypatch │ │ ├── opencl-fixup-f74c4af.mypatch │ │ └── opencl-fixup.mypatch │ ├── battlenet │ │ ├── battlenet.mypatch │ │ └── hotfixes │ ├── binutils │ │ ├── 7328.mypatch │ │ └── hotfixes │ ├── childwindow │ │ ├── b502a3e-proton.mypatch │ │ ├── f0cd33c.myrevert │ │ ├── hotfixes │ │ ├── staging-4c51f4f.mystagingpatch │ │ ├── staging-6dcaff42.mystagingpatch │ │ └── staging-fa5989b.mystagingrevert │ ├── dfddef96 │ │ ├── hotfixes │ │ └── zf_fix_dfddef96-1.mypatch │ ├── die_start.exe_die │ │ └── start.exe_fatality.mypatch │ ├── earlyhotfixer │ ├── fd799297 │ │ ├── fd7992972b252ed262d33ef604e9e1235d2108c5-2.myrevert │ │ ├── fd7992972b252ed262d33ef604e9e1235d2108c5-3.myrevert │ │ ├── fd7992972b252ed262d33ef604e9e1235d2108c5-4.myrevert │ │ ├── fd7992972b252ed262d33ef604e9e1235d2108c5-5.myrevert │ │ ├── fd7992972b252ed262d33ef604e9e1235d2108c5-6.myrevert │ │ ├── fd7992972b252ed262d33ef604e9e1235d2108c5.myrevert │ │ └── hotfixes │ ├── free_invalid_size │ │ ├── winevulkan_Use_standard_CRT_memory_allocators0.myearlyrevert │ │ ├── winevulkan_Use_standard_CRT_memory_allocators1.myearlyrevert │ │ ├── winevulkan_Use_standard_CRT_memory_allocators2.myearlyrevert │ │ ├── winevulkan_Use_standard_CRT_memory_allocators3.myearlyrevert │ │ ├── winevulkan_Use_standard_CRT_memory_allocators4.myearlyrevert │ │ ├── winevulkan_Use_standard_CRT_memory_allocators5.myearlyrevert │ │ ├── winevulkan_Use_standard_CRT_memory_allocators6.myearlyrevert │ │ └── winevulkan_Use_standard_CRT_memory_allocators7.myearlyrevert │ ├── hid_Remi_6.18release │ │ ├── 215195.mypatch │ │ ├── 215197.mypatch │ │ └── hotfixes │ ├── hotfixer │ ├── larger_def_heap │ │ ├── hotfixes │ │ └── larger_def_heap.mypatch │ ├── legacy_ntdll_writecopy │ │ ├── additional-for-nonstaging.mypatch │ │ ├── hotfixes │ │ └── legacy-ntdll-writecopy.mypatch │ ├── logf │ │ ├── hotfixes │ │ └── msvcrt_Fix_logf_implementation.mypatch │ ├── makefiles │ │ ├── 7371.mypatch │ │ └── hotfixes │ ├── memset │ │ ├── hotfixes │ │ └── memset.mypatch │ ├── mfplat │ │ ├── hotfixes │ │ └── mfplat-derek-hotfix.mypatch │ ├── mingw-msvcrt-steamhelper │ │ ├── d4259ac8e93-6bcdbbe.myearlyrevert │ │ ├── d4259ac8e93.myearlyrevert │ │ └── hotfixes │ ├── oldtlb │ │ ├── hotfixes │ │ ├── sfc_os_Stub_SfpVerifyFile.mypatch │ │ └── stdole32.tlb.mypatch │ ├── ow2 │ │ ├── 1148-4827ae1.mypatch │ │ ├── 1148-74a5851.mypatch │ │ ├── 1148-staging-4827ae1.mypatch │ │ ├── 1148-staging-74a5851.mypatch │ │ ├── 1148-staging.mypatch │ │ ├── 1148.mypatch │ │ ├── 1152.mypatch │ │ ├── c7c729c0.mypatch │ │ └── hotfixes │ ├── proton___wine_make_process_system_restore │ │ └── __wine_make_process_system_restore.mypatch │ ├── proton_fs_hack_staging │ │ ├── commit-25ac82d.earlystagingpatch │ │ ├── commit-35e4fa1.earlystagingpatch │ │ ├── commit-596e7a7.earlystagingpatch │ │ ├── commit-6208102.earlystagingpatch │ │ ├── commit-de2f0fe.earlystagingpatch │ │ ├── commit-ed0734c-2.earlystagingpatch │ │ ├── commit-ed0734c.earlystagingpatch │ │ ├── commit-eea217b.earlystagingpatch │ │ ├── hotfixes │ │ ├── imm32-com-initialization_no_net_active_window.mypatch │ │ ├── mainline-reverts-compilation │ │ │ ├── childwindow-84bed15-0dcd1ea-monolith-reverts-2.myearlypatch │ │ │ ├── childwindow-84bed15-0dcd1ea-monolith-reverts.myearlypatch │ │ │ ├── fshack-84bed15-a3ebf88-monolith-reverts-2.myearlypatch │ │ │ └── fshack-84bed15-a3ebf88-monolith-reverts.myearlypatch │ │ ├── proton-fshack-removeminimizestuff.myrevert │ │ ├── remove_hooks_that_time_out-legacy.mypatch │ │ ├── remove_hooks_that_time_out.mypatch │ │ ├── remove_hooks_that_time_out2.mypatch │ │ ├── unicode.mypatch │ │ ├── user32.implement_rudimentary_EnableMouseInPointer_support.mypatch │ │ ├── win32u.implement_rudimentary_EnableMouseInPointer_support.mypatch │ │ ├── win32u.implement_rudimentary_EnableMouseInPointer_support2.mypatch │ │ ├── win32u.implement_rudimentary_EnableMouseInPointer_support3.mypatch │ │ ├── win32u.implement_rudimentary_EnableMouseInPointer_support4.mypatch │ │ ├── win32u.implement_rudimentary_EnableMouseInPointer_support5.mypatch │ │ ├── win32u_reverts.mystagingrevert │ │ ├── win32u_reverts10.earlystagingpatch │ │ ├── win32u_reverts11.earlystagingpatch │ │ ├── win32u_reverts12.earlystagingpatch │ │ ├── win32u_reverts13.earlystagingpatch │ │ ├── win32u_reverts14.earlystagingpatch │ │ ├── win32u_reverts15.earlystagingpatch │ │ ├── win32u_reverts16.earlystagingpatch │ │ ├── win32u_reverts17.earlystagingpatch │ │ ├── win32u_reverts18.earlystagingpatch │ │ ├── win32u_reverts19.earlystagingpatch │ │ ├── win32u_reverts2.mystagingrevert │ │ ├── win32u_reverts20.earlystagingpatch │ │ ├── win32u_reverts21.earlystagingpatch │ │ ├── win32u_reverts22.earlystagingpatch │ │ ├── win32u_reverts23.earlystagingpatch │ │ ├── win32u_reverts24.earlystagingpatch │ │ ├── win32u_reverts25.earlystagingpatch │ │ ├── win32u_reverts26.earlystagingpatch │ │ ├── win32u_reverts27.earlystagingpatch │ │ ├── win32u_reverts28.earlystagingpatch │ │ ├── win32u_reverts29.earlystagingpatch │ │ ├── win32u_reverts3.mystagingrevert │ │ ├── win32u_reverts30.earlystagingpatch │ │ ├── win32u_reverts31.earlystagingpatch │ │ ├── win32u_reverts32.earlystagingpatch │ │ ├── win32u_reverts33.earlystagingpatch │ │ ├── win32u_reverts34.earlystagingpatch │ │ ├── win32u_reverts35.earlystagingpatch │ │ ├── win32u_reverts36.earlystagingpatch │ │ ├── win32u_reverts37.earlystagingpatch │ │ ├── win32u_reverts38.earlystagingpatch │ │ ├── win32u_reverts4.mystagingrevert │ │ ├── win32u_reverts5-2.mystagingrevert │ │ ├── win32u_reverts5.mystagingrevert │ │ ├── win32u_reverts6.earlystagingpatch │ │ ├── win32u_reverts7.earlystagingpatch │ │ ├── win32u_reverts8.earlystagingpatch │ │ ├── win32u_reverts9.earlystagingpatch │ │ ├── winex11.drv_Add_a_GPU_for_each_Vulkan_device_that_was_not_tied_to_an_XRandR_provider-28873ce.mypatch │ │ ├── winex11.drv_Add_a_GPU_for_each_Vulkan_device_that_was_not_tied_to_an_XRandR_provider-c86955d.mypatch │ │ ├── winex11.drv_Add_a_GPU_for_each_Vulkan_device_that_was_not_tied_to_an_XRandR_provider-ef8e4b7.mypatch │ │ ├── winex11.drv_Add_a_GPU_for_each_Vulkan_device_that_was_not_tied_to_an_XRandR_provider.mypatch │ │ ├── winex11.drv_Ignore_ClipCursor_if_desktop_window_is_foreground-c86955d.mypatch │ │ └── winex11.drv_Ignore_ClipCursor_if_desktop_window_is_foreground.mypatch │ ├── proton_staging_CEG_support │ │ ├── commit-155e98e-2.mystagingpatch │ │ ├── commit-155e98e.mystagingpatch │ │ ├── commit-2056903.mystagingpatch │ │ ├── commit-24753f8.mystagingpatch │ │ ├── commit-64a9d9f.mystagingpatch │ │ ├── commit-6891886.mystagingpatch │ │ ├── commit-7655d14.mystagingpatch │ │ └── hotfixes │ ├── rdr2 │ │ ├── 0001-proton-bcrypt_rdr2_fixes.mypatch │ │ ├── 0001-proton-bcrypt_rdr2_fixes2.mypatch │ │ ├── 0001-proton-bcrypt_rdr2_fixes3.mypatch │ │ ├── 0001-proton-bcrypt_rdr2_fixes4.mypatch │ │ ├── 0001-proton-bcrypt_rdr2_fixes5.mypatch │ │ ├── 0001-proton-bcrypt_rdr2_fixes6.mypatch │ │ ├── 0001-proton-bcrypt_rdr2_fixes7.mypatch │ │ ├── 0002-bcrypt-Add-support-for-calculating-secret-ecc-keys.mypatch │ │ ├── 0002-bcrypt-Add-support-for-calculating-secret-ecc-keys2.mypatch │ │ ├── 0003-bcrypt-Add-support-for-OAEP-padded-asymmetric-key-de-2.mypatch │ │ ├── 0003-bcrypt-Add-support-for-OAEP-padded-asymmetric-key-de.mypatch │ │ ├── 0003-bcrypt-Add-support-for-OAEP-padded-asymmetric-key-de3.mypatch │ │ ├── 0004-winevulkan1.mypatch │ │ ├── 0004-winevulkan2.mypatch │ │ ├── ef6e33f.mypatch │ │ └── hotfixes │ ├── restore_staging_mfplat │ │ ├── hotfixes │ │ ├── mfplat-reverts │ │ │ ├── 0001-Revert-winegstreamer-Get-rid-of-the-WMReader-typedef.myearlypatch │ │ │ ├── 0002-Revert-wmvcore-Move-the-async-reader-implementation-.myearlypatch │ │ │ ├── 0003-Revert-winegstreamer-Get-rid-of-the-WMSyncReader-typ.myearlypatch │ │ │ ├── 0004-Revert-wmvcore-Move-the-sync-reader-implementation-t.myearlypatch │ │ │ ├── 0005-Revert-winegstreamer-Translate-GST_AUDIO_CHANNEL_POS.myearlypatch │ │ │ ├── 0006-Revert-winegstreamer-Trace-the-unfiltered-caps-in-si.myearlypatch │ │ │ ├── 0007-Revert-winegstreamer-Avoid-seeking-past-the-end-of-a.myearlypatch │ │ │ ├── 0008-Revert-winegstreamer-Avoid-passing-a-NULL-buffer-to-.myearlypatch │ │ │ ├── 0009-Revert-winegstreamer-Use-array_reserve-to-reallocate.myearlypatch │ │ │ ├── 0010-Revert-winegstreamer-Handle-zero-length-reads-in-src.myearlypatch │ │ │ ├── 0011-Revert-winegstreamer-Convert-the-Unix-library-to-the.myearlypatch │ │ │ ├── 0012-Revert-winegstreamer-Return-void-from-wg_parser_stre.myearlypatch │ │ │ ├── 0013-Revert-winegstreamer-Move-Unix-library-definitions-i.myearlypatch │ │ │ ├── 0014-Revert-winegstreamer-Remove-the-no-longer-used-start.myearlypatch │ │ │ ├── 0015-Revert-winegstreamer-Set-unlimited-buffering-using-a.myearlypatch │ │ │ ├── 0016-Revert-winegstreamer-Initialize-GStreamer-in-wg_pars.myearlypatch │ │ │ ├── 0017-Revert-winegstreamer-Use-a-single-wg_parser_create-e.myearlypatch │ │ │ ├── 0018-Revert-winegstreamer-Fix-return-code-in-init_gst-fai.myearlypatch │ │ │ ├── 0019-Revert-winegstreamer-Allocate-source-media-buffers-i.myearlypatch │ │ │ ├── 0020-Revert-winegstreamer-Duplicate-source-shutdown-path-.myearlypatch │ │ │ ├── 0021-Revert-winegstreamer-Properly-clean-up-from-failure-.myearlypatch │ │ │ └── 0022-Revert-winegstreamer-Factor-out-more-of-the-init_gst.myearlypatch │ │ └── mfplat-streaming-support │ │ │ ├── 0001-winegstreamer-Activate-source-pad-in-push-mode-if-it.myearlypatch │ │ │ ├── 0002-winegstreamer-Push-stream-start-and-segment-events-i.myearlypatch │ │ │ ├── 0003-winegstreamer-Introduce-H.264-decoder-transform.myearlypatch │ │ │ ├── 0004-winegstreamer-Implement-GetInputAvailableType-for-de.myearlypatch │ │ │ ├── 0005-winegstreamer-Implement-GetOutputAvailableType-for-d.myearlypatch │ │ │ ├── 0006-winegstreamer-Implement-SetInputType-for-decode-tran.myearlypatch │ │ │ ├── 0007-winegstreamer-Implement-SetOutputType-for-decode-tra.myearlypatch │ │ │ ├── 0008-winegstreamer-Implement-Get-Input-Output-StreamInfo-.myearlypatch │ │ │ ├── 0009-winegstreamer-Add-push-mode-path-for-wg_parser.myearlypatch │ │ │ ├── 0010-winegstreamer-Implement-Process-Input-Output-for-dec.myearlypatch │ │ │ ├── 0011-winestreamer-Implement-ProcessMessage-for-decoder-tr.myearlypatch │ │ │ ├── 0012-winegstreamer-Semi-stub-GetAttributes-for-decoder-tr.myearlypatch │ │ │ ├── 0013-winegstreamer-Register-the-H.264-decoder-transform.myearlypatch │ │ │ ├── 0014-winegstreamer-Introduce-AAC-decoder-transform.myearlypatch │ │ │ ├── 0015-winegstreamer-Register-the-AAC-decoder-transform.myearlypatch │ │ │ ├── 0016-winegstreamer-Rename-GStreamer-objects-to-be-more-ge.myearlypatch │ │ │ ├── 0017-winegstreamer-Report-streams-backwards-in-media-sour.myearlypatch │ │ │ ├── 0018-winegstreamer-Implement-Process-Input-Output-for-aud.myearlypatch │ │ │ ├── 0019-winegstreamer-Implement-Get-Input-Output-StreamInfo-.myearlypatch │ │ │ ├── 0020-winegstreamer-Semi-stub-Get-Attributes-functions-for.myearlypatch │ │ │ ├── 0021-winegstreamer-Introduce-color-conversion-transform.myearlypatch │ │ │ ├── 0022-winegstreamer-Register-the-color-conversion-transfor.myearlypatch │ │ │ ├── 0023-winegstreamer-Implement-GetInputAvailableType-for-co.myearlypatch │ │ │ ├── 0024-winegstreamer-Implement-SetInputType-for-color-conve.myearlypatch │ │ │ ├── 0025-winegstreamer-Implement-GetOutputAvailableType-for-c.myearlypatch │ │ │ ├── 0026-winegstreamer-Implement-SetOutputType-for-color-conv.myearlypatch │ │ │ ├── 0027-winegstreamer-Implement-Process-Input-Output-for-col.myearlypatch │ │ │ ├── 0028-winegstreamer-Implement-ProcessMessage-for-color-con.myearlypatch │ │ │ ├── 0029-winegstreamer-Implement-Get-Input-Output-StreamInfo-.myearlypatch │ │ │ ├── 0030-mf-topology-Forward-failure-from-SetOutputType-when-.myearlypatch │ │ │ ├── 0031-winegstreamer-Handle-flush-command-in-audio-converst.myearlypatch │ │ │ ├── 0032-winegstreamer-In-the-default-configuration-select-on.myearlypatch │ │ │ ├── 0033-winegstreamer-Implement-MF_SD_LANGUAGE.myearlypatch │ │ │ ├── 0034-winegstreamer-Only-require-videobox-element-for-pars.myearlypatch │ │ │ ├── 0035-winegstreamer-Don-t-rely-on-max_size-in-unseekable-p.myearlypatch │ │ │ ├── 0036-winegstreamer-Implement-MFT_MESSAGE_COMMAND_FLUSH-fo.myearlypatch │ │ │ ├── 0037-winegstreamer-Default-Frame-size-if-one-isn-t-availa.myearlypatch │ │ │ └── 0038-mfplat-Stub-out-MFCreateDXGIDeviceManager-to-avoid-t.myearlypatch │ ├── restore_staging_winepulse │ │ ├── d8be858.myrevert │ │ ├── f0cd33c-1.myrevert │ │ ├── f0cd33c-2.myrevert │ │ ├── hotfixes │ │ ├── pulse_reverts-1.myearlypatch │ │ ├── pulse_reverts-2.myearlypatch │ │ ├── pulse_reverts-3.myearlypatch │ │ ├── pulse_reverts-4.myearlypatch │ │ ├── pulse_reverts-5.myearlypatch │ │ ├── pulse_reverts-6.myearlypatch │ │ ├── staging-pulseaudio-reverts.mystagingrevert │ │ ├── staging-reenable-pulse.mystagingpatch │ │ └── wine-pulseaudio-fixup.mypatch │ ├── shell32-Progress_Dialog │ │ ├── hotfixes │ │ └── shell32-Progress_Dialog-staging-41e1551.mystagingrevert │ ├── shm_esync_fsync │ │ ├── HACK-user32-Always-call-get_message-request-after-waiting.mypatch │ │ └── hotfixes │ ├── staging_aeddc19_SOURCES │ │ ├── hotfixes │ │ ├── staging_d3d12core.mypatch │ │ └── staging_windows.networking.connectivity.mypatch │ ├── staging_rawinput │ │ ├── c9c7130-hotfix.mypatch │ │ ├── hotfixes │ │ └── staging_rawinput_restore.mystagingrevert │ ├── steamclient_swap │ │ ├── add_syscall_to_loader_array-noLAA.mypatch │ │ ├── add_syscall_to_loader_array.mypatch │ │ ├── hotfixes │ │ ├── revert_steamclient_breaker0.myrevert │ │ ├── revert_steamclient_breaker1.myrevert │ │ ├── revert_steamclient_breaker10.myrevert │ │ ├── revert_steamclient_breaker11.myrevert │ │ ├── revert_steamclient_breaker12.myrevert │ │ ├── revert_steamclient_breaker13.myrevert │ │ ├── revert_steamclient_breaker14-proton.myrevert │ │ ├── revert_steamclient_breaker14.myrevert │ │ ├── revert_steamclient_breaker15.myrevert │ │ ├── revert_steamclient_breaker2.myrevert │ │ ├── revert_steamclient_breaker3.myrevert │ │ ├── revert_steamclient_breaker4.myrevert │ │ ├── revert_steamclient_breaker5.myrevert │ │ ├── revert_steamclient_breaker6.myrevert │ │ ├── revert_steamclient_breaker7.myrevert │ │ ├── revert_steamclient_breaker8.myrevert │ │ ├── revert_steamclient_breaker9.myrevert │ │ └── staging-server-default-integrity.mystagingrevert │ ├── syscall_emu │ │ ├── hotfixes │ │ ├── protonify_stg_syscall_emu-001.mystagingpatch │ │ ├── protonify_stg_syscall_emu-002.mystagingpatch │ │ ├── protonify_stg_syscall_emu-003.mystagingpatch │ │ ├── protonify_stg_syscall_emu-004.mystagingpatch │ │ ├── protonify_stg_syscall_emu-005.mystagingpatch │ │ ├── protonify_stg_syscall_emu-006.mystagingpatch │ │ ├── protonify_stg_syscall_emu-007.mystagingpatch │ │ ├── protonify_stg_syscall_emu-008.mystagingpatch │ │ ├── protonify_stg_syscall_emu-009.mystagingpatch │ │ └── rdr2.patch │ ├── the_witcher_iii │ │ ├── hotfixes │ │ ├── revert_789c1db1.myrevert │ │ ├── virtual_alloc_remi.mypatch │ │ └── virtual_alloc_remi2.mypatch │ ├── valve │ │ ├── 0001-proton-steamclient-swap-revert-be.mypatch │ │ ├── 0001-proton-steamclient-swap-revert.mypatch │ │ ├── de-steamify-10.0-be.mypatch │ │ ├── de-steamify-10.0.mypatch │ │ ├── de-steamify-80-be.mypatch │ │ ├── de-steamify-80-exp.mypatch │ │ ├── de-steamify-80.mypatch │ │ ├── de-steamify-90-be.mypatch │ │ ├── de-steamify-90.mypatch │ │ ├── de-steamify-be.mypatch │ │ ├── de-steamify.mypatch │ │ ├── fixes │ │ │ ├── 0001-Revert-opencl-HACK-Build-a-stub-dll-if-Unix-headers-are-missing.mypatch │ │ │ ├── 0001-Revert-winedmo-Handle-PCM-audio-big-endian-formats.mypatch │ │ │ ├── 0001-revert-icu-proton.mypatch │ │ │ ├── 0002-futex_waitv.mypatch │ │ │ ├── 0003-ldap_fix.mypatch │ │ │ ├── buntu │ │ │ │ └── disable_mediaconv.myrevert │ │ │ └── cryptext-CryptExtOpenCER │ │ │ │ └── Rebase_against_be5d60d949c470d8039649ee1f7488a59a1c31bc.patch │ │ ├── hotfixes │ │ ├── proton-fsr-70.mypatch │ │ ├── proton-fsr-80.mypatch │ │ ├── proton-fsr-90-expbe.mypatch │ │ ├── proton-fsr-90.mypatch │ │ ├── proton-wayland_driver.mypatch │ │ └── staging-hotfixes │ │ │ ├── 70 │ │ │ ├── d3dx11_43-D3DX11CreateTextureFromMemory │ │ │ │ ├── 0001-d3dx11_43-Implement-D3DX11GetImageInfoFromMemory.patch │ │ │ │ ├── 0002-d3dx11_42-Implement-D3DX11CreateTextureFromMemory.patch │ │ │ │ └── definition │ │ │ ├── fltmgr.sys-FltBuildDefaultSecurityDescriptor │ │ │ │ ├── 0001-fltmgr.sys-Implement-FltBuildDefaultSecurityDescript.patch │ │ │ │ ├── 0002-fltmgr.sys-Create-import-library.patch │ │ │ │ ├── 0003-ntoskrnl.exe-Add-FltBuildDefaultSecurityDescriptor-t.patch │ │ │ │ └── definition │ │ │ ├── inseng-Implementation │ │ │ │ ├── 0001-inseng-Implement-CIF-reader-and-download-functions.patch │ │ │ │ └── definition │ │ │ ├── ntdll-DOS_Attributes │ │ │ │ ├── 0001-ntdll-Implement-retrieving-DOS-attributes-in-fd_-get.patch │ │ │ │ ├── 0003-ntdll-Implement-storing-DOS-attributes-in-NtSetInfor.patch │ │ │ │ ├── 0004-ntdll-Implement-storing-DOS-attributes-in-NtCreateFi.patch │ │ │ │ ├── 0005-libport-Add-support-for-Mac-OS-X-style-extended-attr.patch │ │ │ │ ├── 0006-libport-Add-support-for-FreeBSD-style-extended-attri.patch │ │ │ │ ├── 0007-ntdll-Perform-the-Unix-style-hidden-file-check-withi.patch │ │ │ │ ├── 0008-ntdll-Always-store-SAMBA_XATTR_DOS_ATTRIB-when-path-.patch │ │ │ │ └── definition │ │ │ ├── ntdll-RtlQueryPackageIdentity │ │ │ │ ├── 0003-ntdll-tests-Add-basic-tests-for-RtlQueryPackageIdent.patch │ │ │ │ └── definition │ │ │ ├── ntdll-Serial_Port_Detection │ │ │ │ ├── 0001-ntdll-Do-a-device-check-before-returning-a-default-s.patch │ │ │ │ └── definition │ │ │ ├── nvcuda │ │ │ │ └── 0016-nvcuda-Make-nvcuda-attempt-to-load-libcuda.so.1.patch │ │ │ ├── packager-DllMain │ │ │ │ ├── 0001-packager-Prefer-native-version.patch │ │ │ │ └── definition │ │ │ ├── rawinput │ │ │ │ └── 0006-winex11.drv-Send-relative-RawMotion-events-unprocess.patch │ │ │ ├── windows.networking.connectivity-new-dll │ │ │ │ ├── 0001-include-Add-windows.networking.connectivity.idl.patch │ │ │ │ ├── 0002-include-Add-windows.networking.idl.patch │ │ │ │ ├── 0003-windows.networking.connectivity-Add-stub-dll.patch │ │ │ │ ├── 0004-windows.networking.connectivity-Implement-IActivatio.patch │ │ │ │ ├── 0005-windows.networking.connectivity-Implement-INetworkIn.patch │ │ │ │ ├── 0006-windows.networking.connectivity-Registry-DLL.patch │ │ │ │ ├── 0007-windows.networking.connectivity-Implement-INetworkIn.patch │ │ │ │ ├── 0008-windows.networking.connectivity-IConnectionProfile-G.patch │ │ │ │ └── definition │ │ │ ├── winemenubuilder-Desktop_Icon_Path │ │ │ │ └── 0001-winemenubuilder-Create-desktop-shortcuts-with-absolu.patch │ │ │ ├── winex11-Vulkan_support │ │ │ │ ├── 0001-winex11-Specify-a-default-vulkan-driver-if-one-not-f.patch │ │ │ │ └── definition │ │ │ ├── wscript-support-d-u-switches │ │ │ │ ├── 0001-wscript-return-TRUE-for-d-and-u-stub-switches.patch │ │ │ │ └── definition │ │ │ ├── xactengine-initial │ │ │ │ ├── 0001-x3daudio1_7-Create-import-library.patch │ │ │ │ └── definition │ │ │ └── xactengine3_7-callbacks │ │ │ │ ├── 0001-Add-support-for-private-contexts.patch │ │ │ │ ├── 0002-xactengine3_7-notifications.patch │ │ │ │ ├── 0003-Send-NOTIFY_CUESTOP-when-Stop-is-called.patch │ │ │ │ ├── 0004-xactengine3_7-Don-t-use-switch-with-constant-integer.patch │ │ │ │ └── definition │ │ │ ├── 80 │ │ │ ├── cryptext-CryptExtOpenCER │ │ │ │ ├── 0001-cryptext-Implement-CryptExtOpenCER.patch │ │ │ │ └── definition │ │ │ ├── d3dx11_43-D3DX11CreateTextureFromMemory │ │ │ │ ├── 0001-d3dx11_43-Implement-D3DX11GetImageInfoFromMemory.patch │ │ │ │ ├── 0002-d3dx11_42-Implement-D3DX11CreateTextureFromMemory.patch │ │ │ │ └── definition │ │ │ ├── fltmgr.sys-FltBuildDefaultSecurityDescriptor │ │ │ │ ├── 0001-fltmgr.sys-Implement-FltBuildDefaultSecurityDescript.patch │ │ │ │ ├── 0002-fltmgr.sys-Create-import-library.patch │ │ │ │ ├── 0003-ntoskrnl.exe-Add-FltBuildDefaultSecurityDescriptor-t.patch │ │ │ │ └── definition │ │ │ ├── inseng-Implementation │ │ │ │ ├── 0001-inseng-Implement-CIF-reader-and-download-functions.patch │ │ │ │ └── definition │ │ │ ├── loader-KeyboardLayouts │ │ │ │ ├── 0001-loader-Add-Keyboard-Layouts-registry-enteries.patch │ │ │ │ ├── 0002-user32-Improve-GetKeyboardLayoutList.patch │ │ │ │ └── definition │ │ │ ├── ntdll-RtlQueryPackageIdentity │ │ │ │ ├── 0003-ntdll-tests-Add-basic-tests-for-RtlQueryPackageIdent.patch │ │ │ │ └── definition │ │ │ ├── ntdll-Serial_Port_Detection │ │ │ │ ├── 0001-ntdll-Do-a-device-check-before-returning-a-default-s.patch │ │ │ │ └── definition │ │ │ ├── packager-DllMain │ │ │ │ ├── 0001-packager-Prefer-native-version.patch │ │ │ │ └── definition │ │ │ ├── rawinput │ │ │ │ └── 0006-winex11.drv-Send-relative-RawMotion-events-unprocess.patch │ │ │ ├── shell32-NewMenu_Interface │ │ │ │ ├── 0001-shell32-Implement-NewMenu-with-new-folder-item.patch │ │ │ │ └── definition │ │ │ ├── shell32-registry-lookup-app │ │ │ │ ├── 0001-shell32-Append-.exe-when-registry-lookup-fails-first.patch │ │ │ │ └── definition │ │ │ ├── user32-FlashWindowEx │ │ │ │ ├── 0001-user32-Improve-FlashWindowEx-message-and-return-valu.patch │ │ │ │ └── definition │ │ │ ├── windows.networking.connectivity-new-dll │ │ │ │ ├── 0001-include-Add-windows.networking.connectivity.idl.patch │ │ │ │ ├── 0002-include-Add-windows.networking.idl.patch │ │ │ │ ├── 0003-windows.networking.connectivity-Add-stub-dll.patch │ │ │ │ ├── 0004-windows.networking.connectivity-Implement-IActivatio.patch │ │ │ │ ├── 0005-windows.networking.connectivity-Implement-INetworkIn.patch │ │ │ │ ├── 0006-windows.networking.connectivity-Registry-DLL.patch │ │ │ │ ├── 0007-windows.networking.connectivity-Implement-INetworkIn.patch │ │ │ │ ├── 0008-windows.networking.connectivity-IConnectionProfile-G.patch │ │ │ │ └── definition │ │ │ ├── wineboot-ProxySettings │ │ │ │ ├── 0001-wineboot-Initialize-proxy-settings-registry-key.patch │ │ │ │ └── definition │ │ │ ├── winex11-Vulkan_support │ │ │ │ ├── 0001-winex11-Specify-a-default-vulkan-driver-if-one-not-f-be.patch │ │ │ │ ├── 0001-winex11-Specify-a-default-vulkan-driver-if-one-not-f.patch │ │ │ │ └── definition │ │ │ ├── wininet-Cleanup │ │ │ │ ├── 0001-wininet-tests-Add-more-tests-for-cookies.patch │ │ │ │ ├── 0002-wininet-tests-Test-auth-credential-reusage-with-host.patch │ │ │ │ ├── 0003-wininet-tests-Check-cookie-behaviour-when-overriding.patch │ │ │ │ ├── 0004-wininet-Strip-filename-if-no-path-is-set-in-cookie.patch │ │ │ │ ├── 0005-wininet-Replacing-header-fields-should-fail-if-they-.patch │ │ │ │ └── definition │ │ │ ├── wintrust-WTHelperGetProvCertFromChain │ │ │ │ ├── 0001-wintrust-Add-parameter-check-in-WTHelperGetProvCertF.patch │ │ │ │ └── definition │ │ │ ├── wscript-support-d-u-switches │ │ │ │ ├── 0001-wscript-return-TRUE-for-d-and-u-stub-switches.patch │ │ │ │ └── definition │ │ │ └── xactengine-initial │ │ │ │ ├── 0001-x3daudio1_7-Create-import-library.patch │ │ │ │ └── definition │ │ │ └── 90 │ │ │ ├── 0001-ntdll-Print-a-warning-message-specifying-the-wine-st.patch │ │ │ └── 0002-winelib-Append-Staging-at-the-end-of-the-version-s.patch │ ├── wineserver_socket_spin │ │ ├── hotfixes │ │ └── wineserver-socket-spin-workaround.mypatch │ └── winewayland │ │ ├── hotfixes │ │ └── winewayland-avoid-crashing.mypatch ├── misc │ ├── 0001-kernelbase-Remove-DECLSPEC_HOTPATCH-from-SetThreadSt │ │ ├── 0001-kernelbase-Remove-DECLSPEC_HOTPATCH-from-SetThreadSt │ │ └── legacy │ │ │ └── 0001-kernelbase-Remove-DECLSPEC_HOTPATCH-from-SetThreadSt.patch │ ├── 30-win32-aliases.conf │ ├── CSMT-toggle │ │ ├── CSMT-toggle │ │ ├── CSMT-toggle.patch │ │ └── legacy │ │ │ ├── CSMT-toggle-22d9eec.patch │ │ │ ├── CSMT-toggle-5e685d6.patch │ │ │ ├── CSMT-toggle-c1b4af9.patch │ │ │ └── CSMT-toggle-ef11bb6.patch │ ├── GLSL-toggle │ │ ├── GLSL-toggle │ │ ├── GLSL-toggle.patch │ │ └── legacy │ │ │ └── GLSL-toggle-ef11bb6.patch │ ├── PBA │ │ ├── PBA │ │ └── legacy │ │ │ ├── PBA313-.patch │ │ │ ├── PBA314+.patch │ │ │ └── PBA317+.patch │ ├── childwindow │ │ ├── OPWR-proton.patch │ │ ├── childwindow │ │ ├── childwindow-proton │ │ ├── childwindow-proton-mainline.patch │ │ ├── childwindow-proton.patch │ │ └── legacy │ │ │ ├── OPWR-proton-0d969b1.patch │ │ │ ├── OPWR-proton-4390b01.patch │ │ │ ├── OPWR-proton-c14de4c.patch │ │ │ ├── childwindow-011fabb.patch │ │ │ ├── childwindow-bca1b7f.patch │ │ │ ├── childwindow-c14de4c.patch │ │ │ ├── childwindow-proton-0d969b1.patch │ │ │ ├── childwindow-proton-262831b.patch │ │ │ ├── childwindow-proton-28873ce.patch │ │ │ ├── childwindow-proton-2a263774.patch │ │ │ ├── childwindow-proton-3a11be1.patch │ │ │ ├── childwindow-proton-5481415.patch │ │ │ ├── childwindow-proton-56b8a67.patch │ │ │ ├── childwindow-proton-64639c9.patch │ │ │ ├── childwindow-proton-83501c7.patch │ │ │ ├── childwindow-proton-8ba51a6.patch │ │ │ ├── childwindow-proton-9e9d2d43.patch │ │ │ ├── childwindow-proton-a25519e.patch │ │ │ ├── childwindow-proton-a6bc5f3.patch │ │ │ ├── childwindow-proton-ad5cb83.patch │ │ │ ├── childwindow-proton-c0042af.patch │ │ │ ├── childwindow-proton-c14de4c.patch │ │ │ ├── childwindow-proton-c2d46ea.patch │ │ │ ├── childwindow-proton-c86955d.patch │ │ │ ├── childwindow-proton-cb1c03b9.patch │ │ │ ├── childwindow-proton-e3e6282.patch │ │ │ ├── childwindow-proton-e9ca13a6.patch │ │ │ ├── childwindow-proton-eb5993a.patch │ │ │ ├── childwindow-proton-ef8e4b7.patch │ │ │ ├── childwindow-proton-mainline-0d969b1.patch │ │ │ ├── childwindow-proton-mainline-28873ce.patch │ │ │ ├── childwindow-proton-mainline-2a263774.patch │ │ │ ├── childwindow-proton-mainline-5481415.patch │ │ │ ├── childwindow-proton-mainline-64639c9.patch │ │ │ ├── childwindow-proton-mainline-8ba51a6.patch │ │ │ ├── childwindow-proton-mainline-9e9d2d43.patch │ │ │ ├── childwindow-proton-mainline-a6bc5f3.patch │ │ │ ├── childwindow-proton-mainline-c0042af.patch │ │ │ ├── childwindow-proton-mainline-c14de4c.patch │ │ │ ├── childwindow-proton-mainline-c2d46ea.patch │ │ │ ├── childwindow-proton-mainline-cb1c03b9.patch │ │ │ ├── childwindow-proton-mainline-e3e6282.patch │ │ │ ├── childwindow-proton-mainline-e9ca13a6.patch │ │ │ ├── childwindow-proton-mainline-eb5993a.patch │ │ │ └── childwindow.patch │ ├── d3d12-fixes │ │ └── legacy │ │ │ └── d3d12-fixes.patch │ ├── enable_dynamic_wow64_def │ │ ├── enable_dynamic_wow64_def │ │ └── enable_dynamic_wow64_def.patch │ ├── enable_stg_shared_mem_def │ │ ├── enable_stg_shared_mem_def │ │ └── enable_stg_shared_mem_def.patch │ ├── fastsync │ │ ├── fastsync │ │ ├── fastsync-clock_monotonic-fixup.patch │ │ ├── fastsync-mainline.patch │ │ ├── fastsync-staging-protonify.patch │ │ ├── fastsync-staging.patch │ │ ├── legacy │ │ │ ├── fastsync-mainline-03c1930.patch │ │ │ ├── fastsync-mainline-59485f0.patch │ │ │ ├── fastsync-mainline-7b243af.patch │ │ │ ├── fastsync-mainline-f076e5f.patch │ │ │ ├── fastsync-staging-03c1930.patch │ │ │ ├── fastsync-staging-59485f0.patch │ │ │ ├── fastsync-staging-7b243af.patch │ │ │ ├── fastsync-staging-e534d65.patch │ │ │ ├── fastsync-staging-protonify-03c1930.patch │ │ │ ├── fastsync-staging-protonify-59485f0.patch │ │ │ ├── fastsync-staging-protonify-7b243af.patch │ │ │ ├── fastsync-staging-protonify-e534d65.patch │ │ │ ├── ntsync5-mainline-0d7798e8.patch │ │ │ ├── ntsync5-mainline-3c29dc1e.patch │ │ │ ├── ntsync5-mainline-44563c9a.patch │ │ │ ├── ntsync5-mainline-45953cdb.patch │ │ │ ├── ntsync5-mainline-4a3203be.patch │ │ │ ├── ntsync5-mainline-5030e3d3.patch │ │ │ ├── ntsync5-mainline-58fbaf92.patch │ │ │ ├── ntsync5-mainline-7b17d107.patch │ │ │ ├── ntsync5-mainline-7eb72b7b.patch │ │ │ ├── ntsync5-mainline-94ed7498.patch │ │ │ ├── ntsync5-mainline-962017be.patch │ │ │ ├── ntsync5-mainline-99d1e60a.patch │ │ │ ├── ntsync5-mainline-9d6455f9.patch │ │ │ ├── ntsync5-mainline-a2ed0c4b.patch │ │ │ ├── ntsync5-mainline-ac1ff67c.patch │ │ │ ├── ntsync5-mainline-b9dd7d11.patch │ │ │ ├── ntsync5-mainline-cebad42.patch │ │ │ ├── ntsync5-mainline-d2b0c4ec.patch │ │ │ ├── ntsync5-mainline-d945eb4d.patch │ │ │ ├── ntsync5-mainline-e24ba584.patch │ │ │ ├── ntsync5-mainline-f41c434b.patch │ │ │ ├── ntsync5-mainline-fd3de90.patch │ │ │ ├── ntsync5-protonify-0d7798e8.patch │ │ │ ├── ntsync5-protonify-3c29dc1e.patch │ │ │ ├── ntsync5-protonify-44563c9a.patch │ │ │ ├── ntsync5-protonify-45953cdb.patch │ │ │ ├── ntsync5-protonify-4a3203be.patch │ │ │ ├── ntsync5-protonify-5030e3d3.patch │ │ │ ├── ntsync5-protonify-58fbaf92.patch │ │ │ ├── ntsync5-protonify-7b17d107.patch │ │ │ ├── ntsync5-protonify-7eb72b7b.patch │ │ │ ├── ntsync5-protonify-94ed7498.patch │ │ │ ├── ntsync5-protonify-962017be.patch │ │ │ ├── ntsync5-protonify-99d1e60a.patch │ │ │ ├── ntsync5-protonify-9d6455f9.patch │ │ │ ├── ntsync5-protonify-a2ed0c4b.patch │ │ │ ├── ntsync5-protonify-ac1ff67c.patch │ │ │ ├── ntsync5-protonify-b9dd7d11.patch │ │ │ ├── ntsync5-protonify-cebad42.patch │ │ │ ├── ntsync5-protonify-d2b0c4ec.patch │ │ │ ├── ntsync5-protonify-d945eb4d.patch │ │ │ ├── ntsync5-protonify-e24ba584.patch │ │ │ ├── ntsync5-protonify-f41c434b.patch │ │ │ ├── ntsync5-protonify-fd3de90.patch │ │ │ ├── ntsync5-staging-1dfac2a.patch │ │ │ ├── ntsync5-staging-3c29dc1e.patch │ │ │ ├── ntsync5-staging-45953cdb.patch │ │ │ ├── ntsync5-staging-4a3203be.patch │ │ │ ├── ntsync5-staging-5030e3d3.patch │ │ │ ├── ntsync5-staging-58fbaf92.patch │ │ │ ├── ntsync5-staging-7b17d107.patch │ │ │ ├── ntsync5-staging-7eb72b7b.patch │ │ │ ├── ntsync5-staging-94ed7498.patch │ │ │ ├── ntsync5-staging-962017be.patch │ │ │ ├── ntsync5-staging-99d1e60a.patch │ │ │ ├── ntsync5-staging-9d6455f9.patch │ │ │ ├── ntsync5-staging-a2ed0c4b.patch │ │ │ ├── ntsync5-staging-ac1ff67c.patch │ │ │ ├── ntsync5-staging-b9dd7d11.patch │ │ │ ├── ntsync5-staging-cebad42.patch │ │ │ ├── ntsync5-staging-d2b0c4ec.patch │ │ │ ├── ntsync5-staging-d7ec9d3.patch │ │ │ ├── ntsync5-staging-d945eb4d.patch │ │ │ ├── ntsync5-staging-e24ba584.patch │ │ │ ├── ntsync5-staging-f41c434b.patch │ │ │ ├── ntsync5-staging-fd3de90.patch │ │ │ ├── ntsync5-staging-protonify-1dfac2a.patch │ │ │ ├── ntsync5-staging-protonify-3c29dc1e.patch │ │ │ ├── ntsync5-staging-protonify-45953cdb.patch │ │ │ ├── ntsync5-staging-protonify-4a3203be.patch │ │ │ ├── ntsync5-staging-protonify-5030e3d3.patch │ │ │ ├── ntsync5-staging-protonify-58fbaf92.patch │ │ │ ├── ntsync5-staging-protonify-7b17d107.patch │ │ │ ├── ntsync5-staging-protonify-7eb72b7b.patch │ │ │ ├── ntsync5-staging-protonify-94ed7498.patch │ │ │ ├── ntsync5-staging-protonify-962017be.patch │ │ │ ├── ntsync5-staging-protonify-99d1e60a.patch │ │ │ ├── ntsync5-staging-protonify-9d6455f9.patch │ │ │ ├── ntsync5-staging-protonify-a2ed0c4b.patch │ │ │ ├── ntsync5-staging-protonify-ac1ff67.patch │ │ │ ├── ntsync5-staging-protonify-b9dd7d11.patch │ │ │ ├── ntsync5-staging-protonify-cebad42.patch │ │ │ ├── ntsync5-staging-protonify-d2b0c4ec.patch │ │ │ ├── ntsync5-staging-protonify-d7ec9d3.patch │ │ │ ├── ntsync5-staging-protonify-d945eb4d.patch │ │ │ ├── ntsync5-staging-protonify-e24ba584.patch │ │ │ ├── ntsync5-staging-protonify-f41c434b.patch │ │ │ └── ntsync5-staging-protonify-fd3de90.patch │ │ ├── ntsync-config.h.in-alt.patch │ │ ├── ntsync-config.h.in-org.patch │ │ ├── ntsync5-mainline.patch │ │ ├── ntsync5-protonify.patch │ │ ├── ntsync5-staging-protonify.patch │ │ └── ntsync5-staging.patch │ ├── faudio-exp │ │ ├── faudio-exp │ │ └── legacy │ │ │ └── faudio-exp.patch │ ├── high-core-count-fix │ │ ├── high-core-count-fix │ │ └── legacy │ │ │ └── high-core-count-fix.patch │ ├── josh-flat-theme │ │ ├── josh-flat-theme │ │ ├── josh-flat-theme.patch │ │ └── legacy │ │ │ ├── josh-flat-theme-6456973.patch │ │ │ └── josh-flat-theme-fdf3015.patch │ ├── kernelbase-reverts │ │ ├── kernelbase-reverts │ │ └── legacy │ │ │ ├── proton-tkg-kernelbase-reverts-461b5e5.patch │ │ │ ├── proton-tkg-kernelbase-reverts-9551cb0.patch │ │ │ ├── proton-tkg-kernelbase-reverts-c258b5e.patch │ │ │ ├── proton-tkg-kernelbase-reverts-fd3735c.patch │ │ │ ├── proton-tkg-kernelbase-reverts.patch │ │ │ ├── proton-tkg-staging-kernelbase-reverts-461b5e5.patch │ │ │ ├── proton-tkg-staging-kernelbase-reverts-9551cb0.patch │ │ │ ├── proton-tkg-staging-kernelbase-reverts-c258b5e.patch │ │ │ ├── proton-tkg-staging-kernelbase-reverts-fd3735c.patch │ │ │ └── proton-tkg-staging-kernelbase-reverts.patch │ ├── launch-with-dedicated-gpu-desktop-entry │ │ ├── launch-with-dedicated-gpu-desktop-entry │ │ └── launch-with-dedicated-gpu-desktop-entry.patch │ ├── lowlatency_audio │ │ ├── legacy │ │ │ ├── lowlatency_audio-253b132.patch │ │ │ ├── lowlatency_audio-71d0cdd.patch │ │ │ ├── lowlatency_audio-b08d7ef.patch │ │ │ └── lowlatency_audio_pulse-5302181.patch │ │ ├── lowlatency_audio │ │ ├── lowlatency_audio.patch │ │ └── lowlatency_audio_pulse.patch │ ├── nvidia-hate │ │ ├── nvidia-hate │ │ └── nvidia-hate.patch │ ├── plasma_systray_fix │ │ ├── legacy │ │ │ ├── plasma_systray_fix-0c249e6.patch │ │ │ ├── plasma_systray_fix-473914f.patch │ │ │ └── plasma_systray_fix-b87256c.patch │ │ ├── plasma_systray_fix │ │ └── plasma_systray_fix.patch │ ├── pythonfix │ │ ├── legacy │ │ │ └── pythonfix.patch │ │ └── pythonfix │ ├── reverts │ │ └── legacy │ │ │ ├── revert-c6b6935.patch │ │ │ └── staging-44d1a45-localreverts.patch │ ├── steam │ │ ├── legacy │ │ │ └── steam-712ae33.patch │ │ ├── steam │ │ └── steam.patch │ ├── usvfs │ │ ├── legacy │ │ │ └── usvfs.patch │ │ └── usvfs │ ├── virtual_desktop_refreshrate │ │ ├── virtual_desktop_refreshrate │ │ └── virtual_desktop_refreshrate.patch │ ├── wine-binfmt.conf │ ├── wine-tkg │ │ ├── legacy │ │ │ ├── wine-tkg-0c249e6.patch │ │ │ ├── wine-tkg-c7760ce.patch │ │ │ ├── wine-tkg-staging-0c249e6.patch │ │ │ └── wine-tkg-staging-808d704.patch │ │ ├── wine-tkg │ │ ├── wine-tkg-staging.patch │ │ └── wine-tkg.patch │ ├── winevulkan │ │ ├── legacy │ │ │ ├── winevulkan-1.1.103.patch │ │ │ ├── winevulkan-1.1.113-proton.patch │ │ │ └── winevulkan-1.1.113.patch │ │ └── winevulkan │ └── winewayland │ │ ├── ge-wayland.patch │ │ ├── legacy │ │ ├── ge-wayland-76ad9185.patch │ │ └── ge-wayland-daa5b0b6.patch │ │ └── winewayland ├── proton-tkg-specific │ ├── proton-cpu-topology-overrides │ │ ├── legacy │ │ │ ├── proton-cpu-topology-overrides-0559442.patch │ │ │ ├── proton-cpu-topology-overrides-05676e8.patch │ │ │ ├── proton-cpu-topology-overrides-25b93b2.patch │ │ │ ├── proton-cpu-topology-overrides-3323a7e.patch │ │ │ ├── proton-cpu-topology-overrides-44699c3.patch │ │ │ ├── proton-cpu-topology-overrides-5125f9d.patch │ │ │ ├── proton-cpu-topology-overrides-5864bc8.patch │ │ │ ├── proton-cpu-topology-overrides-588d91a.patch │ │ │ ├── proton-cpu-topology-overrides-59485f0.patch │ │ │ ├── proton-cpu-topology-overrides-75e2ec4.patch │ │ │ ├── proton-cpu-topology-overrides-7999af8.patch │ │ │ ├── proton-cpu-topology-overrides-7e32931.patch │ │ │ ├── proton-cpu-topology-overrides-90d2a17.patch │ │ │ ├── proton-cpu-topology-overrides-a3c92a0.patch │ │ │ ├── proton-cpu-topology-overrides-a5f17fa.patch │ │ │ ├── proton-cpu-topology-overrides-af4378d.patch │ │ │ ├── proton-cpu-topology-overrides-b3ca48f.patch │ │ │ ├── proton-cpu-topology-overrides-be8bd6f.patch │ │ │ ├── proton-cpu-topology-overrides-c88b2ed.patch │ │ │ ├── proton-cpu-topology-overrides-cd5eb0f.patch │ │ │ ├── proton-cpu-topology-overrides-e05c6c8.patch │ │ │ └── proton-cpu-topology-overrides-e4db1b3.patch │ │ ├── proton-cpu-topology-overrides │ │ └── proton-cpu-topology-overrides.patch │ ├── proton-gamepad-additions │ │ ├── legacy │ │ │ ├── proton-gamepad-additions-3d011fc.patch │ │ │ ├── proton-gamepad-additions-4413770.patch │ │ │ ├── proton-gamepad-additions-50b9456.patch │ │ │ ├── proton-gamepad-additions-656edbb.patch │ │ │ ├── proton-gamepad-additions-6cb3d0f.patch │ │ │ ├── proton-gamepad-additions-8db70e9.patch │ │ │ ├── proton-gamepad-additions-9c6ea01.patch │ │ │ ├── proton-gamepad-additions-aa48242.patch │ │ │ ├── proton-gamepad-additions-c074966.patch │ │ │ ├── proton-gamepad-additions-d2d3959.patch │ │ │ ├── proton-gamepad-additions-f8a04c7.patch │ │ │ └── proton-gamepad-additions-fcfeaf0.patch │ │ ├── proton-gamepad-additions │ │ ├── proton-gamepad-additions-exp.patch │ │ └── proton-gamepad-additions.patch │ ├── proton-gstreamer │ │ ├── legacy │ │ │ ├── proton-gstreamer-1aa359a.patch │ │ │ ├── proton-gstreamer-aeabe99.patch │ │ │ ├── proton-gstreamer-e36e384.patch │ │ │ ├── proton-gstreamer-staging-aeabe99.patch │ │ │ └── proton-gstreamer-staging-e36e384.patch │ │ ├── proton-gstreamer │ │ ├── proton-gstreamer-staging-leg.patch │ │ ├── proton-gstreamer-staging.patch │ │ └── proton-gstreamer.patch │ ├── proton-pa │ │ ├── legacy │ │ │ ├── proton-pa-staging-8c0ced8.patch │ │ │ └── proton-pa-staging-fa6d22b.patch │ │ ├── proton-pa │ │ └── proton-pa-staging.patch │ ├── proton-restore-unicode │ │ ├── proton-restore-unicode │ │ └── proton-restore-unicode.patch │ ├── proton-sdl-joy │ │ ├── legacy │ │ │ ├── proton-sdl-joy-01d3527.patch │ │ │ ├── proton-sdl-joy-077d64b.patch │ │ │ ├── proton-sdl-joy-0c249e6.patch │ │ │ ├── proton-sdl-joy-13d8571.patch │ │ │ ├── proton-sdl-joy-27f4015.patch │ │ │ ├── proton-sdl-joy-306c40e.patch │ │ │ ├── proton-sdl-joy-43f0c80.patch │ │ │ ├── proton-sdl-joy-5fe1031.patch │ │ │ ├── proton-sdl-joy-626870a.patch │ │ │ ├── proton-sdl-joy-6373792.patch │ │ │ ├── proton-sdl-joy-656edbb.patch │ │ │ ├── proton-sdl-joy-661df7b.patch │ │ │ ├── proton-sdl-joy-828b9b8.patch │ │ │ ├── proton-sdl-joy-872dc83.patch │ │ │ ├── proton-sdl-joy-9146337.patch │ │ │ ├── proton-sdl-joy-9aa1d0a.patch │ │ │ ├── proton-sdl-joy-a173672.patch │ │ │ ├── proton-sdl-joy-b57f635.patch │ │ │ ├── proton-sdl-joy-b71cea7.patch │ │ │ ├── proton-sdl-joy-b87256c.patch │ │ │ ├── proton-sdl-joy-d1d1575.patch │ │ │ ├── proton-sdl-joy-de28056.patch │ │ │ ├── proton-sdl-joy-e4105a7.patch │ │ │ ├── proton-sdl-joy-e4fbae8.patch │ │ │ └── proton-sdl-joy-f34b735.patch │ │ ├── proton-sdl-joy │ │ ├── proton-sdl-joy-2.patch │ │ └── proton-sdl-joy.patch │ ├── proton-seccomp-envvar │ │ ├── legacy │ │ │ └── proton-seccomp-envvar-805f2e9.patch │ │ ├── proton-seccomp-envvar │ │ └── proton-seccomp-envvar.patch │ ├── proton-staging │ │ ├── proton-staging_winex11-MWM_Decorations │ │ ├── proton-staging_winex11-MWM_Decorations.patch │ │ ├── staging-winex11-key_translation │ │ └── staging-winex11-key_translation.patch │ ├── proton-steam-bits │ │ ├── legacy │ │ │ ├── proton-steam-bits-05c0a50.patch │ │ │ ├── proton-steam-bits-0a6f070.patch │ │ │ ├── proton-steam-bits-11daf18.patch │ │ │ ├── proton-steam-bits-23d2d0c.patch │ │ │ ├── proton-steam-bits-5b362f0.patch │ │ │ ├── proton-steam-bits-61e217c.patch │ │ │ ├── proton-steam-bits-636d398.patch │ │ │ ├── proton-steam-bits-656edbb.patch │ │ │ ├── proton-steam-bits-6eb05da.patch │ │ │ ├── proton-steam-bits-7ada0e2.patch │ │ │ ├── proton-steam-bits-7caa127.patch │ │ │ ├── proton-steam-bits-7e51cc8.patch │ │ │ ├── proton-steam-bits-863858d.patch │ │ │ ├── proton-steam-bits-8cd5c1b.patch │ │ │ ├── proton-steam-bits-9122bc1.patch │ │ │ ├── proton-steam-bits-91f8275b.patch │ │ │ ├── proton-steam-bits-bf811fd.patch │ │ │ ├── proton-steam-bits-dc62d84.patch │ │ │ ├── proton-steam-bits-de679af.patch │ │ │ └── proton-steam-bits-f8fb43a.patch │ │ ├── proton-steam-bits │ │ ├── proton-steam-bits-non-protonify.patch │ │ └── proton-steam-bits.patch │ ├── proton-tkg-steamclient-swap │ │ ├── legacy │ │ │ ├── proton-tkg-steamclient-swap-03277f2f.patch │ │ │ ├── proton-tkg-steamclient-swap-09db718.patch │ │ │ ├── proton-tkg-steamclient-swap-1b9ada6.patch │ │ │ ├── proton-tkg-steamclient-swap-3190a5b.patch │ │ │ ├── proton-tkg-steamclient-swap-4608d8b.patch │ │ │ ├── proton-tkg-steamclient-swap-4b65a70.patch │ │ │ ├── proton-tkg-steamclient-swap-4ea07a3.patch │ │ │ ├── proton-tkg-steamclient-swap-5071a28.patch │ │ │ ├── proton-tkg-steamclient-swap-59485f0.patch │ │ │ ├── proton-tkg-steamclient-swap-656edbb.patch │ │ │ ├── proton-tkg-steamclient-swap-6c9d59c.patch │ │ │ ├── proton-tkg-steamclient-swap-72449b7.patch │ │ │ ├── proton-tkg-steamclient-swap-7f088b0.patch │ │ │ ├── proton-tkg-steamclient-swap-a14b4c7.patch │ │ │ ├── proton-tkg-steamclient-swap-a6bb366.patch │ │ │ ├── proton-tkg-steamclient-swap-ae8562e.patch │ │ │ ├── proton-tkg-steamclient-swap-b572cf3.patch │ │ │ ├── proton-tkg-steamclient-swap-c2d84da.patch │ │ │ ├── proton-tkg-steamclient-swap-d10410e.patch │ │ │ ├── proton-tkg-steamclient-swap-de679af.patch │ │ │ ├── proton-tkg-steamclient-swap-f5d272f.patch │ │ │ └── proton-tkg-steamclient-swap-f7867d5.patch │ │ ├── proton-tkg-steamclient-swap │ │ ├── proton-tkg-steamclient-swap-wow64.patch │ │ └── proton-tkg-steamclient-swap.patch │ ├── proton-tkg │ │ ├── mainline │ │ │ ├── legacy │ │ │ │ ├── proton-tkg-0027827.patch │ │ │ │ ├── proton-tkg-0116660.patch │ │ │ │ ├── proton-tkg-02e3327.patch │ │ │ │ ├── proton-tkg-0556d9e.patch │ │ │ │ ├── proton-tkg-05d0027.patch │ │ │ │ ├── proton-tkg-0986c8a.patch │ │ │ │ ├── proton-tkg-09f588e.patch │ │ │ │ ├── proton-tkg-0bebbba.patch │ │ │ │ ├── proton-tkg-0c6d042.patch │ │ │ │ ├── proton-tkg-10dde32.patch │ │ │ │ ├── proton-tkg-11daf18.patch │ │ │ │ ├── proton-tkg-120505e.patch │ │ │ │ ├── proton-tkg-14df018.patch │ │ │ │ ├── proton-tkg-161f1b7.patch │ │ │ │ ├── proton-tkg-1ec8bf9.patch │ │ │ │ ├── proton-tkg-1f3064c.patch │ │ │ │ ├── proton-tkg-20fff53.patch │ │ │ │ ├── proton-tkg-21f5597.patch │ │ │ │ ├── proton-tkg-22fa68b.patch │ │ │ │ ├── proton-tkg-2369657.patch │ │ │ │ ├── proton-tkg-24d791e.patch │ │ │ │ ├── proton-tkg-251262a.patch │ │ │ │ ├── proton-tkg-2633a5c.patch │ │ │ │ ├── proton-tkg-26ee913.patch │ │ │ │ ├── proton-tkg-2aad952.patch │ │ │ │ ├── proton-tkg-2cb4bdb.patch │ │ │ │ ├── proton-tkg-2f41d85.patch │ │ │ │ ├── proton-tkg-3681a68.patch │ │ │ │ ├── proton-tkg-36ac0c1.patch │ │ │ │ ├── proton-tkg-37be098.patch │ │ │ │ ├── proton-tkg-447924a.patch │ │ │ │ ├── proton-tkg-477ff7e.patch │ │ │ │ ├── proton-tkg-488a00c.patch │ │ │ │ ├── proton-tkg-48e6bf3.patch │ │ │ │ ├── proton-tkg-50798b1.patch │ │ │ │ ├── proton-tkg-50aeb5e.patch │ │ │ │ ├── proton-tkg-51ffea5.patch │ │ │ │ ├── proton-tkg-548bc54.patch │ │ │ │ ├── proton-tkg-5574c22.patch │ │ │ │ ├── proton-tkg-56a6bc8.patch │ │ │ │ ├── proton-tkg-5c009c1.patch │ │ │ │ ├── proton-tkg-5d82baf.patch │ │ │ │ ├── proton-tkg-60f11d2.patch │ │ │ │ ├── proton-tkg-619bd16.patch │ │ │ │ ├── proton-tkg-643538a.patch │ │ │ │ ├── proton-tkg-656edbb.patch │ │ │ │ ├── proton-tkg-65cff86.patch │ │ │ │ ├── proton-tkg-6b8cbfe.patch │ │ │ │ ├── proton-tkg-6ba7773.patch │ │ │ │ ├── proton-tkg-6d7828e.patch │ │ │ │ ├── proton-tkg-6f15875.patch │ │ │ │ ├── proton-tkg-72449b7.patch │ │ │ │ ├── proton-tkg-72c562c.patch │ │ │ │ ├── proton-tkg-74dc0c5.patch │ │ │ │ ├── proton-tkg-7a054a4a.patch │ │ │ │ ├── proton-tkg-7b17d70.patch │ │ │ │ ├── proton-tkg-7ba3c31.patch │ │ │ │ ├── proton-tkg-7c26c45.patch │ │ │ │ ├── proton-tkg-7ccb5df.patch │ │ │ │ ├── proton-tkg-7d67c41.patch │ │ │ │ ├── proton-tkg-7ef35b3.patch │ │ │ │ ├── proton-tkg-7f9eb22.patch │ │ │ │ ├── proton-tkg-8000b54.patch │ │ │ │ ├── proton-tkg-828304d.patch │ │ │ │ ├── proton-tkg-847db3c.patch │ │ │ │ ├── proton-tkg-850083d.patch │ │ │ │ ├── proton-tkg-863858d.patch │ │ │ │ ├── proton-tkg-86bc819.patch │ │ │ │ ├── proton-tkg-8714eb2.patch │ │ │ │ ├── proton-tkg-871f333.patch │ │ │ │ ├── proton-tkg-8898a69.patch │ │ │ │ ├── proton-tkg-89698cf.patch │ │ │ │ ├── proton-tkg-8abcae5.patch │ │ │ │ ├── proton-tkg-8c0ced8.patch │ │ │ │ ├── proton-tkg-8c5cf9c.patch │ │ │ │ ├── proton-tkg-8d25965.patch │ │ │ │ ├── proton-tkg-8dd04c7.patch │ │ │ │ ├── proton-tkg-90024e4.patch │ │ │ │ ├── proton-tkg-940c3b4.patch │ │ │ │ ├── proton-tkg-96aa7bc.patch │ │ │ │ ├── proton-tkg-96abde9.patch │ │ │ │ ├── proton-tkg-9d38c48.patch │ │ │ │ ├── proton-tkg-9e8fbda.patch │ │ │ │ ├── proton-tkg-a24bdfc.patch │ │ │ │ ├── proton-tkg-a302ab4.patch │ │ │ │ ├── proton-tkg-a34e8c2.patch │ │ │ │ ├── proton-tkg-aa82739.patch │ │ │ │ ├── proton-tkg-ae5ebea.patch │ │ │ │ ├── proton-tkg-af902c1.patch │ │ │ │ ├── proton-tkg-b4280a4.patch │ │ │ │ ├── proton-tkg-b7db0b5.patch │ │ │ │ ├── proton-tkg-b7fafab.patch │ │ │ │ ├── proton-tkg-b87256c.patch │ │ │ │ ├── proton-tkg-ba50573.patch │ │ │ │ ├── proton-tkg-bbf2836.patch │ │ │ │ ├── proton-tkg-bf8c5af.patch │ │ │ │ ├── proton-tkg-c14de4c.patch │ │ │ │ ├── proton-tkg-c6d85fc.patch │ │ │ │ ├── proton-tkg-c8832bf.patch │ │ │ │ ├── proton-tkg-ca89965.patch │ │ │ │ ├── proton-tkg-cebad42.patch │ │ │ │ ├── proton-tkg-d127a14.patch │ │ │ │ ├── proton-tkg-d17b118.patch │ │ │ │ ├── proton-tkg-d327527.patch │ │ │ │ ├── proton-tkg-d33cdb8.patch │ │ │ │ ├── proton-tkg-d4bb0c4.patch │ │ │ │ ├── proton-tkg-d806203.patch │ │ │ │ ├── proton-tkg-d8be858.patch │ │ │ │ ├── proton-tkg-d93137e.patch │ │ │ │ ├── proton-tkg-d94d1a8.patch │ │ │ │ ├── proton-tkg-ddc9ef1.patch │ │ │ │ ├── proton-tkg-de679af.patch │ │ │ │ ├── proton-tkg-dedd5cc.patch │ │ │ │ ├── proton-tkg-dfd5f10.patch │ │ │ │ ├── proton-tkg-e51ae86.patch │ │ │ │ ├── proton-tkg-e584050.patch │ │ │ │ ├── proton-tkg-e7b0b35.patch │ │ │ │ ├── proton-tkg-e843605.patch │ │ │ │ ├── proton-tkg-e900372.patch │ │ │ │ ├── proton-tkg-ea890c4.patch │ │ │ │ ├── proton-tkg-eafb4af.patch │ │ │ │ ├── proton-tkg-ec9f311.patch │ │ │ │ ├── proton-tkg-ee2ef01.patch │ │ │ │ ├── proton-tkg-f2371a8.patch │ │ │ │ ├── proton-tkg-fae940d.patch │ │ │ │ ├── proton-tkg-fbfc8df.patch │ │ │ │ ├── proton-tkg-fded20d.patch │ │ │ │ └── proton-tkg-fefe108.patch │ │ │ └── proton-tkg.patch │ │ ├── proton-tkg │ │ ├── proton-tkg-additions-0467b298.patch │ │ ├── proton-tkg-additions-19d2dc0.patch │ │ ├── proton-tkg-additions-1f90d03.patch │ │ ├── proton-tkg-additions-26f3edd4.patch │ │ ├── proton-tkg-additions-2bfe81e.patch │ │ ├── proton-tkg-additions-3c94236.patch │ │ ├── proton-tkg-additions-48e6bf3.patch │ │ ├── proton-tkg-additions-5d860f.patch │ │ ├── proton-tkg-additions-6be2138.patch │ │ ├── proton-tkg-additions-6bf3b55.patch │ │ ├── proton-tkg-additions-70c9239.patch │ │ ├── proton-tkg-additions-968ab4e7.patch │ │ ├── proton-tkg-additions-ad5cb83.patch │ │ ├── proton-tkg-additions-af902c1.patch │ │ ├── proton-tkg-additions-b862f2b.patch │ │ ├── proton-tkg-additions-c1b3a1d.patch │ │ ├── proton-tkg-additions-cb1c03.patch │ │ ├── proton-tkg-additions-cebad42.patch │ │ ├── proton-tkg-additions-e7ab780.patch │ │ ├── proton-tkg-additions.patch │ │ ├── proton-tkg-rpc.patch │ │ ├── proton-tkg-staging-rpc.patch │ │ └── staging │ │ │ ├── legacy │ │ │ ├── proton-tkg-staging-0027827.patch │ │ │ ├── proton-tkg-staging-0116660.patch │ │ │ ├── proton-tkg-staging-02e3327.patch │ │ │ ├── proton-tkg-staging-0556d9e.patch │ │ │ ├── proton-tkg-staging-05d0027.patch │ │ │ ├── proton-tkg-staging-0986c8a.patch │ │ │ ├── proton-tkg-staging-09f588e.patch │ │ │ ├── proton-tkg-staging-0bebbba.patch │ │ │ ├── proton-tkg-staging-0c6d042.patch │ │ │ ├── proton-tkg-staging-10dde32.patch │ │ │ ├── proton-tkg-staging-11daf18.patch │ │ │ ├── proton-tkg-staging-120505e.patch │ │ │ ├── proton-tkg-staging-14df018.patch │ │ │ ├── proton-tkg-staging-161f1b7.patch │ │ │ ├── proton-tkg-staging-1ec8bf9.patch │ │ │ ├── proton-tkg-staging-1f3064c.patch │ │ │ ├── proton-tkg-staging-20fff53.patch │ │ │ ├── proton-tkg-staging-21f5597.patch │ │ │ ├── proton-tkg-staging-22fa68b.patch │ │ │ ├── proton-tkg-staging-2369657.patch │ │ │ ├── proton-tkg-staging-24d791e.patch │ │ │ ├── proton-tkg-staging-251262a.patch │ │ │ ├── proton-tkg-staging-2633a5c.patch │ │ │ ├── proton-tkg-staging-26ee913.patch │ │ │ ├── proton-tkg-staging-2aad952.patch │ │ │ ├── proton-tkg-staging-2cb4bdb.patch │ │ │ ├── proton-tkg-staging-2f41d85.patch │ │ │ ├── proton-tkg-staging-3681a68.patch │ │ │ ├── proton-tkg-staging-36ac0c1.patch │ │ │ ├── proton-tkg-staging-37be098.patch │ │ │ ├── proton-tkg-staging-447924a.patch │ │ │ ├── proton-tkg-staging-477ff7e.patch │ │ │ ├── proton-tkg-staging-488a00c.patch │ │ │ ├── proton-tkg-staging-48e6bf3.patch │ │ │ ├── proton-tkg-staging-50798b1.patch │ │ │ ├── proton-tkg-staging-50aeb5e.patch │ │ │ ├── proton-tkg-staging-51ffea5.patch │ │ │ ├── proton-tkg-staging-548bc54.patch │ │ │ ├── proton-tkg-staging-5574c22.patch │ │ │ ├── proton-tkg-staging-56a6bc8.patch │ │ │ ├── proton-tkg-staging-59485f0.patch │ │ │ ├── proton-tkg-staging-5c009c1.patch │ │ │ ├── proton-tkg-staging-5d82baf.patch │ │ │ ├── proton-tkg-staging-60f11d2.patch │ │ │ ├── proton-tkg-staging-619bd16.patch │ │ │ ├── proton-tkg-staging-643538a.patch │ │ │ ├── proton-tkg-staging-656edbb.patch │ │ │ ├── proton-tkg-staging-65cff86.patch │ │ │ ├── proton-tkg-staging-6b8cbfe.patch │ │ │ ├── proton-tkg-staging-6ba7773.patch │ │ │ ├── proton-tkg-staging-6d7828e.patch │ │ │ ├── proton-tkg-staging-6f15875.patch │ │ │ ├── proton-tkg-staging-72449b7.patch │ │ │ ├── proton-tkg-staging-72c562c.patch │ │ │ ├── proton-tkg-staging-74dc0c5.patch │ │ │ ├── proton-tkg-staging-7a054a4a.patch │ │ │ ├── proton-tkg-staging-7b17d70.patch │ │ │ ├── proton-tkg-staging-7ba3c31.patch │ │ │ ├── proton-tkg-staging-7c26c45.patch │ │ │ ├── proton-tkg-staging-7ccb5df.patch │ │ │ ├── proton-tkg-staging-7d67c41.patch │ │ │ ├── proton-tkg-staging-7ef35b3.patch │ │ │ ├── proton-tkg-staging-7f9eb22.patch │ │ │ ├── proton-tkg-staging-8000b54.patch │ │ │ ├── proton-tkg-staging-828304d.patch │ │ │ ├── proton-tkg-staging-847db3c.patch │ │ │ ├── proton-tkg-staging-850083d.patch │ │ │ ├── proton-tkg-staging-863858d.patch │ │ │ ├── proton-tkg-staging-86bc819.patch │ │ │ ├── proton-tkg-staging-8714eb2.patch │ │ │ ├── proton-tkg-staging-871f333.patch │ │ │ ├── proton-tkg-staging-8898a69.patch │ │ │ ├── proton-tkg-staging-89698cf.patch │ │ │ ├── proton-tkg-staging-8abcae5.patch │ │ │ ├── proton-tkg-staging-8c0ced8.patch │ │ │ ├── proton-tkg-staging-8c5cf9c.patch │ │ │ ├── proton-tkg-staging-8d25965.patch │ │ │ ├── proton-tkg-staging-8dd04c7.patch │ │ │ ├── proton-tkg-staging-90024e4.patch │ │ │ ├── proton-tkg-staging-940c3b4.patch │ │ │ ├── proton-tkg-staging-96aa7bc.patch │ │ │ ├── proton-tkg-staging-96abde9.patch │ │ │ ├── proton-tkg-staging-9d38c48.patch │ │ │ ├── proton-tkg-staging-9e8fbda.patch │ │ │ ├── proton-tkg-staging-a24bdfc.patch │ │ │ ├── proton-tkg-staging-a302ab4.patch │ │ │ ├── proton-tkg-staging-a34e8c2.patch │ │ │ ├── proton-tkg-staging-aa82739.patch │ │ │ ├── proton-tkg-staging-ae5ebea.patch │ │ │ ├── proton-tkg-staging-af902c1.patch │ │ │ ├── proton-tkg-staging-b4280a4.patch │ │ │ ├── proton-tkg-staging-b7db0b5.patch │ │ │ ├── proton-tkg-staging-b7fafab.patch │ │ │ ├── proton-tkg-staging-b87256c.patch │ │ │ ├── proton-tkg-staging-ba50573.patch │ │ │ ├── proton-tkg-staging-bbf2836.patch │ │ │ ├── proton-tkg-staging-bf8c5af.patch │ │ │ ├── proton-tkg-staging-c14de4c.patch │ │ │ ├── proton-tkg-staging-c6d85fc.patch │ │ │ ├── proton-tkg-staging-c8832bf.patch │ │ │ ├── proton-tkg-staging-ca89965.patch │ │ │ ├── proton-tkg-staging-cebad42.patch │ │ │ ├── proton-tkg-staging-d127a14.patch │ │ │ ├── proton-tkg-staging-d17b118.patch │ │ │ ├── proton-tkg-staging-d327527.patch │ │ │ ├── proton-tkg-staging-d33cdb8.patch │ │ │ ├── proton-tkg-staging-d4bb0c4.patch │ │ │ ├── proton-tkg-staging-d806203.patch │ │ │ ├── proton-tkg-staging-d8be858.patch │ │ │ ├── proton-tkg-staging-d93137e.patch │ │ │ ├── proton-tkg-staging-d94d1a8.patch │ │ │ ├── proton-tkg-staging-ddc9ef1.patch │ │ │ ├── proton-tkg-staging-de679af.patch │ │ │ ├── proton-tkg-staging-dedd5cc.patch │ │ │ ├── proton-tkg-staging-dfd5f10.patch │ │ │ ├── proton-tkg-staging-e51ae86.patch │ │ │ ├── proton-tkg-staging-e584050.patch │ │ │ ├── proton-tkg-staging-e7b0b35.patch │ │ │ ├── proton-tkg-staging-e843605.patch │ │ │ ├── proton-tkg-staging-e900372.patch │ │ │ ├── proton-tkg-staging-ea890c4.patch │ │ │ ├── proton-tkg-staging-eafb4af.patch │ │ │ ├── proton-tkg-staging-ec9f311.patch │ │ │ ├── proton-tkg-staging-ee2ef01.patch │ │ │ ├── proton-tkg-staging-f2371a8.patch │ │ │ ├── proton-tkg-staging-fae940d.patch │ │ │ ├── proton-tkg-staging-fbfc8df.patch │ │ │ ├── proton-tkg-staging-fded20d.patch │ │ │ ├── proton-tkg-staging-fefe108.patch │ │ │ ├── proton-tkg-staging-nofsync-7a054a4a.patch │ │ │ ├── proton-tkg-staging-nofsync-c8832bf.patch │ │ │ ├── proton-tkg-staging-nofsync-cebad42.patch │ │ │ └── proton-tkg-staging-nofsync-fbfc8df.patch │ │ │ ├── proton-tkg-staging-nofsync.patch │ │ │ └── proton-tkg-staging.patch │ ├── proton-vk-bits-4.5 │ │ ├── legacy │ │ │ ├── proton-vk-bits-4.5-1e074c3.patch │ │ │ └── proton-vk-bits-4.5-408a5a8.patch │ │ ├── proton-vk-bits-4.5 │ │ └── proton-vk-bits-4.5.patch │ ├── proton-vr │ │ ├── legacy │ │ │ ├── proton-vr-12d33d2.patch │ │ │ ├── proton-vr-4413e94.patch │ │ │ ├── proton-vr-5bc6ab5.patch │ │ │ ├── proton-vr-656edbb.patch │ │ │ ├── proton-vr-7d20333.patch │ │ │ ├── proton-vr-831ff10.patch │ │ │ ├── proton-vr-857c418.patch │ │ │ ├── proton-vr-872dc83.patch │ │ │ ├── proton-vr-890877f.patch │ │ │ ├── proton-vr-8f5aa33.patch │ │ │ ├── proton-vr-9b220b8.patch │ │ │ ├── proton-vr-a6d74b.patch │ │ │ ├── proton-vr-bff6bc6.patch │ │ │ ├── proton-vr-c065b4f.patch │ │ │ ├── proton-vr-c736321.patch │ │ │ ├── proton-vr-cb4385e.patch │ │ │ ├── proton-vr-e447e86.patch │ │ │ ├── proton-vr-f6f6666.patch │ │ │ ├── proton-vr-fshack-5d62e56.patch │ │ │ ├── proton-vr-fshack-7d20333.patch │ │ │ ├── proton-vr-fshack-857c418.patch │ │ │ ├── proton-vr-fshack-872dc83.patch │ │ │ ├── proton-vr-fshack-9b220b8.patch │ │ │ ├── proton-vr-fshack-cb4385e.patch │ │ │ └── proton-vr-fshack-f6f6666.patch │ │ ├── proton-vr │ │ ├── proton-vr-fshack-shared-gpu-resources.patch │ │ ├── proton-vr-fshack.patch │ │ └── proton-vr.patch │ ├── proton-windows.gaming.input │ │ ├── legacy │ │ │ └── proton-windows.gaming.input.patch │ │ └── proton-windows.gaming.input │ ├── proton-wined3d-additions │ │ ├── proton-wined3d-additions │ │ └── proton-wined3d-additions.patch │ ├── proton_battleye │ │ ├── legacy │ │ │ ├── proton_battleye-15bf49b.patch │ │ │ ├── proton_battleye-acad495.patch │ │ │ └── proton_battleye-fd11535.patch │ │ ├── proton_battleye │ │ └── proton_battleye.patch │ └── proton_eac │ │ ├── legacy │ │ └── proton-eac_bridge-fd11535.patch │ │ ├── proton-eac_bridge.patch │ │ ├── proton_eac │ │ └── wow64_loader_hack.patch ├── proton │ ├── LAA │ │ ├── LAA │ │ ├── LAA-unix-staging-wow64.patch │ │ ├── LAA-unix-staging.patch │ │ ├── LAA-unix-wow64.patch │ │ ├── LAA-unix.patch │ │ └── legacy │ │ │ ├── LAA-18411a1.patch │ │ │ ├── LAA-608d086.patch │ │ │ ├── LAA-staging-18411a1.patch │ │ │ ├── LAA-staging-608d086.patch │ │ │ ├── LAA-staging.patch │ │ │ ├── LAA-unix-46d0da5.patch │ │ │ ├── LAA-unix-72c562c.patch │ │ │ ├── LAA-unix-7512c53.patch │ │ │ ├── LAA-unix-a81c535.patch │ │ │ ├── LAA-unix-ac3ec2d.patch │ │ │ ├── LAA-unix-ea6308e.patch │ │ │ ├── LAA-unix-ee147d9.patch │ │ │ ├── LAA-unix-f9f23e1.patch │ │ │ ├── LAA-unix-staging-46d0da5.patch │ │ │ ├── LAA-unix-staging-72c562c.patch │ │ │ ├── LAA-unix-staging-7512c53.patch │ │ │ ├── LAA-unix-staging-a81c535.patch │ │ │ ├── LAA-unix-staging-ac3ec2d.patch │ │ │ ├── LAA-unix-staging-ea6308e.patch │ │ │ ├── LAA-unix-staging-ee147d9.patch │ │ │ ├── LAA-unix-staging-f9f23e1.patch │ │ │ ├── LAA.patch │ │ │ ├── legacy-LAA-staging.patch │ │ │ └── legacy-LAA.patch │ ├── esync │ │ ├── esync │ │ ├── esync-unix-mainline.patch │ │ └── legacy │ │ │ ├── esync-unix-mainline-10ca57f.patch │ │ │ ├── esync-unix-mainline-18f414ef.patch │ │ │ ├── esync-unix-mainline-2084fbd.patch │ │ │ ├── esync-unix-mainline-2a132a1.patch │ │ │ ├── esync-unix-mainline-2b6426d.patch │ │ │ ├── esync-unix-mainline-3100197.patch │ │ │ ├── esync-unix-mainline-3c9b537.patch │ │ │ ├── esync-unix-mainline-3fb4d1f.patch │ │ │ ├── esync-unix-mainline-4161e62e.patch │ │ │ ├── esync-unix-mainline-44699c3.patch │ │ │ ├── esync-unix-mainline-459d376.patch │ │ │ ├── esync-unix-mainline-58fbaf92.patch │ │ │ ├── esync-unix-mainline-5b56bad.patch │ │ │ ├── esync-unix-mainline-64cfcc1.patch │ │ │ ├── esync-unix-mainline-6a9e193.patch │ │ │ ├── esync-unix-mainline-6b277dc.patch │ │ │ ├── esync-unix-mainline-6c8500d.patch │ │ │ ├── esync-unix-mainline-6fdae19.patch │ │ │ ├── esync-unix-mainline-731339c.patch │ │ │ ├── esync-unix-mainline-751a332.patch │ │ │ ├── esync-unix-mainline-7b17d107.patch │ │ │ ├── esync-unix-mainline-7bdc1d6.patch │ │ │ ├── esync-unix-mainline-7f53ca7.patch │ │ │ ├── esync-unix-mainline-816b588.patch │ │ │ ├── esync-unix-mainline-8d6c33c.patch │ │ │ ├── esync-unix-mainline-9305ac2.patch │ │ │ ├── esync-unix-mainline-962017be.patch │ │ │ ├── esync-unix-mainline-9e945c8.patch │ │ │ ├── esync-unix-mainline-9f0ae8c.patch │ │ │ ├── esync-unix-mainline-a0a6246.patch │ │ │ ├── esync-unix-mainline-a87bafc.patch │ │ │ ├── esync-unix-mainline-af4378d.patch │ │ │ ├── esync-unix-mainline-c14de4c.patch │ │ │ ├── esync-unix-mainline-c1a042c.patch │ │ │ ├── esync-unix-mainline-c43b1ec.patch │ │ │ ├── esync-unix-mainline-c6f2aac.patch │ │ │ ├── esync-unix-mainline-cebad42.patch │ │ │ ├── esync-unix-mainline-d5f2344.patch │ │ │ ├── esync-unix-mainline-d6ef940.patch │ │ │ ├── esync-unix-mainline-d945eb4.patch │ │ │ ├── esync-unix-mainline-dd88279.patch │ │ │ ├── esync-unix-mainline-e01b708.patch │ │ │ ├── esync-unix-mainline-e3001b6.patch │ │ │ ├── esync-unix-mainline-f076e5f.patch │ │ │ ├── esync-unix-mainline-fd3de90.patch │ │ │ ├── esync-unix-staging-c14de4c.patch │ │ │ ├── esync-unix-staging.patch │ │ │ └── legacy-compat-esync │ │ │ ├── esync-compat-fixes-r1.1.patch │ │ │ ├── esync-compat-fixes-r1.patch │ │ │ ├── esync-compat-fixes-r2.1.patch │ │ │ ├── esync-compat-fixes-r2.patch │ │ │ ├── esync-compat-fixes-r3.1.patch │ │ │ ├── esync-compat-fixes-r3.10.patch │ │ │ ├── esync-compat-fixes-r3.11.patch │ │ │ ├── esync-compat-fixes-r3.12.patch │ │ │ ├── esync-compat-fixes-r3.13.patch │ │ │ ├── esync-compat-fixes-r3.14.patch │ │ │ ├── esync-compat-fixes-r3.15.patch │ │ │ ├── esync-compat-fixes-r3.16.patch │ │ │ ├── esync-compat-fixes-r3.2.patch │ │ │ ├── esync-compat-fixes-r3.3.patch │ │ │ ├── esync-compat-fixes-r3.4.patch │ │ │ ├── esync-compat-fixes-r3.5.patch │ │ │ ├── esync-compat-fixes-r3.6.patch │ │ │ ├── esync-compat-fixes-r3.7.patch │ │ │ ├── esync-compat-fixes-r3.8.patch │ │ │ ├── esync-compat-fixes-r3.9.patch │ │ │ ├── esync-compat-fixes-r3.patch │ │ │ ├── esync-no_alloc_handle.patch │ │ │ ├── esync-no_kernel_obj_list.patch │ │ │ ├── esync-staging-fixes-r1.patch │ │ │ ├── esync-staging-fixes-r2.patch │ │ │ └── esync-staging-fixes-r3.patch │ ├── fsync │ │ ├── fsync │ │ ├── fsync-spincounts.patch │ │ ├── fsync-staging-no_alloc_handle.patch │ │ ├── fsync-unix-mainline.patch │ │ ├── fsync-unix-staging.patch │ │ ├── fsync_futex_waitv.patch │ │ ├── legacy │ │ │ ├── fsync-mainline-2633a5c.patch │ │ │ ├── fsync-mainline-40e849f.patch │ │ │ ├── fsync-mainline-608d086.patch │ │ │ ├── fsync-mainline-8701260.patch │ │ │ ├── fsync-mainline-e5030a4.patch │ │ │ ├── fsync-mainline-fc17535.patch │ │ │ ├── fsync-mainline.patch │ │ │ ├── fsync-staging-2633a5c.patch │ │ │ ├── fsync-staging-27a52d0.patch │ │ │ ├── fsync-staging-40e849f.patch │ │ │ ├── fsync-staging-608d086.patch │ │ │ ├── fsync-staging-8701260.patch │ │ │ ├── fsync-staging-cf04b8d.patch │ │ │ ├── fsync-staging-e5030a4.patch │ │ │ ├── fsync-staging-fc17535.patch │ │ │ ├── fsync-staging.patch │ │ │ ├── fsync-unix-mainline-10ca57f.patch │ │ │ ├── fsync-unix-mainline-18895d05.patch │ │ │ ├── fsync-unix-mainline-18f414ef.patch │ │ │ ├── fsync-unix-mainline-2b6426d.patch │ │ │ ├── fsync-unix-mainline-3100197.patch │ │ │ ├── fsync-unix-mainline-44699c3.patch │ │ │ ├── fsync-unix-mainline-459d376.patch │ │ │ ├── fsync-unix-mainline-5b56bad.patch │ │ │ ├── fsync-unix-mainline-731339c.patch │ │ │ ├── fsync-unix-mainline-7bdc1d6.patch │ │ │ ├── fsync-unix-mainline-8d6c33c.patch │ │ │ ├── fsync-unix-mainline-962017be.patch │ │ │ ├── fsync-unix-mainline-af4378d.patch │ │ │ ├── fsync-unix-mainline-c14de4c.patch │ │ │ ├── fsync-unix-mainline-c1a042c.patch │ │ │ ├── fsync-unix-mainline-c6f2aac.patch │ │ │ ├── fsync-unix-mainline-cebad42.patch │ │ │ ├── fsync-unix-mainline-d5f2344.patch │ │ │ ├── fsync-unix-mainline-d6ef940.patch │ │ │ ├── fsync-unix-mainline-d945eb4.patch │ │ │ ├── fsync-unix-mainline-e01b708.patch │ │ │ ├── fsync-unix-mainline-e3001b6.patch │ │ │ ├── fsync-unix-staging-10ca57f.patch │ │ │ ├── fsync-unix-staging-18895d05.patch │ │ │ ├── fsync-unix-staging-18f414ef.patch │ │ │ ├── fsync-unix-staging-2b6426d.patch │ │ │ ├── fsync-unix-staging-3100197.patch │ │ │ ├── fsync-unix-staging-37e7038.patch │ │ │ ├── fsync-unix-staging-44699c3.patch │ │ │ ├── fsync-unix-staging-459d376.patch │ │ │ ├── fsync-unix-staging-5b56bad.patch │ │ │ ├── fsync-unix-staging-626870a.patch │ │ │ ├── fsync-unix-staging-731339c.patch │ │ │ ├── fsync-unix-staging-7bdc1d6.patch │ │ │ ├── fsync-unix-staging-7f53ca7.patch │ │ │ ├── fsync-unix-staging-8d6c33c.patch │ │ │ ├── fsync-unix-staging-962017be.patch │ │ │ ├── fsync-unix-staging-af4378d.patch │ │ │ ├── fsync-unix-staging-c14de4c.patch │ │ │ ├── fsync-unix-staging-c1a042c.patch │ │ │ ├── fsync-unix-staging-c6f2aac.patch │ │ │ ├── fsync-unix-staging-cebad42.patch │ │ │ ├── fsync-unix-staging-d5f2344.patch │ │ │ ├── fsync-unix-staging-d6ef940.patch │ │ │ ├── fsync-unix-staging-d945eb4.patch │ │ │ ├── fsync-unix-staging-e01b708.patch │ │ │ ├── fsync-unix-staging-e3001b6.patch │ │ │ ├── fsync-unix-staging-fd3de90.patch │ │ │ ├── fsync_futex2.patch │ │ │ ├── fsync_futex_waitv-013ec6e.patch │ │ │ ├── fsync_futex_waitv-59485f0.patch │ │ │ ├── fsync_futex_waitv-5b56bad.patch │ │ │ ├── fsync_futex_waitv-69910d3.patch │ │ │ ├── fsync_futex_waitv-bae3769.patch │ │ │ ├── fsync_futex_waitv-d5f2344.patch │ │ │ ├── server_Abort_waiting_on_a_completion_port_when_closing_it-c6f2aac.patch │ │ │ ├── server_Abort_waiting_on_a_completion_port_when_closing_it-d6ef940.patch │ │ │ ├── server_Abort_waiting_on_a_completion_port_when_closing_it-no_alloc_handle-c6f2aac.patch │ │ │ ├── server_Abort_waiting_on_a_completion_port_when_closing_it-no_alloc_handle-d6ef940.patch │ │ │ └── server_Abort_waiting_on_a_completion_port_when_closing_it-no_alloc_handle.patch │ │ └── server_Abort_waiting_on_a_completion_port_when_closing_it.patch │ ├── msvcrt_nativebuiltin │ │ ├── legacy │ │ │ ├── msvcrt_nativebuiltin-51ffea5a.patch │ │ │ └── msvcrt_nativebuiltin-eafb4aff.patch │ │ ├── msvcrt_nativebuiltin │ │ ├── msvcrt_nativebuiltin.patch │ │ └── msvcrt_nativebuiltin_mainline.patch │ ├── proton-bcrypt │ │ ├── legacy │ │ │ ├── proton-bcrypt-staging-3db37dc.patch │ │ │ └── proton-bcrypt-staging-b3cd21c.patch │ │ ├── proton-bcrypt │ │ └── proton-bcrypt-staging.patch │ ├── proton-mf-patch │ │ ├── gstreamer-patch1.patch │ │ ├── gstreamer-patch2-non-staging.patch │ │ ├── gstreamer-patch2.patch │ │ ├── legacy │ │ │ ├── gstreamer-patch1-7f833db1.patch │ │ │ └── gstreamer-patch2-7f833db1.patch │ │ └── proton-mf-patch │ ├── proton-rawinput │ │ ├── legacy │ │ │ ├── proton-rawinput-19c6524.patch │ │ │ ├── proton-rawinput-27a52d0.patch │ │ │ ├── proton-rawinput-306c40e.patch │ │ │ ├── proton-rawinput-3a9edf9.patch │ │ │ ├── proton-rawinput-74dc0c5.patch │ │ │ ├── proton-rawinput-d5fd3c8.patch │ │ │ └── proton-rawinput-dbe7694.patch │ │ ├── proton-rawinput │ │ └── proton-rawinput.patch │ ├── proton-tabtip │ │ ├── legacy │ │ │ └── proton-tabtip-26637de.patch │ │ ├── proton-tabtip │ │ └── proton-tabtip.patch │ ├── proton-win10-default │ │ ├── legacy │ │ │ ├── proton-win10-default-3ec7c46.patch │ │ │ ├── proton-win10-default-595600b.patch │ │ │ ├── proton-win10-default-69154f0.patch │ │ │ ├── proton-win10-default-863858d.patch │ │ │ ├── proton-win10-default-87f41e6.patch │ │ │ ├── proton-win10-default-956e580.patch │ │ │ ├── proton-win10-default-c3d6419.patch │ │ │ ├── proton-win10-default-c89ce41.patch │ │ │ ├── proton-win10-default-d02d502.patch │ │ │ ├── proton-win10-default-e13d546.patch │ │ │ ├── proton-win10-default-e8b0c92.patch │ │ │ ├── proton-win10-default-fd00d8e.patch │ │ │ ├── proton-win10-default-staging-3926355.patch │ │ │ ├── proton-win10-default-staging-3ec7c46.patch │ │ │ ├── proton-win10-default-staging-595600b.patch │ │ │ ├── proton-win10-default-staging-69154f0.patch │ │ │ ├── proton-win10-default-staging-87f41e6.patch │ │ │ ├── proton-win10-default-staging-c89ce41.patch │ │ │ └── proton-win10-default-staging-d02d502.patch │ │ ├── proton-win10-default │ │ └── proton-win10-default.patch │ ├── proton-winevulkan │ │ ├── legacy │ │ │ ├── proton-winevulkan-086c686.patch │ │ │ ├── proton-winevulkan-1e074c3.patch │ │ │ ├── proton-winevulkan-221995a.patch │ │ │ ├── proton-winevulkan-380b7f2.patch │ │ │ ├── proton-winevulkan-408a5a8.patch │ │ │ ├── proton-winevulkan-594814c.patch │ │ │ ├── proton-winevulkan-7b1622d.patch │ │ │ ├── proton-winevulkan-8285f61.patch │ │ │ ├── proton-winevulkan-88da78e.patch │ │ │ ├── proton-winevulkan-8bd6223.patch │ │ │ ├── proton-winevulkan-9561af9.patch │ │ │ ├── proton-winevulkan-bdeae71.patch │ │ │ ├── proton-winevulkan-bff6bc6.patch │ │ │ ├── proton-winevulkan-c681a07.patch │ │ │ ├── proton-winevulkan-d2f552d.patch │ │ │ ├── proton-winevulkan-eb9f3dd.patch │ │ │ ├── proton-winevulkan-fc89348.patch │ │ │ ├── proton-winevulkan-nofshack-086c686.patch │ │ │ ├── proton-winevulkan-nofshack-1e074c3.patch │ │ │ ├── proton-winevulkan-nofshack-380b7f2.patch │ │ │ ├── proton-winevulkan-nofshack-408a5a8.patch │ │ │ ├── proton-winevulkan-nofshack-594814c.patch │ │ │ ├── proton-winevulkan-nofshack-7b1622d.patch │ │ │ ├── proton-winevulkan-nofshack-7d8c50e.patch │ │ │ ├── proton-winevulkan-nofshack-88da78e.patch │ │ │ ├── proton-winevulkan-nofshack-8bd6223.patch │ │ │ ├── proton-winevulkan-nofshack-bdeae71.patch │ │ │ ├── proton-winevulkan-nofshack-bff6bc6.patch │ │ │ ├── proton-winevulkan-nofshack-c681a07.patch │ │ │ ├── proton-winevulkan-nofshack-d2f552d.patch │ │ │ ├── proton-winevulkan-nofshack-eb9f3dd.patch │ │ │ └── proton-winevulkan-nofshack-fc89348.patch │ │ ├── proton-winevulkan │ │ ├── proton-winevulkan-nofshack.patch │ │ ├── proton-winevulkan.patch │ │ ├── proton10-winevulkan.patch │ │ └── vulkan-1-Prefer-builtin.patch │ ├── proton_mf_hacks │ │ ├── legacy │ │ │ ├── proton_mf_hacks-120505e.patch │ │ │ ├── proton_mf_hacks-7c5fcff.patch │ │ │ ├── proton_mf_hacks-e308d81.patch │ │ │ └── proton_mf_hacks-f540d16.patch │ │ ├── proton_mf_hacks │ │ └── proton_mf_hacks.patch │ ├── shared-gpu-resources │ │ ├── legacy │ │ │ ├── sharedgpures-395061e.patch │ │ │ ├── sharedgpures-d493fab.patch │ │ │ ├── sharedgpures-df8fc0b.patch │ │ │ ├── sharedgpures-e553be7.patch │ │ │ ├── sharedgpures-f3bf306.patch │ │ │ ├── sharedgpures-fences-36f5da51.patch │ │ │ ├── sharedgpures-fences-8319999.patch │ │ │ ├── sharedgpures-fences-c65bfc0.patch │ │ │ ├── sharedgpures-fixup-6f8990b.patch │ │ │ ├── sharedgpures-fixup-76db4b2.patch │ │ │ ├── sharedgpures-fixup-f3bf306.patch │ │ │ ├── sharedgpures-fshack-d493fab.patch │ │ │ ├── sharedgpures-fshack-df8fc0b.patch │ │ │ ├── sharedgpures-fshack-f3bf306.patch │ │ │ └── sharedgpures-textures-c65bfc0.patch │ │ ├── shared-gpu-resources │ │ ├── sharedgpures-driver.patch │ │ ├── sharedgpures-fences.patch │ │ ├── sharedgpures-fixup-staging.patch │ │ ├── sharedgpures-fixup.patch │ │ └── sharedgpures-textures.patch │ ├── use_clock_monotonic │ │ ├── legacy │ │ │ └── use_clock_monotonic-de679af.patch │ │ ├── use_clock_monotonic │ │ ├── use_clock_monotonic-2.patch │ │ └── use_clock_monotonic.patch │ └── valve_proton_fullscreen_hack │ │ ├── FS_bypass_compositor │ │ ├── FS_bypass_compositor-disabler.patch │ │ ├── FS_bypass_compositor.patch │ │ ├── legacy │ │ ├── valve_proton_fullscreen_hack-086c686.patch │ │ ├── valve_proton_fullscreen_hack-1e074c3.patch │ │ ├── valve_proton_fullscreen_hack-314cd9c.patch │ │ ├── valve_proton_fullscreen_hack-3db619d.patch │ │ ├── valve_proton_fullscreen_hack-408a5a8.patch │ │ ├── valve_proton_fullscreen_hack-594814c.patch │ │ ├── valve_proton_fullscreen_hack-5dd03cb.patch │ │ ├── valve_proton_fullscreen_hack-707fcb9.patch │ │ ├── valve_proton_fullscreen_hack-74dc0c5.patch │ │ ├── valve_proton_fullscreen_hack-af3d292.patch │ │ ├── valve_proton_fullscreen_hack-b0e2d04.patch │ │ ├── valve_proton_fullscreen_hack-staging-011fabb.patch │ │ ├── valve_proton_fullscreen_hack-staging-086c686.patch │ │ ├── valve_proton_fullscreen_hack-staging-0cb79db.patch │ │ ├── valve_proton_fullscreen_hack-staging-0f972e2.patch │ │ ├── valve_proton_fullscreen_hack-staging-1c1fe30.patch │ │ ├── valve_proton_fullscreen_hack-staging-1e074c3.patch │ │ ├── valve_proton_fullscreen_hack-staging-211da18.patch │ │ ├── valve_proton_fullscreen_hack-staging-314cd9c.patch │ │ ├── valve_proton_fullscreen_hack-staging-3db619d.patch │ │ ├── valve_proton_fullscreen_hack-staging-408a5a8.patch │ │ ├── valve_proton_fullscreen_hack-staging-439fb25.patch │ │ ├── valve_proton_fullscreen_hack-staging-454712a.patch │ │ ├── valve_proton_fullscreen_hack-staging-548bc54.patch │ │ ├── valve_proton_fullscreen_hack-staging-57bb5cc.patch │ │ ├── valve_proton_fullscreen_hack-staging-594814c.patch │ │ ├── valve_proton_fullscreen_hack-staging-5dd03cb.patch │ │ ├── valve_proton_fullscreen_hack-staging-62cb6ac.patch │ │ ├── valve_proton_fullscreen_hack-staging-656edbb.patch │ │ ├── valve_proton_fullscreen_hack-staging-6d04e6c.patch │ │ ├── valve_proton_fullscreen_hack-staging-6e87235.patch │ │ ├── valve_proton_fullscreen_hack-staging-707fcb9.patch │ │ ├── valve_proton_fullscreen_hack-staging-74dc0c5.patch │ │ ├── valve_proton_fullscreen_hack-staging-78ecbc4.patch │ │ ├── valve_proton_fullscreen_hack-staging-7cc69d7.patch │ │ ├── valve_proton_fullscreen_hack-staging-7e736b5.patch │ │ ├── valve_proton_fullscreen_hack-staging-7f18df4.patch │ │ ├── valve_proton_fullscreen_hack-staging-8285f61.patch │ │ ├── valve_proton_fullscreen_hack-staging-82c6ec3.patch │ │ ├── valve_proton_fullscreen_hack-staging-8a8b517.patch │ │ ├── valve_proton_fullscreen_hack-staging-938dddf.patch │ │ ├── valve_proton_fullscreen_hack-staging-9561af9.patch │ │ ├── valve_proton_fullscreen_hack-staging-a24bdfc.patch │ │ ├── valve_proton_fullscreen_hack-staging-a27d5ba.patch │ │ ├── valve_proton_fullscreen_hack-staging-a4b9460.patch │ │ ├── valve_proton_fullscreen_hack-staging-a71e4cd.patch │ │ ├── valve_proton_fullscreen_hack-staging-a7ec245.patch │ │ ├── valve_proton_fullscreen_hack-staging-a831aa1.patch │ │ ├── valve_proton_fullscreen_hack-staging-a92ab08.patch │ │ ├── valve_proton_fullscreen_hack-staging-aee91dc.patch │ │ ├── valve_proton_fullscreen_hack-staging-af3d292.patch │ │ ├── valve_proton_fullscreen_hack-staging-b0e2d04.patch │ │ ├── valve_proton_fullscreen_hack-staging-c9c7130.patch │ │ ├── valve_proton_fullscreen_hack-staging-d1290b6.patch │ │ ├── valve_proton_fullscreen_hack-staging-de64501.patch │ │ ├── valve_proton_fullscreen_hack-staging-f46c4a3.patch │ │ └── valve_proton_fullscreen_hack_realmodes.patch │ │ ├── proton_fs_hack_integer_scaling.patch │ │ ├── valve_proton_fullscreen_hack │ │ ├── valve_proton_fullscreen_hack-staging.patch │ │ └── valve_proton_fullscreen_hack.patch ├── reverts └── staging_fixes ├── wine-tkg-profiles ├── advanced-customization.cfg ├── chaotic-staging.cfg ├── chaotic-upstream.cfg ├── legacy │ ├── legacy-options.cfg │ ├── wine-tkg-valve-70.cfg │ ├── wine-tkg-valve-80.cfg │ ├── wine-tkg-valve-90.cfg │ ├── wine-tkg-valve-exp-70.cfg │ ├── wine-tkg-valve-exp-80.cfg │ └── wine-tkg-valve-exp-90.cfg ├── sample-external-config.cfg ├── wine-tkg-default-tkg.cfg ├── wine-tkg-lutris.changelog ├── wine-tkg-mainline.cfg ├── wine-tkg-protonified.cfg ├── wine-tkg-staging.cfg ├── wine-tkg-valve-exp-bleeding.cfg ├── wine-tkg-valve-exp.cfg ├── wine-tkg-valve.cfg └── wine-tkg.cfg ├── wine-tkg-scripts ├── Makefile.single ├── build-32.sh ├── build-64.sh ├── build.sh ├── deps ├── package-debian.sh ├── prepare.sh ├── wine-tkg ├── wine-tkg-interactive └── wine64-tkg ├── wine-tkg-userpatches ├── README.md ├── do-not-prompt-for-mono-install.mypatch ├── implement-unix-pid-maps-in-winedbg.mypatch ├── lsteamclient_pid_hack.lsc ├── lsteamclient_reg_hack.lsc ├── lsteamclient_trampolines.lsc ├── make-HideWineExports-opt-out.mypatch └── proton-ntdll-Strip-gameoverlayrenderer.so.mypatch └── wine.install /.dir-locals.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.dir-locals.el -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/proton-arch-nopackage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/proton-arch-nopackage.yml -------------------------------------------------------------------------------- /.github/workflows/proton-arch-ntsync-nopackage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/proton-arch-ntsync-nopackage.yml -------------------------------------------------------------------------------- /.github/workflows/proton-arch.yml.nope: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/proton-arch.yml.nope -------------------------------------------------------------------------------- /.github/workflows/proton-ubuntu-nopackage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/proton-ubuntu-nopackage.yml -------------------------------------------------------------------------------- /.github/workflows/proton-valvexbe-arch-nopackage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/proton-valvexbe-arch-nopackage.yml -------------------------------------------------------------------------------- /.github/workflows/wine-arch-lsteamclient.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/wine-arch-lsteamclient.yml -------------------------------------------------------------------------------- /.github/workflows/wine-arch-ntsync.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/wine-arch-ntsync.yml -------------------------------------------------------------------------------- /.github/workflows/wine-arch-ow2test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/wine-arch-ow2test.yml -------------------------------------------------------------------------------- /.github/workflows/wine-arch.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/wine-arch.yml -------------------------------------------------------------------------------- /.github/workflows/wine-fedora-lsteamclient.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/wine-fedora-lsteamclient.yml -------------------------------------------------------------------------------- /.github/workflows/wine-fedora.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/wine-fedora.yml -------------------------------------------------------------------------------- /.github/workflows/wine-ubuntu-lsteamclient.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/wine-ubuntu-lsteamclient.yml -------------------------------------------------------------------------------- /.github/workflows/wine-ubuntu.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/wine-ubuntu.yml -------------------------------------------------------------------------------- /.github/workflows/wine-valvexbe-pacman.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/wine-valvexbe-pacman.yml -------------------------------------------------------------------------------- /.github/workflows/wine-valvexbe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.github/workflows/wine-valvexbe.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/README.md -------------------------------------------------------------------------------- /proton-tkg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/PKGBUILD -------------------------------------------------------------------------------- /proton-tkg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/README.md -------------------------------------------------------------------------------- /proton-tkg/proton-tkg-profiles/advanced-customization.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton-tkg-profiles/advanced-customization.cfg -------------------------------------------------------------------------------- /proton-tkg/proton-tkg-profiles/legacy/legacy-options.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton-tkg-profiles/legacy/legacy-options.cfg -------------------------------------------------------------------------------- /proton-tkg/proton-tkg-profiles/sample-external-config.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton-tkg-profiles/sample-external-config.cfg -------------------------------------------------------------------------------- /proton-tkg/proton-tkg-userpatches/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton-tkg-userpatches/README.md -------------------------------------------------------------------------------- /proton-tkg/proton-tkg-userpatches/gstlibav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton-tkg-userpatches/gstlibav -------------------------------------------------------------------------------- /proton-tkg/proton-tkg-userpatches/gstreamer-bad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton-tkg-userpatches/gstreamer-bad -------------------------------------------------------------------------------- /proton-tkg/proton-tkg-userpatches/gstreamer-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton-tkg-userpatches/gstreamer-base -------------------------------------------------------------------------------- /proton-tkg/proton-tkg-userpatches/gstreamer-ugly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton-tkg-userpatches/gstreamer-ugly -------------------------------------------------------------------------------- /proton-tkg/proton-tkg.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton-tkg.cfg -------------------------------------------------------------------------------- /proton-tkg/proton-tkg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton-tkg.sh -------------------------------------------------------------------------------- /proton-tkg/proton_template/LiberationMono-Regular.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/LiberationMono-Regular.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/conf/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/conf/LICENSE -------------------------------------------------------------------------------- /proton-tkg/proton_template/conf/compatibilitytool.vdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/conf/compatibilitytool.vdf -------------------------------------------------------------------------------- /proton-tkg/proton_template/conf/filelock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/conf/filelock.py -------------------------------------------------------------------------------- /proton-tkg/proton_template/conf/proton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/conf/proton -------------------------------------------------------------------------------- /proton-tkg/proton_template/conf/proton_3.7_tracked_files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/conf/proton_3.7_tracked_files -------------------------------------------------------------------------------- /proton-tkg/proton_template/conf/toolmanifest.vdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/conf/toolmanifest.vdf -------------------------------------------------------------------------------- /proton-tkg/proton_template/conf/user_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/conf/user_settings.py -------------------------------------------------------------------------------- /proton-tkg/proton_template/default_pfx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/default_pfx.py -------------------------------------------------------------------------------- /proton-tkg/proton_template/dxvk_config_support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/dxvk_config_support.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/dxvk_minimald3d10.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/dxvk_minimald3d10.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/ffmpeg_binutils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/ffmpeg_binutils.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/gstreamer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/gstreamer.sh -------------------------------------------------------------------------------- /proton-tkg/proton_template/makepkg_adjustments.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/makepkg_adjustments.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/new_lib_paths.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/new_lib_paths.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/pefixup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/pefixup.py -------------------------------------------------------------------------------- /proton-tkg/proton_template/share/winetricks/winetricks_runner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/share/winetricks/winetricks_runner -------------------------------------------------------------------------------- /proton-tkg/proton_template/steamclient-remove-library.h-dep.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/steamclient-remove-library.h-dep.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/steamhelper_PROCESSINFOCLASS.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/steamhelper_PROCESSINFOCLASS.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/steamhelper_remove__wine_make_process_system.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/steamhelper_remove__wine_make_process_system.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/steamhelper_remove__wine_make_process_system2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/steamhelper_remove__wine_make_process_system2.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/steamhelper_revert_openvr-support-legacy.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/steamhelper_revert_openvr-support-legacy.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/steamhelper_revert_openvr-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/steamhelper_revert_openvr-support.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/steampipe_fixups.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/steampipe_fixups.py -------------------------------------------------------------------------------- /proton-tkg/proton_template/vr-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/vr-support.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/vrclient-remove-library.h-dep.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/vrclient-remove-library.h-dep.patch -------------------------------------------------------------------------------- /proton-tkg/proton_template/wow64_paths.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/proton-tkg/proton_template/wow64_paths.patch -------------------------------------------------------------------------------- /wine-tkg-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/PKGBUILD -------------------------------------------------------------------------------- /wine-tkg-git/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/README.md -------------------------------------------------------------------------------- /wine-tkg-git/customization.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/customization.cfg -------------------------------------------------------------------------------- /wine-tkg-git/lsteamclient/x86_64-unix/lsteamclient.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/lsteamclient/x86_64-unix/lsteamclient.so -------------------------------------------------------------------------------- /wine-tkg-git/lsteamclient/x86_64-windows/lsteamclient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/lsteamclient/x86_64-windows/lsteamclient.dll -------------------------------------------------------------------------------- /wine-tkg-git/non-makepkg-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/non-makepkg-build.sh -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/assettocorsa_hud_perf/assettocorsa_hud_perf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/assettocorsa_hud_perf/assettocorsa_hud_perf -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/f4skyrimse-fix/f4skyrimse-fix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/f4skyrimse-fix/f4skyrimse-fix -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/f4skyrimse-fix/legacy/f4skyrimse-fix-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/f4skyrimse-fix/legacy/f4skyrimse-fix-1.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/f4skyrimse-fix/legacy/f4skyrimse-fix-2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/f4skyrimse-fix/legacy/f4skyrimse-fix-2.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-0c249e6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-0c249e6.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-2ea3e40.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-2ea3e40.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-548bc54.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-548bc54.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-75fb68e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-75fb68e.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-78e9b02.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-78e9b02.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-7c39ce0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-7c39ce0.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-84d85ad.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-84d85ad.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-8504e40.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-8504e40.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-89af635.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-89af635.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-b1c748c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-b1c748c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-fb7cc99.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mk11/legacy/mk11-fb7cc99.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mk11/mk11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mk11/mk11 -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mk11/mk11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mk11/mk11.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mtga/legacy/mtga-legacy-addition.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mtga/legacy/mtga-legacy-addition.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mtga/legacy/mtga-legacy.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mtga/legacy/mtga-legacy.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mtga/legacy/mtga-mainline-c3fac6e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mtga/legacy/mtga-mainline-c3fac6e.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mtga/legacy/mtga-staging-c3fac6e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mtga/legacy/mtga-staging-c3fac6e.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mtga/mtga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mtga/mtga -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mtga/mtga-legacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mtga/mtga-legacy -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mtga/mtga-mainline.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mtga/mtga-mainline.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mtga/mtga-staging.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mtga/mtga-staging.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mwo/mwo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mwo/mwo -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/mwo/mwo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/mwo/mwo.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/overwatch-mfstub/overwatch-mfstub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/overwatch-mfstub/overwatch-mfstub -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/poe-fix/legacy/poe-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/poe-fix/legacy/poe-fix.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/poe-fix/poe-fix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/poe-fix/poe-fix -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/quake_champions_fix/quake_champions_fix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/quake_champions_fix/quake_champions_fix -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/resident_evil_4_hack/resident_evil_4_hack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/resident_evil_4_hack/resident_evil_4_hack -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/sims_2-fix/legacy/sims_2-fix-4.2-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/sims_2-fix/legacy/sims_2-fix-4.2-.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/sims_2-fix/legacy/sims_2-fix-legacy.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/sims_2-fix/legacy/sims_2-fix-legacy.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/sims_2-fix/legacy/sims_2-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/sims_2-fix/legacy/sims_2-fix.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/sims_2-fix/sims_2-fix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/sims_2-fix/sims_2-fix -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/sims_3-oldnvidia/sims_3-oldnvidia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/sims_3-oldnvidia/sims_3-oldnvidia -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/sims_3-oldnvidia/sims_3-oldnvidia.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/sims_3-oldnvidia/sims_3-oldnvidia.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/game-specific/warframe-launcher/warframe-launcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/game-specific/warframe-launcher/warframe-launcher -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/01-non-patch-hotfixes/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/01-non-patch-hotfixes/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/001-SMBIOS-0720c6cf.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/001-SMBIOS-0720c6cf.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/001-ntdll_537bb7a8.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/001-ntdll_537bb7a8.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/001-user32_msvcrt.myearlypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/001-user32_msvcrt.myearlypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/002-SMBIOS-d29c33a3.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/002-SMBIOS-d29c33a3.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/002-ntdll_b7ccb9d0.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/002-ntdll_b7ccb9d0.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/003-1e7378d8-447bce41.myearlypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/003-1e7378d8-447bce41.myearlypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/Updated_wow64cpu-Wow64Transition.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/Updated_wow64cpu-Wow64Transition.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/ntdll-ThreadHideFromDebugger.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/ntdll-ThreadHideFromDebugger.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/origin_3078f10d_fix.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/origin_3078f10d_fix.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/x11drv1.mystagingrevert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/01150d7f/x11drv1.mystagingrevert -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/08cccb5/08cccb5.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/08cccb5/08cccb5.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/08cccb5/a608ef1.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/08cccb5/a608ef1.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/08cccb5/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/08cccb5/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/1e35966/gofman_hotfix.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/1e35966/gofman_hotfix.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/1e35966/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/1e35966/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/308a5e7c/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/308a5e7c/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/370a538e/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/370a538e/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/370a538e/xact-179-fixup.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/370a538e/xact-179-fixup.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/370a538e/xact-revert-179.myrevert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/370a538e/xact-revert-179.myrevert -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/414b31b/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/414b31b/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/414b31b/zeb-fb3956f-fix.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/414b31b/zeb-fb3956f-fix.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/EGS/dwmapi_EGS_fixup.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/EGS/dwmapi_EGS_fixup.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/EGS/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/EGS/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/GE-for-proton10/01-game-patch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/GE-for-proton10/01-game-patch.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/GE-for-proton10/02-wine-pending-patch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/GE-for-proton10/02-wine-pending-patch.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/GE-for-proton10/03-proton-ge-patch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/GE-for-proton10/03-proton-ge-patch.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/GE-for-proton10/04-dualsense-patch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/GE-for-proton10/04-dualsense-patch.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/game-patches/assettocorsa-hud.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/game-patches/assettocorsa-hud.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/game-patches/ealink_fixup.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/game-patches/ealink_fixup.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/game-patches/hotfix-guild_wars_2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/game-patches/hotfix-guild_wars_2.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/game-patches/mk11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/game-patches/mk11.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/48-proton-fshack_amd_fsr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/48-proton-fshack_amd_fsr.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/69-proton-fsr-add-329-res.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/69-proton-fsr-add-329-res.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/71-invert-fsr-logic.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/71-invert-fsr-logic.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/72-fsr-use-balanced-default-mode.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/72-fsr-use-balanced-default-mode.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/exp-be/48-proton-fshack_amd_fsr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/exp-be/48-proton-fshack_amd_fsr.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/exp-be/69-proton-fsr-add-329-res.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/exp-be/69-proton-fsr-add-329-res.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/exp-be/71-invert-fsr-logic.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/exp-be/71-invert-fsr-logic.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/exp/48-proton-fshack_amd_fsr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/exp/48-proton-fshack_amd_fsr.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/exp/69-proton-fsr-add-329-res.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/exp/69-proton-fsr-add-329-res.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/exp/71-invert-fsr-logic.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/proton/exp/71-invert-fsr-logic.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GE/wine-hotfixes/pending/unity_crash_hotfix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GE/wine-hotfixes/pending/unity_crash_hotfix.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/GetMappedFileName/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/GetMappedFileName/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/NosTale/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/NosTale/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/NosTale/nostale_mouse_fix-0bfdac7.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/NosTale/nostale_mouse_fix-0bfdac7.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/NosTale/nostale_mouse_fix-5127bed.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/NosTale/nostale_mouse_fix-5127bed.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/NosTale/nostale_mouse_fix.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/NosTale/nostale_mouse_fix.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/NosTale/nostale_mouse_fix_proton.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/NosTale/nostale_mouse_fix_proton.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/RtlGetCurrentUmsThread/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/RtlGetCurrentUmsThread/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/SetThreadInformation/SetThreadInformation.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/SetThreadInformation/SetThreadInformation.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/SetThreadInformation/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/SetThreadInformation/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/a1bda115/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/a1bda115/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/a2395ecf/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/a2395ecf/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/a2395ecf/rbernon_pending.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/a2395ecf/rbernon_pending.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/a2395ecf/witcher3-input-staging.mystagingpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/a2395ecf/witcher3-input-staging.mystagingpatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/a70c517/networking_fix.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/a70c517/networking_fix.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/autoconf-legacy-fix/autoconf-legacy-fix.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/autoconf-legacy-fix/autoconf-legacy-fix.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/autoconf-legacy-fix/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/autoconf-legacy-fix/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/autoconf-opencl-hotfix/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/autoconf-opencl-hotfix/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/autoconf-opencl-hotfix/opencl-fixup.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/autoconf-opencl-hotfix/opencl-fixup.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/battlenet/battlenet.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/battlenet/battlenet.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/battlenet/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/battlenet/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/binutils/7328.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/binutils/7328.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/binutils/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/binutils/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/childwindow/b502a3e-proton.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/childwindow/b502a3e-proton.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/childwindow/f0cd33c.myrevert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/childwindow/f0cd33c.myrevert -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/childwindow/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/childwindow/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/childwindow/staging-4c51f4f.mystagingpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/childwindow/staging-4c51f4f.mystagingpatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/childwindow/staging-6dcaff42.mystagingpatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/childwindow/staging-6dcaff42.mystagingpatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/childwindow/staging-fa5989b.mystagingrevert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/childwindow/staging-fa5989b.mystagingrevert -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/dfddef96/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/dfddef96/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/dfddef96/zf_fix_dfddef96-1.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/dfddef96/zf_fix_dfddef96-1.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/die_start.exe_die/start.exe_fatality.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/die_start.exe_die/start.exe_fatality.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/earlyhotfixer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/earlyhotfixer -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/fd799297/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/fd799297/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/hid_Remi_6.18release/215195.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/hid_Remi_6.18release/215195.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/hid_Remi_6.18release/215197.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/hid_Remi_6.18release/215197.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/hid_Remi_6.18release/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/hid_Remi_6.18release/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/hotfixer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/hotfixer -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/larger_def_heap/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/larger_def_heap/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/larger_def_heap/larger_def_heap.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/larger_def_heap/larger_def_heap.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/legacy_ntdll_writecopy/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/legacy_ntdll_writecopy/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/logf/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/logf/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/logf/msvcrt_Fix_logf_implementation.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/logf/msvcrt_Fix_logf_implementation.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/makefiles/7371.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/makefiles/7371.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/makefiles/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/makefiles/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/memset/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/memset/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/memset/memset.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/memset/memset.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/mfplat/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/mfplat/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/mfplat/mfplat-derek-hotfix.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/mfplat/mfplat-derek-hotfix.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/mingw-msvcrt-steamhelper/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/mingw-msvcrt-steamhelper/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/oldtlb/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/oldtlb/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/oldtlb/sfc_os_Stub_SfpVerifyFile.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/oldtlb/sfc_os_Stub_SfpVerifyFile.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/oldtlb/stdole32.tlb.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/oldtlb/stdole32.tlb.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1148-4827ae1.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1148-4827ae1.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1148-74a5851.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1148-74a5851.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1148-staging-4827ae1.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1148-staging-4827ae1.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1148-staging-74a5851.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1148-staging-74a5851.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1148-staging.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1148-staging.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1148.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1148.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1152.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/ow2/1152.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/ow2/c7c729c0.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/ow2/c7c729c0.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/ow2/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/ow2/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/proton_fs_hack_staging/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/proton_fs_hack_staging/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/proton_fs_hack_staging/unicode.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/proton_fs_hack_staging/unicode.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/proton_staging_CEG_support/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/proton_staging_CEG_support/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes2.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes2.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes3.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes3.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes4.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes4.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes5.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes5.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes6.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes6.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes7.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0001-proton-bcrypt_rdr2_fixes7.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0004-winevulkan1.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0004-winevulkan1.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0004-winevulkan2.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/0004-winevulkan2.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/ef6e33f.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/ef6e33f.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/rdr2/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/restore_staging_mfplat/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/restore_staging_mfplat/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/restore_staging_winepulse/d8be858.myrevert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/restore_staging_winepulse/d8be858.myrevert -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/restore_staging_winepulse/f0cd33c-1.myrevert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/restore_staging_winepulse/f0cd33c-1.myrevert -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/restore_staging_winepulse/f0cd33c-2.myrevert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/restore_staging_winepulse/f0cd33c-2.myrevert -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/restore_staging_winepulse/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/restore_staging_winepulse/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/shell32-Progress_Dialog/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/shell32-Progress_Dialog/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/shm_esync_fsync/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/shm_esync_fsync/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/staging_aeddc19_SOURCES/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/staging_aeddc19_SOURCES/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/staging_aeddc19_SOURCES/staging_d3d12core.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/staging_aeddc19_SOURCES/staging_d3d12core.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/staging_rawinput/c9c7130-hotfix.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/staging_rawinput/c9c7130-hotfix.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/staging_rawinput/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/staging_rawinput/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/steamclient_swap/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/steamclient_swap/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/syscall_emu/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/syscall_emu/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/syscall_emu/rdr2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/syscall_emu/rdr2.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/the_witcher_iii/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/the_witcher_iii/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/the_witcher_iii/revert_789c1db1.myrevert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/the_witcher_iii/revert_789c1db1.myrevert -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/the_witcher_iii/virtual_alloc_remi.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/the_witcher_iii/virtual_alloc_remi.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/the_witcher_iii/virtual_alloc_remi2.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/the_witcher_iii/virtual_alloc_remi2.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/0001-proton-steamclient-swap-revert.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/0001-proton-steamclient-swap-revert.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-10.0-be.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-10.0-be.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-10.0.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-10.0.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-80-be.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-80-be.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-80-exp.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-80-exp.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-80.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-80.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-90-be.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-90-be.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-90.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-90.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-be.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify-be.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/de-steamify.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/fixes/0001-revert-icu-proton.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/fixes/0001-revert-icu-proton.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/fixes/0002-futex_waitv.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/fixes/0002-futex_waitv.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/fixes/0003-ldap_fix.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/fixes/0003-ldap_fix.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/fixes/buntu/disable_mediaconv.myrevert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/fixes/buntu/disable_mediaconv.myrevert -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/proton-fsr-70.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/proton-fsr-70.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/proton-fsr-80.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/proton-fsr-80.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/proton-fsr-90-expbe.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/proton-fsr-90-expbe.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/proton-fsr-90.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/proton-fsr-90.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/proton-wayland_driver.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/valve/proton-wayland_driver.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/70/inseng-Implementation/definition: -------------------------------------------------------------------------------- 1 | Fixes: [39456] Implement CIF reader and download functionality in inseng.dll 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/70/ntdll-RtlQueryPackageIdentity/definition: -------------------------------------------------------------------------------- 1 | Fixes: Add stub for ntdll.RtlQueryPackageIdentity 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/70/packager-DllMain/definition: -------------------------------------------------------------------------------- 1 | Fixes: [43472] Prefer native version of packager.dll 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/70/windows.networking.connectivity-new-dll/definition: -------------------------------------------------------------------------------- 1 | Fixes: [46534] Implement INetworkInformationStatics interface 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/70/winex11-Vulkan_support/definition: -------------------------------------------------------------------------------- 1 | Fixes: [44775] Allow vulkan support to be detected at runtime. 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/70/wscript-support-d-u-switches/definition: -------------------------------------------------------------------------------- 1 | Fixes: [49905] wscript: return TRUE for /d and /u stub switches 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/80/cryptext-CryptExtOpenCER/definition: -------------------------------------------------------------------------------- 1 | # Taken from the mailing list - July 2019. 2 | Fixes: cryptext: Implement CryptExtOpenCER. 3 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/80/inseng-Implementation/definition: -------------------------------------------------------------------------------- 1 | Fixes: [39456] Implement CIF reader and download functionality in inseng.dll 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/80/loader-KeyboardLayouts/definition: -------------------------------------------------------------------------------- 1 | Fixes: [47439] loader: Add Keyboard Layouts registry enteries. 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/80/ntdll-RtlQueryPackageIdentity/definition: -------------------------------------------------------------------------------- 1 | Fixes: Add stub for ntdll.RtlQueryPackageIdentity 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/80/packager-DllMain/definition: -------------------------------------------------------------------------------- 1 | Fixes: [43472] Prefer native version of packager.dll 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/80/shell32-NewMenu_Interface/definition: -------------------------------------------------------------------------------- 1 | Fixes: [24812] Implement shell32 NewMenu class with new folder item 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/80/shell32-registry-lookup-app/definition: -------------------------------------------------------------------------------- 1 | Fixes: [51957] Append .exe, if registry lookup fails first. 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/80/user32-FlashWindowEx/definition: -------------------------------------------------------------------------------- 1 | Fixes: [43124] FlashWindowEx: WM_NCACTIVATE behavior is incorrect 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/80/windows.networking.connectivity-new-dll/definition: -------------------------------------------------------------------------------- 1 | Fixes: [46534] Implement INetworkInformationStatics interface 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/80/wineboot-ProxySettings/definition: -------------------------------------------------------------------------------- 1 | Fixes: [42024] Create ProxyEnable key on wineprefix update 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/80/winex11-Vulkan_support/definition: -------------------------------------------------------------------------------- 1 | Fixes: [44775] Allow vulkan support to be detected at runtime. 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/80/wintrust-WTHelperGetProvCertFromChain/definition: -------------------------------------------------------------------------------- 1 | Fixes: [44061] Check Parameter in WTHelperGetProvCertFromChain 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/valve/staging-hotfixes/80/wscript-support-d-u-switches/definition: -------------------------------------------------------------------------------- 1 | Fixes: [49905] wscript: return TRUE for /d and /u stub switches 2 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/wineserver_socket_spin/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/wineserver_socket_spin/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/winewayland/hotfixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/winewayland/hotfixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/hotfixes/winewayland/winewayland-avoid-crashing.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/hotfixes/winewayland/winewayland-avoid-crashing.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/30-win32-aliases.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/30-win32-aliases.conf -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/CSMT-toggle/CSMT-toggle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/CSMT-toggle/CSMT-toggle -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/CSMT-toggle/CSMT-toggle.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/CSMT-toggle/CSMT-toggle.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/CSMT-toggle/legacy/CSMT-toggle-22d9eec.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/CSMT-toggle/legacy/CSMT-toggle-22d9eec.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/CSMT-toggle/legacy/CSMT-toggle-5e685d6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/CSMT-toggle/legacy/CSMT-toggle-5e685d6.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/CSMT-toggle/legacy/CSMT-toggle-c1b4af9.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/CSMT-toggle/legacy/CSMT-toggle-c1b4af9.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/CSMT-toggle/legacy/CSMT-toggle-ef11bb6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/CSMT-toggle/legacy/CSMT-toggle-ef11bb6.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/GLSL-toggle/GLSL-toggle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/GLSL-toggle/GLSL-toggle -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/GLSL-toggle/GLSL-toggle.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/GLSL-toggle/GLSL-toggle.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/GLSL-toggle/legacy/GLSL-toggle-ef11bb6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/GLSL-toggle/legacy/GLSL-toggle-ef11bb6.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/PBA/PBA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/PBA/PBA -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/PBA/legacy/PBA313-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/PBA/legacy/PBA313-.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/PBA/legacy/PBA314+.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/PBA/legacy/PBA314+.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/PBA/legacy/PBA317+.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/PBA/legacy/PBA317+.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/childwindow/OPWR-proton.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/childwindow/OPWR-proton.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/childwindow/childwindow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/childwindow/childwindow -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/childwindow/childwindow-proton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/childwindow/childwindow-proton -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/childwindow/childwindow-proton-mainline.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/childwindow/childwindow-proton-mainline.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/childwindow/childwindow-proton.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/childwindow/childwindow-proton.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/OPWR-proton-0d969b1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/OPWR-proton-0d969b1.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/OPWR-proton-4390b01.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/OPWR-proton-4390b01.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/OPWR-proton-c14de4c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/OPWR-proton-c14de4c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/childwindow-011fabb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/childwindow-011fabb.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/childwindow-bca1b7f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/childwindow-bca1b7f.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/childwindow-c14de4c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/childwindow-c14de4c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/childwindow.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/childwindow/legacy/childwindow.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/d3d12-fixes/legacy/d3d12-fixes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/d3d12-fixes/legacy/d3d12-fixes.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/enable_dynamic_wow64_def/enable_dynamic_wow64_def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/enable_dynamic_wow64_def/enable_dynamic_wow64_def -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/fastsync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/fastsync -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/fastsync-clock_monotonic-fixup.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/fastsync-clock_monotonic-fixup.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/fastsync-mainline.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/fastsync-mainline.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/fastsync-staging-protonify.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/fastsync-staging-protonify.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/fastsync-staging.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/fastsync-staging.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-mainline-03c1930.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-mainline-03c1930.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-mainline-59485f0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-mainline-59485f0.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-mainline-7b243af.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-mainline-7b243af.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-mainline-f076e5f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-mainline-f076e5f.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-staging-03c1930.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-staging-03c1930.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-staging-59485f0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-staging-59485f0.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-staging-7b243af.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-staging-7b243af.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-staging-e534d65.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/fastsync-staging-e534d65.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-0d7798e8.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-0d7798e8.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-3c29dc1e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-3c29dc1e.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-44563c9a.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-44563c9a.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-45953cdb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-45953cdb.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-4a3203be.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-4a3203be.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-5030e3d3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-5030e3d3.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-58fbaf92.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-58fbaf92.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-7b17d107.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-7b17d107.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-7eb72b7b.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-7eb72b7b.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-94ed7498.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-94ed7498.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-962017be.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-962017be.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-99d1e60a.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-99d1e60a.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-9d6455f9.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-9d6455f9.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-a2ed0c4b.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-a2ed0c4b.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-ac1ff67c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-ac1ff67c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-b9dd7d11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-b9dd7d11.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-cebad42.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-cebad42.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-d2b0c4ec.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-d2b0c4ec.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-d945eb4d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-d945eb4d.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-e24ba584.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-e24ba584.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-f41c434b.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-f41c434b.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-fd3de90.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-mainline-fd3de90.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-0d7798e8.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-0d7798e8.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-3c29dc1e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-3c29dc1e.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-44563c9a.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-44563c9a.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-45953cdb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-45953cdb.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-4a3203be.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-4a3203be.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-5030e3d3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-5030e3d3.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-58fbaf92.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-58fbaf92.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-7b17d107.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-7b17d107.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-7eb72b7b.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-7eb72b7b.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-94ed7498.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-94ed7498.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-962017be.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-962017be.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-99d1e60a.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-99d1e60a.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-9d6455f9.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-9d6455f9.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-a2ed0c4b.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-a2ed0c4b.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-ac1ff67c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-ac1ff67c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-b9dd7d11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-b9dd7d11.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-cebad42.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-cebad42.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-d2b0c4ec.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-d2b0c4ec.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-d945eb4d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-d945eb4d.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-e24ba584.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-e24ba584.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-f41c434b.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-f41c434b.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-fd3de90.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-protonify-fd3de90.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-1dfac2a.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-1dfac2a.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-3c29dc1e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-3c29dc1e.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-45953cdb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-45953cdb.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-4a3203be.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-4a3203be.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-5030e3d3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-5030e3d3.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-58fbaf92.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-58fbaf92.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-7b17d107.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-7b17d107.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-7eb72b7b.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-7eb72b7b.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-94ed7498.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-94ed7498.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-962017be.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-962017be.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-99d1e60a.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-99d1e60a.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-9d6455f9.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-9d6455f9.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-a2ed0c4b.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-a2ed0c4b.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-ac1ff67c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-ac1ff67c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-b9dd7d11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-b9dd7d11.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-cebad42.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-cebad42.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-d2b0c4ec.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-d2b0c4ec.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-d7ec9d3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-d7ec9d3.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-d945eb4d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-d945eb4d.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-e24ba584.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-e24ba584.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-f41c434b.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-f41c434b.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-fd3de90.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/legacy/ntsync5-staging-fd3de90.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/ntsync-config.h.in-alt.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/ntsync-config.h.in-alt.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/ntsync-config.h.in-org.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/ntsync-config.h.in-org.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/ntsync5-mainline.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/ntsync5-mainline.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/ntsync5-protonify.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/ntsync5-protonify.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/ntsync5-staging-protonify.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/ntsync5-staging-protonify.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/fastsync/ntsync5-staging.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/fastsync/ntsync5-staging.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/faudio-exp/faudio-exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/faudio-exp/faudio-exp -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/faudio-exp/legacy/faudio-exp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/faudio-exp/legacy/faudio-exp.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/high-core-count-fix/high-core-count-fix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/high-core-count-fix/high-core-count-fix -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/josh-flat-theme/josh-flat-theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/josh-flat-theme/josh-flat-theme -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/josh-flat-theme/josh-flat-theme.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/josh-flat-theme/josh-flat-theme.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/kernelbase-reverts/kernelbase-reverts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/kernelbase-reverts/kernelbase-reverts -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/lowlatency_audio/lowlatency_audio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/lowlatency_audio/lowlatency_audio -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/lowlatency_audio/lowlatency_audio.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/lowlatency_audio/lowlatency_audio.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/lowlatency_audio/lowlatency_audio_pulse.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/lowlatency_audio/lowlatency_audio_pulse.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/nvidia-hate/nvidia-hate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/nvidia-hate/nvidia-hate -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/nvidia-hate/nvidia-hate.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/nvidia-hate/nvidia-hate.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/plasma_systray_fix/plasma_systray_fix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/plasma_systray_fix/plasma_systray_fix -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/plasma_systray_fix/plasma_systray_fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/plasma_systray_fix/plasma_systray_fix.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/pythonfix/legacy/pythonfix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/pythonfix/legacy/pythonfix.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/pythonfix/pythonfix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/pythonfix/pythonfix -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/reverts/legacy/revert-c6b6935.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/reverts/legacy/revert-c6b6935.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/reverts/legacy/staging-44d1a45-localreverts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/reverts/legacy/staging-44d1a45-localreverts.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/steam/legacy/steam-712ae33.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/steam/legacy/steam-712ae33.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/steam/steam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/steam/steam -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/steam/steam.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/steam/steam.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/usvfs/legacy/usvfs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/usvfs/legacy/usvfs.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/usvfs/usvfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/usvfs/usvfs -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/wine-binfmt.conf: -------------------------------------------------------------------------------- 1 | # Start WINE on Windows executables 2 | :DOSWin:M::MZ::/usr/bin/wine: 3 | 4 | -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/wine-tkg/legacy/wine-tkg-0c249e6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/wine-tkg/legacy/wine-tkg-0c249e6.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/wine-tkg/legacy/wine-tkg-c7760ce.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/wine-tkg/legacy/wine-tkg-c7760ce.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/wine-tkg/legacy/wine-tkg-staging-0c249e6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/wine-tkg/legacy/wine-tkg-staging-0c249e6.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/wine-tkg/legacy/wine-tkg-staging-808d704.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/wine-tkg/legacy/wine-tkg-staging-808d704.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/wine-tkg/wine-tkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/wine-tkg/wine-tkg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/wine-tkg/wine-tkg-staging.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/wine-tkg/wine-tkg-staging.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/wine-tkg/wine-tkg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/wine-tkg/wine-tkg.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/winevulkan/legacy/winevulkan-1.1.103.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/winevulkan/legacy/winevulkan-1.1.103.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/winevulkan/legacy/winevulkan-1.1.113-proton.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/winevulkan/legacy/winevulkan-1.1.113-proton.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/winevulkan/legacy/winevulkan-1.1.113.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/winevulkan/legacy/winevulkan-1.1.113.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/winevulkan/winevulkan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/winevulkan/winevulkan -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/winewayland/ge-wayland.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/winewayland/ge-wayland.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/winewayland/legacy/ge-wayland-76ad9185.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/winewayland/legacy/ge-wayland-76ad9185.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/winewayland/legacy/ge-wayland-daa5b0b6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/winewayland/legacy/ge-wayland-daa5b0b6.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/misc/winewayland/winewayland: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/misc/winewayland/winewayland -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-gstreamer/proton-gstreamer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-gstreamer/proton-gstreamer -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-pa/proton-pa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-pa/proton-pa -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-pa/proton-pa-staging.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-pa/proton-pa-staging.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-sdl-joy/proton-sdl-joy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-sdl-joy/proton-sdl-joy -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-sdl-joy/proton-sdl-joy.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-sdl-joy/proton-sdl-joy.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-steam-bits/proton-steam-bits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-steam-bits/proton-steam-bits -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-tkg/proton-tkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-tkg/proton-tkg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-tkg/proton-tkg-rpc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-tkg/proton-tkg-rpc.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-vr/proton-vr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-vr/proton-vr -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-vr/proton-vr-fshack.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-vr/proton-vr-fshack.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-vr/proton-vr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton-vr/proton-vr.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton_battleye/proton_battleye: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton_battleye/proton_battleye -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton_eac/proton-eac_bridge.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton_eac/proton-eac_bridge.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton_eac/proton_eac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton_eac/proton_eac -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton_eac/wow64_loader_hack.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton-tkg-specific/proton_eac/wow64_loader_hack.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/LAA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/LAA -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/LAA-unix-staging-wow64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/LAA-unix-staging-wow64.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/LAA-unix-staging.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/LAA-unix-staging.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/LAA-unix-wow64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/LAA-unix-wow64.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/LAA-unix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/LAA-unix.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-18411a1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-18411a1.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-608d086.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-608d086.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-staging-18411a1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-staging-18411a1.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-staging-608d086.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-staging-608d086.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-staging.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-staging.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-46d0da5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-46d0da5.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-72c562c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-72c562c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-7512c53.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-7512c53.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-a81c535.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-a81c535.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-ac3ec2d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-ac3ec2d.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-ea6308e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-ea6308e.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-ee147d9.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-ee147d9.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-f9f23e1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-f9f23e1.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-46d0da5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-46d0da5.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-72c562c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-72c562c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-7512c53.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-7512c53.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-a81c535.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-a81c535.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-ac3ec2d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-ac3ec2d.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-ea6308e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-ea6308e.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-ee147d9.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-ee147d9.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-f9f23e1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA-unix-staging-f9f23e1.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/LAA.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/legacy-LAA-staging.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/legacy-LAA-staging.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/legacy-LAA.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/LAA/legacy/legacy-LAA.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/esync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/esync -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/esync-unix-mainline.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/esync-unix-mainline.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-10ca57f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-10ca57f.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-18f414ef.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-18f414ef.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-2084fbd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-2084fbd.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-2a132a1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-2a132a1.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-2b6426d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-2b6426d.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-3100197.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-3100197.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-3c9b537.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-3c9b537.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-3fb4d1f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-3fb4d1f.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-4161e62e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-4161e62e.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-44699c3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-44699c3.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-459d376.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-459d376.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-58fbaf92.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-58fbaf92.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-5b56bad.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-5b56bad.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-64cfcc1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-64cfcc1.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-6a9e193.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-6a9e193.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-6b277dc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-6b277dc.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-6c8500d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-6c8500d.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-6fdae19.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-6fdae19.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-731339c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-731339c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-751a332.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-751a332.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-7b17d107.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-7b17d107.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-7bdc1d6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-7bdc1d6.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-7f53ca7.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-7f53ca7.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-816b588.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-816b588.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-8d6c33c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-8d6c33c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-9305ac2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-9305ac2.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-962017be.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-962017be.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-9e945c8.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-9e945c8.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-9f0ae8c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-9f0ae8c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-a0a6246.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-a0a6246.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-a87bafc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-a87bafc.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-af4378d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-af4378d.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-c14de4c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-c14de4c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-c1a042c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-c1a042c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-c43b1ec.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-c43b1ec.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-c6f2aac.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-c6f2aac.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-cebad42.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-cebad42.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-d5f2344.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-d5f2344.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-d6ef940.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-d6ef940.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-d945eb4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-d945eb4.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-dd88279.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-dd88279.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-e01b708.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-e01b708.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-e3001b6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-e3001b6.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-f076e5f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-f076e5f.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-fd3de90.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-mainline-fd3de90.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-staging-c14de4c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-staging-c14de4c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-staging.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/esync/legacy/esync-unix-staging.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/fsync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/fsync -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/fsync-spincounts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/fsync-spincounts.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/fsync-staging-no_alloc_handle.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/fsync-staging-no_alloc_handle.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/fsync-unix-mainline.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/fsync-unix-mainline.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/fsync-unix-staging.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/fsync-unix-staging.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/fsync_futex_waitv.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/fsync_futex_waitv.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline-2633a5c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline-2633a5c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline-40e849f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline-40e849f.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline-608d086.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline-608d086.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline-8701260.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline-8701260.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline-e5030a4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline-e5030a4.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline-fc17535.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline-fc17535.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-mainline.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-2633a5c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-2633a5c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-27a52d0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-27a52d0.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-40e849f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-40e849f.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-608d086.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-608d086.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-8701260.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-8701260.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-cf04b8d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-cf04b8d.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-e5030a4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-e5030a4.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-fc17535.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging-fc17535.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-staging.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-10ca57f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-10ca57f.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-18895d05.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-18895d05.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-18f414ef.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-18f414ef.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-2b6426d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-2b6426d.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-3100197.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-3100197.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-44699c3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-44699c3.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-459d376.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-459d376.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-5b56bad.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-5b56bad.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-731339c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-731339c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-7bdc1d6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-7bdc1d6.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-8d6c33c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-8d6c33c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-962017be.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-962017be.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-af4378d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-af4378d.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-c14de4c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-c14de4c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-c1a042c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-c1a042c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-c6f2aac.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-c6f2aac.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-cebad42.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-cebad42.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-d5f2344.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-d5f2344.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-d6ef940.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-d6ef940.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-d945eb4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-d945eb4.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-e01b708.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-e01b708.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-e3001b6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-mainline-e3001b6.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-10ca57f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-10ca57f.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-18895d05.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-18895d05.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-18f414ef.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-18f414ef.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-2b6426d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-2b6426d.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-3100197.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-3100197.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-37e7038.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-37e7038.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-44699c3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-44699c3.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-459d376.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-459d376.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-5b56bad.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-5b56bad.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-626870a.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-626870a.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-731339c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-731339c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-7bdc1d6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-7bdc1d6.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-7f53ca7.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-7f53ca7.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-8d6c33c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-8d6c33c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-962017be.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-962017be.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-af4378d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-af4378d.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-c14de4c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-c14de4c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-c1a042c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-c1a042c.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-c6f2aac.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-c6f2aac.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-cebad42.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-cebad42.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-d5f2344.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-d5f2344.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-d6ef940.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-d6ef940.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-d945eb4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-d945eb4.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-e01b708.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-e01b708.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-e3001b6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-e3001b6.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-fd3de90.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync-unix-staging-fd3de90.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex2.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex_waitv-013ec6e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex_waitv-013ec6e.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex_waitv-59485f0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex_waitv-59485f0.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex_waitv-5b56bad.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex_waitv-5b56bad.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex_waitv-69910d3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex_waitv-69910d3.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex_waitv-bae3769.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex_waitv-bae3769.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex_waitv-d5f2344.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/fsync/legacy/fsync_futex_waitv-d5f2344.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/msvcrt_nativebuiltin/msvcrt_nativebuiltin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/msvcrt_nativebuiltin/msvcrt_nativebuiltin -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/msvcrt_nativebuiltin/msvcrt_nativebuiltin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/msvcrt_nativebuiltin/msvcrt_nativebuiltin.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-bcrypt/proton-bcrypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-bcrypt/proton-bcrypt -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-bcrypt/proton-bcrypt-staging.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-bcrypt/proton-bcrypt-staging.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-mf-patch/gstreamer-patch1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-mf-patch/gstreamer-patch1.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-mf-patch/gstreamer-patch2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-mf-patch/gstreamer-patch2.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-mf-patch/proton-mf-patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-mf-patch/proton-mf-patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-rawinput/proton-rawinput: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-rawinput/proton-rawinput -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-rawinput/proton-rawinput.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-rawinput/proton-rawinput.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-tabtip/legacy/proton-tabtip-26637de.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-tabtip/legacy/proton-tabtip-26637de.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-tabtip/proton-tabtip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-tabtip/proton-tabtip -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-tabtip/proton-tabtip.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-tabtip/proton-tabtip.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-win10-default/proton-win10-default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-win10-default/proton-win10-default -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-win10-default/proton-win10-default.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-win10-default/proton-win10-default.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-winevulkan/proton-winevulkan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-winevulkan/proton-winevulkan -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-winevulkan/proton-winevulkan.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-winevulkan/proton-winevulkan.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-winevulkan/proton10-winevulkan.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-winevulkan/proton10-winevulkan.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton-winevulkan/vulkan-1-Prefer-builtin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton-winevulkan/vulkan-1-Prefer-builtin.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton_mf_hacks/proton_mf_hacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton_mf_hacks/proton_mf_hacks -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/proton_mf_hacks/proton_mf_hacks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/proton_mf_hacks/proton_mf_hacks.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/shared-gpu-resources/shared-gpu-resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/shared-gpu-resources/shared-gpu-resources -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/shared-gpu-resources/sharedgpures-driver.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/shared-gpu-resources/sharedgpures-driver.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/shared-gpu-resources/sharedgpures-fences.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/shared-gpu-resources/sharedgpures-fences.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/shared-gpu-resources/sharedgpures-fixup.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/shared-gpu-resources/sharedgpures-fixup.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/shared-gpu-resources/sharedgpures-textures.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/shared-gpu-resources/sharedgpures-textures.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/use_clock_monotonic/use_clock_monotonic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/use_clock_monotonic/use_clock_monotonic -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/use_clock_monotonic/use_clock_monotonic-2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/use_clock_monotonic/use_clock_monotonic-2.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/proton/use_clock_monotonic/use_clock_monotonic.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/proton/use_clock_monotonic/use_clock_monotonic.patch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/reverts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/reverts -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-patches/staging_fixes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-patches/staging_fixes -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/advanced-customization.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/advanced-customization.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/chaotic-staging.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/chaotic-staging.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/chaotic-upstream.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/chaotic-upstream.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/legacy/legacy-options.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/legacy/legacy-options.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/legacy/wine-tkg-valve-70.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/legacy/wine-tkg-valve-70.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/legacy/wine-tkg-valve-80.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/legacy/wine-tkg-valve-80.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/legacy/wine-tkg-valve-90.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/legacy/wine-tkg-valve-90.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/legacy/wine-tkg-valve-exp-70.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/legacy/wine-tkg-valve-exp-70.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/legacy/wine-tkg-valve-exp-80.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/legacy/wine-tkg-valve-exp-80.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/legacy/wine-tkg-valve-exp-90.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/legacy/wine-tkg-valve-exp-90.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/sample-external-config.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/sample-external-config.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/wine-tkg-default-tkg.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/wine-tkg-default-tkg.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/wine-tkg-lutris.changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/wine-tkg-lutris.changelog -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/wine-tkg-mainline.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/wine-tkg-mainline.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/wine-tkg-protonified.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/wine-tkg-protonified.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/wine-tkg-staging.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/wine-tkg-staging.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/wine-tkg-valve-exp-bleeding.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/wine-tkg-valve-exp-bleeding.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/wine-tkg-valve-exp.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/wine-tkg-valve-exp.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/wine-tkg-valve.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/wine-tkg-valve.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-profiles/wine-tkg.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-profiles/wine-tkg.cfg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-scripts/Makefile.single: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-scripts/Makefile.single -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-scripts/build-32.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-scripts/build-32.sh -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-scripts/build-64.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-scripts/build-64.sh -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-scripts/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-scripts/build.sh -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-scripts/deps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-scripts/deps -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-scripts/package-debian.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-scripts/package-debian.sh -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-scripts/prepare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-scripts/prepare.sh -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-scripts/wine-tkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-scripts/wine-tkg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-scripts/wine-tkg-interactive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-scripts/wine-tkg-interactive -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-scripts/wine64-tkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-scripts/wine64-tkg -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-userpatches/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-userpatches/README.md -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-userpatches/do-not-prompt-for-mono-install.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-userpatches/do-not-prompt-for-mono-install.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-userpatches/implement-unix-pid-maps-in-winedbg.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-userpatches/implement-unix-pid-maps-in-winedbg.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-userpatches/lsteamclient_pid_hack.lsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-userpatches/lsteamclient_pid_hack.lsc -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-userpatches/lsteamclient_reg_hack.lsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-userpatches/lsteamclient_reg_hack.lsc -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-userpatches/lsteamclient_trampolines.lsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-userpatches/lsteamclient_trampolines.lsc -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-userpatches/make-HideWineExports-opt-out.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-userpatches/make-HideWineExports-opt-out.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine-tkg-userpatches/proton-ntdll-Strip-gameoverlayrenderer.so.mypatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine-tkg-userpatches/proton-ntdll-Strip-gameoverlayrenderer.so.mypatch -------------------------------------------------------------------------------- /wine-tkg-git/wine.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goatcorp/wine-xiv-git/HEAD/wine-tkg-git/wine.install --------------------------------------------------------------------------------