[client] egl: alter warning about low fps as it doesn't apply anymore

This commit is contained in:
Geoffrey McRae 2020-05-21 14:09:51 +10:00
parent e31f38eadc
commit c9ff1e1949
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
B1-206-g756b57400b+1
B1-207-ge31f38eadc+1

View File

@ -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();
}
}