Home
last modified time | relevance | path

Searched defs:UPECtrlReg (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DPixelEngine.cpp77 union UPECtrlReg union
88 UPECtrlReg() { Hex = 0; } in UPECtrlReg() function
89 UPECtrlReg(u16 _hex) { Hex = _hex; } in UPECtrlReg() function