[TLAC]: Pause patches. Fix of stuff moving 1 frame after pause

This commit is contained in:
korenkonder
2024-05-01 22:28:30 +03:00
parent 430e650d0d
commit a766413a5d
2 changed files with 17 additions and 0 deletions
@@ -47,6 +47,10 @@ namespace TLAC::Components
static std::vector<uint8_t> origFramespeedOp;
static uint8_t* framespeedPatchAddress;
static float_t origDeltaFrameHistory;
static int32_t origDeltaFrameHistoryInt;
static float_t* deltaFrameHistoryAddress;
static int32_t* deltaFrameHistoryIntAddress;
static std::vector<uint8_t> origAgeageHairOp;
static uint8_t* ageageHairPatchAddress;