Support Second controller port (or not if disabled) and have a fancy background

This commit is contained in:
2024-01-04 22:28:25 -06:00
parent 8a7bcf92fa
commit 60c4c5e61f
5 changed files with 46 additions and 25 deletions

View File

@@ -1,6 +1,9 @@
#pragma once
#include "../src/include/menu.hpp"
#include "../src/include/font_writer.hpp"
#include <PSX/GPU/gpu_types.hpp>
namespace Shared {
extern Menu::BackMenu back_menu;
extern Menu::BackMenu back_menu;
extern JabyEngine::GPU::POLY_G4 background;
}