mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 19:45:47 -04:00
Settings: Simplify resolution scale enumeration
This commit is contained in:
@ -93,7 +93,8 @@ public:
|
||||
MAX_PRIMITIVE_WIDTH = 1024,
|
||||
MAX_PRIMITIVE_HEIGHT = 512,
|
||||
DOT_TIMER_INDEX = 0,
|
||||
HBLANK_TIMER_INDEX = 1
|
||||
HBLANK_TIMER_INDEX = 1,
|
||||
MAX_RESOLUTION_SCALE = 16
|
||||
};
|
||||
|
||||
// 4x4 dither matrix.
|
||||
|
Reference in New Issue
Block a user