port input subsystem

This commit is contained in:
Arisotura
2024-05-23 18:50:29 +02:00
parent daf981e7c2
commit d50f01b774
16 changed files with 498 additions and 468 deletions

View File

@ -20,7 +20,6 @@
#include "NDS.h"
#include "SPU.h"
#include "Platform.h"
#include "Input.h"
#include "main.h"
#include "mic_blow.h"
@ -265,7 +264,7 @@ void EmuInstance::micLoadWav(const std::string& name)
void EmuInstance::micProcess()
{
int type = micInputType;
bool cmd = Input::HotkeyDown(HK_Mic);
bool cmd = hotkeyDown(HK_Mic);
if (type != micInputType_External && !cmd)
{