Support KeybReset().

This commit is contained in:
Andrea Odetti 2021-05-22 17:57:45 +01:00
parent 9af407a089
commit ce54d08bc2

View file

@ -89,6 +89,7 @@ void KeybLoadSnapshot(YamlLoadHelper& yamlLoadHelper, UINT version)
void KeybReset()
{
std::queue<BYTE>().swap(keys);
}
bool KeybGetShiftStatus()