MDEC: Store scale/IDCT matrix transposed

This commit is contained in:
Stenzek
2024-07-02 14:31:55 +10:00
parent 6d6659c85e
commit e1f90e6baf
2 changed files with 44 additions and 18 deletions

View File

@ -5,7 +5,7 @@
#include "types.h"
static constexpr u32 SAVE_STATE_MAGIC = 0x43435544;
static constexpr u32 SAVE_STATE_VERSION = 65;
static constexpr u32 SAVE_STATE_VERSION = 66;
static constexpr u32 SAVE_STATE_MINIMUM_VERSION = 42;
static_assert(SAVE_STATE_VERSION >= SAVE_STATE_MINIMUM_VERSION);