summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/vi/vi.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/vi/vi.cpp b/src/core/hle/service/vi/vi.cpp
index 589a4937c..a0eee9e4b 100644
--- a/src/core/hle/service/vi/vi.cpp
+++ b/src/core/hle/service/vi/vi.cpp
@@ -211,7 +211,6 @@ public:
211 void DeserializeData() override { 211 void DeserializeData() override {
212 std::u16string token = ReadInterfaceToken(); 212 std::u16string token = ReadInterfaceToken();
213 data = Read<Data>(); 213 data = Read<Data>();
214 ASSERT(data.graphic_buffer_length == sizeof(NVFlinger::IGBPBuffer));
215 buffer = Read<NVFlinger::IGBPBuffer>(); 214 buffer = Read<NVFlinger::IGBPBuffer>();
216 } 215 }
217 216