mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 22:23:31 +00:00
Convert all time-based stats to be microsecond-based, improving accuracy of very fast events. Add bitrate average/peak.
This commit is contained in:
committed by
Cameron Gutman
parent
1160f40655
commit
66b96e75af
@@ -46,7 +46,7 @@ private:
|
||||
bool enabled;
|
||||
int fontSize;
|
||||
SDL_Color color;
|
||||
char text[512];
|
||||
char text[1024];
|
||||
|
||||
TTF_Font* font;
|
||||
SDL_Surface* surface;
|
||||
|
||||
Reference in New Issue
Block a user