mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
(platform_win32.c) Cleanups
This commit is contained in:
parent
644d52b6ab
commit
033ab0891c
@ -44,14 +44,10 @@ static void frontend_win32_init(void *data)
|
||||
|
||||
if (isDPIAwareProc)
|
||||
{
|
||||
fprintf(stderr, "Is DPI aware...\n");
|
||||
if (!isDPIAwareProc())
|
||||
{
|
||||
if (setDPIAwareProc)
|
||||
{
|
||||
fprintf(stderr, "Set DPI aware.\n");
|
||||
setDPIAwareProc();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user