Issue #37 GUI message when FPS drops below threshold

This commit is contained in:
Mat Sutcliffe
2021-08-10 16:02:58 +01:00
parent a89ca2d59a
commit 68933408db
4 changed files with 41 additions and 0 deletions

View File

@@ -127,6 +127,9 @@ namespace BlackGui
//! Auto-logoff detection
void autoLogoffDetection();
//! Logoff due to insufficient simulator frame rate
void autoLogoffFrameRate(bool fatal);
//! Pause/Continue timeout
void toggleTimeout();