Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
Fix runtime.dll for non-windows 10 users.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogFeelings committed Feb 6, 2022
1 parent 36c8acb commit 26a79d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbruntime_dll/bbruntime_dll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void Runtime::execute(void (*pc)(), const char* args, Debugger* dbg)
//************************************************************************************************************************
//BUG (?): Debugger window also scales back down. If set to the game thread only, the graphics cut out since it seems to run on
//the debugger thread.
SetProcessDpiAwarenessContext(DPI_AWARENESS_CONTEXT_SYSTEM_AWARE);
SetProcessDPIAware();

if(gx_runtime = gxRuntime::openRuntime(hinst, params, dbg))
{
Expand Down

0 comments on commit 26a79d6

Please sign in to comment.