gba-x3dtest

view 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
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 #endif /* CONFIG_H_ */