mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
BPFunctions: Move GX viewport conversion to VideoCommon
This commit is contained in:
@ -17,6 +17,7 @@ namespace BPFunctions
|
||||
void FlushPipeline();
|
||||
void SetGenerationMode();
|
||||
void SetScissor();
|
||||
void SetViewport();
|
||||
void SetDepthMode();
|
||||
void SetBlendMode();
|
||||
void ClearScreen(const EFBRectangle& rc);
|
||||
|
Reference in New Issue
Block a user