mirror of
https://github.com/libretro/stella2023.git
synced 2025-02-21 09:50:40 +00:00
Fix minor warning from clang.
This commit is contained in:
parent
8a93e70cc9
commit
8782a39ce7
@ -294,7 +294,7 @@ string TIASurface::effectsInfo() const
|
||||
break;
|
||||
}
|
||||
|
||||
buf << ", inter=" << myOSystem.settings().getBool("tia.inter") ? "enabled" : "disabled";
|
||||
buf << ", inter=" << (myOSystem.settings().getBool("tia.inter") ? "enabled" : "disabled");
|
||||
|
||||
return buf.str();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user