Add support for saving and loading structure definitions

This commit is contained in:
baldurk
2022-05-20 14:15:30 +01:00
parent 4bb54d00dd
commit abe645f031
17 changed files with 558 additions and 96 deletions
+1 -1
View File
@@ -4166,7 +4166,7 @@ void BufferViewer::ViewBuffer(uint64_t byteOffset, uint64_t byteSize, ResourceId
m_PagingByteOffset = 0;
ui->formatSpecifier->setFormat(format);
ui->formatSpecifier->setAutoFormat(format);
processFormat(format);
}