├── CSP ├── README.md └── httpsendheaders.patch ├── README.md ├── enb ├── README.md └── getadapterfromhdc.patch ├── f4se ├── README.md ├── getfreememstatecallbackfix.patch └── mapimagetopdown.patch └── sora ├── README.md └── d3dxof_buf_value_length.patch /CSP/README.md: -------------------------------------------------------------------------------- 1 | Fixes authentication not working in Clip Studio Paint. 2 | -------------------------------------------------------------------------------- /CSP/httpsendheaders.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdmap/wine-hackery/HEAD/CSP/httpsendheaders.patch -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdmap/wine-hackery/HEAD/README.md -------------------------------------------------------------------------------- /enb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdmap/wine-hackery/HEAD/enb/README.md -------------------------------------------------------------------------------- /enb/getadapterfromhdc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdmap/wine-hackery/HEAD/enb/getadapterfromhdc.patch -------------------------------------------------------------------------------- /f4se/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdmap/wine-hackery/HEAD/f4se/README.md -------------------------------------------------------------------------------- /f4se/getfreememstatecallbackfix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdmap/wine-hackery/HEAD/f4se/getfreememstatecallbackfix.patch -------------------------------------------------------------------------------- /f4se/mapimagetopdown.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdmap/wine-hackery/HEAD/f4se/mapimagetopdown.patch -------------------------------------------------------------------------------- /sora/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdmap/wine-hackery/HEAD/sora/README.md -------------------------------------------------------------------------------- /sora/d3dxof_buf_value_length.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hdmap/wine-hackery/HEAD/sora/d3dxof_buf_value_length.patch --------------------------------------------------------------------------------