Add screenshots

This commit is contained in:
Miloslav Ciz 2025-06-23 04:11:56 +02:00
parent 00836a5e6f
commit 5a44fb515b
19 changed files with 23 additions and 23 deletions

View file

@ -11,16 +11,17 @@
#include <sys/time.h>
#include <unistd.h> // for usleep
#define LCR_SETTING_LOG_LEVEL 2
#define LCR_SETTING_RESOLUTION_X 320
#define LCR_SETTING_RESOLUTION_Y 240
#define LCR_SETTING_MUSIC 0
#ifndef PRESET_QUALITY
#define PRESET_QUALITY 3
#endif
#include "frontend_helper.h"
#define LCR_SETTING_LOG_LEVEL 1
#define LCR_SETTING_RESOLUTION_X 320
#define LCR_SETTING_RESOLUTION_Y 240
#define LCR_SETTING_MUSIC 0
#include "game.h"
char framebuffer[LCR_SETTING_RESOLUTION_X * LCR_SETTING_RESOLUTION_Y * 4];