mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Update the viewport when the scissor offset is changed
Fixes a bug with Another Code: R that was noticed when gx-optimization was merged.
This commit is contained in:
parent
00f6b7b6ea
commit
bfde41895f
3 changed files with 9 additions and 0 deletions
|
@ -33,6 +33,8 @@ struct ProjectionHack
|
|||
|
||||
void UpdateProjectionHack(int iParams[], std::string sParams[]);
|
||||
|
||||
void UpdateViewportWithCorrection();
|
||||
|
||||
// The non-API dependent parts.
|
||||
class VertexShaderManager
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue