PicoGB/config_gba.h
2023-08-04 19:19:55 +02:00

21 lines
455 B
C

#pragma once
#define PICOGB_GBA 1
//#define GBA
//#define PPU_SCANLINE_UPDATES
//#define CONFIG_LYC_90
#define CONFIG_NOBOOTMEME
//#define CONFIG_IS_CGB
#define CONFIG_VSYNC
#define CONFIG_ENABLE_LRU
// 0 - default 32bit full-color
// 1 - 1bpp jankdither globally fixed
// 2 - 1bpp nodither
// 3 - 1bpp jankdither locally fixed
// 4 - 2x4bpp ANSI 16-color packed, doubled
// 5 - 8bpp ANSI 16-color (low nybble), single
// 6 - RGB565
#define PPU_MODE 6