UP 模拟器 OLED+KEY混合

This commit is contained in:
JiXieShi
2024-06-22 23:06:40 +08:00
parent 5876461531
commit 0ddeb26c35
4 changed files with 72 additions and 12 deletions

View File

@@ -78,6 +78,6 @@ uint8_t SIM_Key_SET(uint8_t) {
return GetAsyncKeyState(VK_RSHIFT);
}
uint8_t SIM_SIM_Key_RESET(uint8_t) {
uint8_t SIM_Key_RESET(uint8_t) {
return GetAsyncKeyState(VK_END);
}