Fix tab bug
This commit is contained in:
parent
1386aad04a
commit
d11418d94e
2 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ void Compatibility::CheckSettings(IniFile &iniFile, const std::string &gameID) {
|
|||
CheckSetting(iniFile, gameID, "OldAdrenoPixelDepthRoundingGL", &flags_.OldAdrenoPixelDepthRoundingGL);
|
||||
CheckSetting(iniFile, gameID, "ForceCircleButtonConfirm", &flags_.ForceCircleButtonConfirm);
|
||||
CheckSetting(iniFile, gameID, "DisallowFramebufferAtOffset", &flags_.DisallowFramebufferAtOffset);
|
||||
CheckSetting(iniFile, gameID, "Fontltn12Hack", &flags_.Fontltn12Hack);
|
||||
CheckSetting(iniFile, gameID, "Fontltn12Hack", &flags_.Fontltn12Hack);
|
||||
}
|
||||
|
||||
void Compatibility::CheckVRSettings(IniFile &iniFile, const std::string &gameID) {
|
||||
|
|
|
@ -95,7 +95,7 @@ struct CompatFlags {
|
|||
bool OldAdrenoPixelDepthRoundingGL;
|
||||
bool ForceCircleButtonConfirm;
|
||||
bool DisallowFramebufferAtOffset;
|
||||
bool Fontltn12Hack;
|
||||
bool Fontltn12Hack;
|
||||
};
|
||||
|
||||
struct VRCompat {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue