fix upscaling on win10
This commit is contained in:
parent
a119eddd53
commit
e5fb4a061a
1 changed files with 1 additions and 0 deletions
|
@ -1199,6 +1199,7 @@ HWND WINAPI fake_CreateWindowExA(
|
|||
{
|
||||
dwStyle &= ~WS_POPUP;
|
||||
LoadLibraryA("quartz.dll");
|
||||
LoadLibraryA("MSVFW32.dll");
|
||||
hook_init(FALSE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue