fix(overhaul): UI and resolution bugs for Steam Deck (Gamescope)

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2026-01-04 02:18:21 +00:00
parent 6779abad37
commit 53c44c2275

View File

@@ -15,12 +15,13 @@
#include "citron/uisettings.h"
class GMainWindow;
class QSizeGrip;
class PerformanceOverlay : public QWidget {
Q_OBJECT
public:
explicit PerformanceOverlay(GMainWindow* parent);
explicit PerformanceOverlay(QWidget* parent);
~PerformanceOverlay() override;
void SetVisible(bool visible);
@@ -51,6 +52,7 @@ private:
void AddFrameTime(double frame_time_ms);
GMainWindow* main_window;
QSizeGrip* size_grip;
QTimer update_timer;
// Performance data