2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:07:41 +00:00

more input implementation

This commit is contained in:
Jack Andersen
2015-08-28 15:30:47 -10:00
parent ce42cdd3be
commit 7223a9dce5
22 changed files with 526 additions and 136 deletions

View File

@@ -24,6 +24,8 @@
#include "CArchitectureQueue.hpp"
#include "CMain.hpp"
#include "DataSpec/DNAMP1/Tweaks/CTweakPlayer.hpp"
namespace Retro
{
CMemoryCardSys* g_MemoryCardSys = nullptr;
@@ -98,7 +100,9 @@ class CGameArchitectureSupport
CAudioStateWin m_audioStateWin;
public:
CGameArchitectureSupport()
: m_audioSys(0,0,0,0,0)
: m_audioSys(0,0,0,0,0),
m_inputGenerator(g_tweakPlayer->GetLeftLogicalThreshold(),
g_tweakPlayer->GetRightLogicalThreshold())
{
}
bool Update()