Hold R2 and L2 to active load test

This commit is contained in:
2024-07-22 20:09:47 +02:00
parent 79f2b436ff
commit c4d4b8f014
5 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
#include "../include/shared.hpp"
#include "include/menu.hpp"
#include <PSX/Periphery/periphery.hpp>
@@ -49,7 +50,7 @@ namespace Menu {
bool BackMenu :: update(const GPU::PositionI16& position, bool auto_clear) {
const auto& controller = Periphery::get_primary_controller_as<JabyEngine::Periphery::GenericController>();
if(true/*controller.button.is_down(DigitalButton::Circle)*/) {
if(Shared::load_test || controller.button.is_down(DigitalButton::Circle)) {
this->waiting = true;
if(this->timeout.is_expired_for(2500_ms)) {
return true;