MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / GetScreenSize

Method GetScreenSize

Source/SysPSP/Graphics/GraphicsContext.cpp:690–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688//
689//*****************************************************************************
690void IGraphicsContext::GetScreenSize(u32 * p_width, u32 * p_height) const
691{
692 *p_width = SCR_WIDTH;
693 *p_height = SCR_HEIGHT;
694}
695
696//*****************************************************************************
697//

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected