Home
last modified time | relevance | path

Searched refs:CLUTSIZE (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/gs/
H A DGSHandler.h858 enum CLUTSIZE enum
860 CLUTSIZE = 0x400, enumerator
861 CLUTENTRYCOUNT = (CLUTSIZE / 2)
H A DGSHandler.cpp148 memset(m_pCLUT, 0, CLUTSIZE); in ResetBase()