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

Initial virtual PAD API

This commit is contained in:
2022-03-20 00:45:45 -07:00
parent a96fe24260
commit 9cedce737f
8 changed files with 222 additions and 33 deletions

View File

@@ -6,6 +6,7 @@
#include <magic_enum.hpp>
namespace metaforce {
static logvisor::Module Log("CInputGenerator");
void CInputGenerator::Update(float dt, CArchitectureQueue& queue) {
if (m_firstFrame) {