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