mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[client] egl: alter warning about low fps as it doesn't apply anymore
This commit is contained in:
parent
e31f38eadc
commit
c9ff1e1949
2 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B1-206-g756b57400b+1
|
||||
B1-207-ge31f38eadc+1
|
|
@ -304,8 +304,8 @@ static void egl_warn_slow()
|
|||
{
|
||||
warnDone = true;
|
||||
DEBUG_BREAK();
|
||||
DEBUG_WARN("The guest is providing updates faster then we are consuming them");
|
||||
DEBUG_WARN("Please increase the client FPS to avoid frame skipping");
|
||||
DEBUG_WARN("The guest is providing updates faster then your computer can display them");
|
||||
DEBUG_WARN("This is a hardware limitation, expect microstutters & frame skips");
|
||||
DEBUG_BREAK();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue