Add quality presets
This commit is contained in:
parent
a199a84d31
commit
1362a93b4d
7 changed files with 72 additions and 17 deletions
|
@ -17,10 +17,14 @@
|
|||
#define LCR_SETTING_CAR_SHADOW 0
|
||||
#define LCR_SETTING_TEXTURE_SUBSAMPLE 4
|
||||
#define LCR_SETTING_RESOLUTION_SUBDIVIDE 2
|
||||
#else
|
||||
#ifndef PRESET_QUALITY
|
||||
#define PRESET_QUALITY 3
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "game.h"
|
||||
#include "frontend_helper.h"
|
||||
#include "game.h"
|
||||
|
||||
SDL_Window *window;
|
||||
SDL_Renderer *renderer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue