gba-x3dtest

annotate 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
rev   line source
nuclear@5 1 #ifndef CONFIG_H_
nuclear@5 2 #define CONFIG_H_
nuclear@5 3
nuclear@5 4 #define GFX_MODE VMODE_LFB_160x128_16
nuclear@5 5 #define WIDTH 160
nuclear@5 6 #define HEIGHT 128
nuclear@5 7
nuclear@5 8 #define SDLSCALE 2
nuclear@5 9
nuclear@5 10 #endif /* CONFIG_H_ */