gba-x3dtest

annotate src/config.h @ 8:fb0a0d6a8b52

sortof works
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 19 Jun 2014 05:53:46 +0300
parents 850be43b3135
children b0ed38f13261
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 #endif /* CONFIG_H_ */