Add accessor for UseFlags

This commit is contained in:
Henrik Rydgård
2022-12-13 18:27:45 +01:00
parent 2302a82c3e
commit ee19db091f
10 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -619,7 +619,7 @@ void SystemInfoScreen::CreateViews() {
deviceSpecs->Add(new InfoItem("Moga", moga));
#endif
if (gstate_c.useFlags != 0) {
if (gstate_c.GetUseFlags()) {
// We're in-game, and can determine these.
// TODO: Call a static version of GPUCommon::CheckGPUFeatures() and derive them here directly.