Fix displaying the config menu when using 480i + 4:3 or 576i as output resolution

This commit is contained in:
Maschell
2024-05-09 16:34:28 +02:00
parent 43a18b56d7
commit d1cfff4861
4 changed files with 146 additions and 33 deletions

View File

@@ -73,4 +73,6 @@ private:
static uint32_t tvSize;
static uint8_t *drcBuffer;
static uint32_t drcSize;
static uint32_t usedTVWidth;
static float usedTVScale;
};