Version 1.0.0
This commit is contained in:
@@ -21,7 +21,6 @@ public:
|
||||
int targetFps,
|
||||
bool smoothModeEnabled = true,
|
||||
bool retroModeEnabled = false,
|
||||
float brightness = 1.0f,
|
||||
float sharpenAmount = 0.0f,
|
||||
float lastSharpenAmount = 2.5f,
|
||||
QWidget* parent = nullptr);
|
||||
@@ -44,8 +43,8 @@ private slots:
|
||||
void toggleSharpen();
|
||||
void increaseSharpen();
|
||||
void decreaseSharpen();
|
||||
void increaseBrightness();
|
||||
void decreaseBrightness();
|
||||
void increaseHwBrightness();
|
||||
void decreaseHwBrightness();
|
||||
void toggleRaw();
|
||||
void toggleCompare();
|
||||
void saveScreenshot();
|
||||
@@ -55,7 +54,6 @@ private:
|
||||
void toggleFullscreen();
|
||||
void stopAll();
|
||||
void updateStatusBar();
|
||||
void applyBrightness(float value);
|
||||
void applySharpen(float value);
|
||||
void showOverlayMessage(const QString& text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user