Add quality presets

This commit is contained in:
Miloslav Ciz 2025-06-02 16:58:02 +02:00
parent a199a84d31
commit 1362a93b4d
7 changed files with 72 additions and 17 deletions

View file

@ -15,8 +15,12 @@
#define LCR_SETTING_RESOLUTION_Y 240
#define LCR_SETTING_MUSIC 0
#include "game.h"
#ifndef PRESET_QUALITY
#define PRESET_QUALITY 3
#endif
#include "frontend_helper.h"
#include "game.h"
char framebuffer[LCR_SETTING_RESOLUTION_X * LCR_SETTING_RESOLUTION_Y * 4];
uint8_t buttonStates[8];