Settings: Simplify resolution scale enumeration

This commit is contained in:
Connor McLaughlin
2020-02-28 16:59:55 +10:00
parent f21cb25426
commit 07ba2ecd3d
6 changed files with 18 additions and 13 deletions

View File

@ -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.