mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-08 02:49:58 +00:00
Fix vulkan viewport issue
This commit is contained in:
parent
4e81b799f1
commit
b769bea61b
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ void SetupDirtyViewports(Tables& tables) {
|
|||
FillBlock(tables[0], OFF(viewport_transform), NUM(viewport_transform), Viewports);
|
||||
FillBlock(tables[0], OFF(viewports), NUM(viewports), Viewports);
|
||||
tables[0][OFF(viewport_transform_enabled)] = Viewports;
|
||||
tables[1][OFF(screen_y_control)] = Viewports;
|
||||
}
|
||||
|
||||
void SetupDirtyScissors(Tables& tables) {
|
||||
|
|
Loading…
Reference in a new issue