mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] egl: alter warning about low fps as it doesn't apply anymore
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user