diff options
author | aap <aap@papnet.eu> | 2021-01-19 11:38:51 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-19 11:38:51 +0100 |
commit | 8baae4c77ff85e6fb1cacd428162804080998069 (patch) | |
tree | 63c90940449949019d601f09421e234d734aa576 /src/core/Frontend.cpp | |
parent | fix handbrake (diff) | |
download | re3-8baae4c77ff85e6fb1cacd428162804080998069.tar re3-8baae4c77ff85e6fb1cacd428162804080998069.tar.gz re3-8baae4c77ff85e6fb1cacd428162804080998069.tar.bz2 re3-8baae4c77ff85e6fb1cacd428162804080998069.tar.lz re3-8baae4c77ff85e6fb1cacd428162804080998069.tar.xz re3-8baae4c77ff85e6fb1cacd428162804080998069.tar.zst re3-8baae4c77ff85e6fb1cacd428162804080998069.zip |
Diffstat (limited to 'src/core/Frontend.cpp')
-rw-r--r-- | src/core/Frontend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp index 62e2e65f..613d56fe 100644 --- a/src/core/Frontend.cpp +++ b/src/core/Frontend.cpp @@ -65,7 +65,7 @@ const CRGBA SCROLLBAR_COLOR = LABEL_COLOR; #define MIN_BRIGHTNESS 180 #define MAX_BRIGHTNESS 700 #else -// PS2 +// PS2, also PSP probably // 8 bars (32 step) #define DEFAULT_BRIGHTNESS 0x120 #define MIN_BRIGHTNESS 0x80 |