mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 05:40:15 -06:00
port input subsystem
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user