Integrate all the progress into master #6

Merged
jaby merged 595 commits from ToolBox into main 2025-01-01 13:17:44 +00:00
4 changed files with 3 additions and 3 deletions
Showing only changes of commit 8a927010ba - Show all commits

View File

@ -1,5 +1,5 @@
#pragma once
#include "../jabyegine_config.hpp"
#include "../jabyengine_config.hpp"
#include "gpu_primitives.hpp"
namespace JabyEngine {

View File

@ -1,5 +1,5 @@
#pragma once
#include "../jabyegine_config.hpp"
#include "../jabyengine_config.hpp"
#include "controller.hpp"
namespace JabyEngine {

View File

@ -3,7 +3,7 @@
#include <PSX/System/IOPorts/dma_io.hpp>
#include <stdio.h>
#include <PSX/jabyegine_config.hpp>
#include <PSX/jabyengine_config.hpp>
#include <PSX/GTE/gte.hpp>
#include <PSX/System/syscalls.hpp>
#include "../../reference/inline_n.h"