gba-x3dtest

view src/config.h @ 5:850be43b3135

sdl version
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 16 Jun 2014 22:01:45 +0300
parents
children 73b5f2e5d18a
line source
1 #ifndef CONFIG_H_
2 #define CONFIG_H_
4 #define GFX_MODE VMODE_LFB_160x128_16
5 #define WIDTH 160
6 #define HEIGHT 128
8 #define SDLSCALE 2
10 #endif /* CONFIG_H_ */