diff options
| author | 2019-10-29 23:46:33 +0000 | |
|---|---|---|
| committer | 2019-10-29 23:46:33 +0000 | |
| commit | 2ec5b55ee3c74063bc9af22e734e4cbd85682fde (patch) | |
| tree | 5cc6f5d9c8a1173b0a1e36987c62d134a57d6bfc /src/video_core/textures | |
| parent | Merge pull request #3023 from lioncash/opus (diff) | |
| parent | maxwell_3d/kepler_compute: Remove unused arguments in GetTexture (diff) | |
| download | yuzu-2ec5b55ee3c74063bc9af22e734e4cbd85682fde.tar.gz yuzu-2ec5b55ee3c74063bc9af22e734e4cbd85682fde.tar.xz yuzu-2ec5b55ee3c74063bc9af22e734e4cbd85682fde.zip | |
Merge pull request #3004 from ReinUsesLisp/maxwell3d-cleanup
maxwell_3d: Remove unused entries
Diffstat (limited to 'src/video_core/textures')
| -rw-r--r-- | src/video_core/textures/texture.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/textures/texture.h b/src/video_core/textures/texture.h index e36bc2c04..0429af9c1 100644 --- a/src/video_core/textures/texture.h +++ b/src/video_core/textures/texture.h | |||
| @@ -354,7 +354,6 @@ struct TSCEntry { | |||
| 354 | static_assert(sizeof(TSCEntry) == 0x20, "TSCEntry has wrong size"); | 354 | static_assert(sizeof(TSCEntry) == 0x20, "TSCEntry has wrong size"); |
| 355 | 355 | ||
| 356 | struct FullTextureInfo { | 356 | struct FullTextureInfo { |
| 357 | u32 index; | ||
| 358 | TICEntry tic; | 357 | TICEntry tic; |
| 359 | TSCEntry tsc; | 358 | TSCEntry tsc; |
| 360 | }; | 359 | }; |