mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-12 11:43:00 +00:00
LAB: Disable startup warning about hi/low res mode
This commit is contained in:
parent
31ef4866a7
commit
ccb3390f09
@ -1398,10 +1398,12 @@ void LabEngine::go() {
|
|||||||
|
|
||||||
IsHiRes = ((getFeatures() & GF_LOWRES) == 0);
|
IsHiRes = ((getFeatures() & GF_LOWRES) == 0);
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (IsHiRes)
|
if (IsHiRes)
|
||||||
warning("Running in HiRes mode");
|
warning("Running in HiRes mode");
|
||||||
else
|
else
|
||||||
warning("Running in LowRes mode");
|
warning("Running in LowRes mode");
|
||||||
|
#endif
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
for (counter = 1; counter < argc; counter++) {
|
for (counter = 1; counter < argc; counter++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user