mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 09:27:57 -05:00
video_core/textures: Remove unused index entry in FullTextureInfo
This commit is contained in:
@ -354,7 +354,6 @@ struct TSCEntry {
|
||||
static_assert(sizeof(TSCEntry) == 0x20, "TSCEntry has wrong size");
|
||||
|
||||
struct FullTextureInfo {
|
||||
u32 index;
|
||||
TICEntry tic;
|
||||
TSCEntry tsc;
|
||||
};
|
||||
|
Reference in New Issue
Block a user