Add screenshots
This commit is contained in:
parent
00836a5e6f
commit
5a44fb515b
19 changed files with 23 additions and 23 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue