Add quality presets
This commit is contained in:
parent
a199a84d31
commit
1362a93b4d
7 changed files with 72 additions and 17 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue