Home
last modified time | relevance | path

Searched refs:N64FrameBufferWriteBackControl (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DConfig.h269 uint32_t N64FrameBufferWriteBackControl; member
H A DRiceConfig.cpp410 …defaultRomOptions.N64FrameBufferWriteBackControl = ConfigGetParamInt(l_ConfigVideoRice, "FrameBuff… in ReadConfiguration()
480 …currentRomOptions.N64FrameBufferWriteBackControl =defaultRomOptions.N64FrameBufferWriteBack… in GenerateCurrentRomOptions()
H A DFrameBuffer.cpp1612 if (status.gDlistCount%(currentRomOptions.N64FrameBufferWriteBackControl+1) == 0) in Set_CI_addr()