diff options
Diffstat (limited to 'src/video_core/dirty_flags.h')
| -rw-r--r-- | src/video_core/dirty_flags.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/dirty_flags.h b/src/video_core/dirty_flags.h index 3f6c1d83a..875527ddd 100644 --- a/src/video_core/dirty_flags.h +++ b/src/video_core/dirty_flags.h | |||
| @@ -16,7 +16,10 @@ namespace VideoCommon::Dirty { | |||
| 16 | enum : u8 { | 16 | enum : u8 { |
| 17 | NullEntry = 0, | 17 | NullEntry = 0, |
| 18 | 18 | ||
| 19 | Descriptors, | ||
| 20 | |||
| 19 | RenderTargets, | 21 | RenderTargets, |
| 22 | RenderTargetControl, | ||
| 20 | ColorBuffer0, | 23 | ColorBuffer0, |
| 21 | ColorBuffer1, | 24 | ColorBuffer1, |
| 22 | ColorBuffer2, | 25 | ColorBuffer2, |