[TLAC]: add DIVALLER support

This commit is contained in:
Tinko Liu
2022-06-25 17:17:00 +08:00
parent 5652879f74
commit 49c69de847
6 changed files with 414 additions and 0 deletions
@@ -0,0 +1,10 @@
#pragma once
#include "../../framework.h"
namespace TLAC::Input
{
struct DivallerState
{
uint8_t state[24];
};
}