gba-x3dtest

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/config.h	Mon Jun 16 22:01:45 2014 +0300
     1.3 @@ -0,0 +1,10 @@
     1.4 +#ifndef CONFIG_H_
     1.5 +#define CONFIG_H_
     1.6 +
     1.7 +#define GFX_MODE	VMODE_LFB_160x128_16
     1.8 +#define WIDTH		160
     1.9 +#define HEIGHT		128
    1.10 +
    1.11 +#define SDLSCALE	2
    1.12 +
    1.13 +#endif	/* CONFIG_H_ */