mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-30 02:49:41 -06:00
port input subsystem
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
#include "Platform.h"
|
||||
#include "Config.h"
|
||||
#include "FrontendUtil.h"
|
||||
#include "Screen.h"
|
||||
#include "main.h"
|
||||
|
||||
using namespace std::string_literals;
|
||||
|
||||
@ -37,14 +37,6 @@ namespace Config
|
||||
{
|
||||
using namespace melonDS;
|
||||
|
||||
int KeyMapping[12];
|
||||
int JoyMapping[12];
|
||||
|
||||
int HKKeyMapping[HK_MAX];
|
||||
int HKJoyMapping[HK_MAX];
|
||||
|
||||
int JoystickID;
|
||||
|
||||
int WindowWidth;
|
||||
int WindowHeight;
|
||||
bool WindowMaximized;
|
||||
|
Reference in New Issue
Block a user