MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / GetFramebufferRect

Method GetFramebufferRect

pcsx2/GS/GSState.cpp:7065–7075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7063}
7064
7065GSVector4i GSState::GSPCRTCRegs::GetFramebufferRect(int display)
7066{
7067 if (display == -1)
7068 {
7069 return GSVector4i(PCRTCDisplays[0].framebufferRect.runion(PCRTCDisplays[1].framebufferRect));
7070 }
7071 else
7072 {
7073 return PCRTCDisplays[display].framebufferRect;
7074 }
7075}
7076
7077int GSState::GSPCRTCRegs::GetFramebufferBitDepth()
7078{

Callers 2

GetOutputMethod · 0.80
SyncMethod · 0.80

Calls 1

GSVector4iClass · 0.70

Tested by

no test coverage detected