GPU/HW: Set max resolution scale to 32

The UI is intentionally left at 16x. Going too high **will** make you
run out VRAM and your system will start acting strangely. But for those
people who really want to do it, you can go 32x in Vulkan with the SDL
frontend, or by setting it in the ini.
This commit is contained in:
Connor McLaughlin 2021-01-04 03:08:58 +10:00
parent 9ff8130e40
commit affffca3da
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public:
MAX_FIFO_SIZE = 4096,
DOT_TIMER_INDEX = 0,
HBLANK_TIMER_INDEX = 1,
MAX_RESOLUTION_SCALE = 16,
MAX_RESOLUTION_SCALE = 32,
};
enum : u16