jtmm2/include/conf.h

15 lines
281 B
C

#define VEC_PRECISION 1024
#define UPS 256
#define PXS (VEC_PRECISION / UPS)
#define TILE_SIZE 8
#define VEC_DCENTER (Vec){DWIDTH / 2, DHEIGHT / 2}
#ifdef FX9860G
#define SCALE 1
#define FPS 64
#endif /* FX9860G */
#ifdef FXCG50
#define SCALE 2
#define FPS 32
#endif /* FXCG50 */