force pos 0,0 in borderless mode
This commit is contained in:
parent
dd890feb70
commit
e39414a477
2 changed files with 1 additions and 9 deletions
|
@ -127,11 +127,6 @@ void cfg_load()
|
|||
g_ddraw->flip_limiter.tick_length = (DWORD)(flip_len + 0.5f);
|
||||
}
|
||||
|
||||
if ((g_ddraw->fullscreen = cfg_get_bool("fullscreen", FALSE)))
|
||||
{
|
||||
g_config.window_rect.left = g_config.window_rect.top = -32000;
|
||||
}
|
||||
|
||||
if (cfg_get_bool("singlecpu", TRUE))
|
||||
{
|
||||
SetProcessAffinityMask(GetCurrentProcess(), 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue