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

@ -9,10 +9,12 @@
#include <stdint.h>
#include <stdio.h>
#define DATA_FILE_NAME "data"
#ifndef PRESET_QUALITY
#define PRESET_QUALITY 3
#endif
#include "game.h"
#include "frontend_helper.h"
#include "game.h"
#define WINDOW_SIZE (LCR_SETTING_RESOLUTION_X * LCR_SETTING_RESOLUTION_Y)