mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-29 20:58:47 +00:00
rename UpdateViewport to SetViewport like all others setters in RenderBase.h
This commit is contained in:
parent
3cd6918dec
commit
5a660c27bc
7 changed files with 14 additions and 19 deletions
|
@ -21,6 +21,7 @@ public:
|
|||
void SetLineWidth();
|
||||
void SetSamplerState(int stage,int texindex);
|
||||
void SetInterlacingMode();
|
||||
void SetViewport();
|
||||
|
||||
// TODO: Fix confusing names (see ResetAPIState and RestoreAPIState)
|
||||
void ApplyState(bool bUseDstAlpha);
|
||||
|
@ -44,8 +45,6 @@ public:
|
|||
|
||||
void ReinterpretPixelData(unsigned int convtype);
|
||||
|
||||
void UpdateViewport();
|
||||
|
||||
bool SaveScreenshot(const std::string &filename, const TargetRectangle &rc);
|
||||
|
||||
static bool CheckForResize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue