mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-22 04:37:05 +00:00
[client] egl: alter warning about low fps as it doesn't apply anymore
This commit is contained in:
parent
e31f38eadc
commit
c9ff1e1949
@ -304,8 +304,8 @@ static void egl_warn_slow()
|
|||||||
{
|
{
|
||||||
warnDone = true;
|
warnDone = true;
|
||||||
DEBUG_BREAK();
|
DEBUG_BREAK();
|
||||||
DEBUG_WARN("The guest is providing updates faster then we are consuming them");
|
DEBUG_WARN("The guest is providing updates faster then your computer can display them");
|
||||||
DEBUG_WARN("Please increase the client FPS to avoid frame skipping");
|
DEBUG_WARN("This is a hardware limitation, expect microstutters & frame skips");
|
||||||
DEBUG_BREAK();
|
DEBUG_BREAK();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user