Update WindowedDx9.cpp
This commit is contained in:
parent
0babb079cd
commit
faf83225dc
@ -84,7 +84,7 @@ extern linb::ini config;
|
||||
|
||||
static InitFunction initFunc([]()
|
||||
{
|
||||
if (GameDetect::currentGame == GameID::BG4 || GameDetect::currentGame == GameID::BG4_Eng || GameDetect::currentGame == GameID::JLeague || GameDetect::currentGame == GameID::TER || GameDetect::currentGame == GameID::RumbleFish2 || GameDetect::currentGame == GameID::DirtyDrivin))
|
||||
if (GameDetect::currentGame == GameID::BG4 || GameDetect::currentGame == GameID::BG4_Eng || GameDetect::currentGame == GameID::JLeague || GameDetect::currentGame == GameID::TER || GameDetect::currentGame == GameID::RumbleFish2 || GameDetect::currentGame == GameID::DirtyDrivin)
|
||||
return;
|
||||
if (GameDetect::currentGame == GameID::TroubleWitches && !ToBool(config["General"]["Windowed"]))
|
||||
{
|
||||
@ -95,4 +95,4 @@ static InitFunction initFunc([]()
|
||||
InitD3D9WindowHook();
|
||||
}
|
||||
});
|
||||
#pragma optimize("", on)
|
||||
#pragma optimize("", on)
|
||||
|
Loading…
x
Reference in New Issue
Block a user