
this option doesnt work for you?
also idk about bugs, didnt really test it properly
Pooque wrote:
this option doesnt work for you?
also idk about bugs, didnt really test it properly
Pooque wrote:Fix for crash with hd text in funcs.cpp:uint32_t __fastcall getNormalTextNWidthHooked(const wchar_t* str, const int n_chars)
{
if (wcscmp(str, L"Levels") == 0)
return getNormalTextNWidth(str, n_chars);
if (modules::HDText::Instance().isActive())
return modules::HDText::Instance().getNormalTextWidth(str, n_chars);
return getNormalTextNWidth(str, n_chars);
}
Fix for glide in wrapper.cpp:in GrContext_t Wrapper::grSstWinOpen:
App dot game dot size = { 1024, 768 };
Pooque wrote:[url]github com/Pooquer/d2gl-mxl/[/url]
i'v made github repo but i can't post proper url link with .com, maybe someone will fix it
also made some minor fixes
Pooque wrote:https://github.com/Pooquer/d2gl-mxl/
i'v made github repo but i can't post proper url link with .com, maybe someone will fix it
Pooque wrote:https://github.com/Pooquer/d2gl-mxl/
i'v made github repo but i can't post proper url link with .com, maybe someone will fix it
also made some minor fixes