diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-07-20 19:36:38 +0200 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-16 22:11:27 +0100 |
| commit | 778700ff9d6eca96945deebcd4415e70d58330d9 (patch) | |
| tree | 413adfbca91e85dd3bdcae718786d2ceba549f81 /src/video_core/dirty_flags.h | |
| parent | 71ca84d8299f7eb6779e95e808b3ec7f8505354b (diff) | |
TextureCache: Modify Viewports/Scissors according to Rescale.
Diffstat (limited to 'src/video_core/dirty_flags.h')
| -rw-r--r-- | src/video_core/dirty_flags.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_core/dirty_flags.h b/src/video_core/dirty_flags.h index f11ff5d94..d63ad5a35 100644 --- a/src/video_core/dirty_flags.h +++ b/src/video_core/dirty_flags.h @@ -29,7 +29,8 @@ enum : u8 { ColorBuffer6, ColorBuffer7, ZetaBuffer, - Rescale, + RescaleViewports, + RescaleScissors, VertexBuffers, VertexBuffer0, |
