Support a few buttons

This commit is contained in:
Jaby
2024-01-04 18:39:42 -06:00
committed by Jaby
parent ca07632075
commit 5db699a620
3 changed files with 21 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include "controller_test_assets.hpp"
#include <PSX/GPU/make_gpu_primitives.hpp>
#include <PSX/Periphery/controller.hpp>
namespace ControllerTest {
using namespace JabyEngine;
@@ -59,7 +60,7 @@ namespace ControllerTest {
}
void setup();
void update();
void update(const Periphery::GenericController& controller);
void render();
};
}