Switch to submodules

This commit is contained in:
CocoSimone
2022-08-04 21:12:43 +02:00
parent 89214127a8
commit c448143432
404 changed files with 96 additions and 212763 deletions

View File

@@ -1,6 +1,6 @@
#include <Core.hpp>
#include <SDL2/SDL_events.h>
#include "parallel-rdp-standalone/ParallelRDPWrapper.hpp"
#include "parallel-rdp/ParallelRDPWrapper.hpp"
namespace n64 {
Core::Core(const std::string& rom) {

View File

@@ -3,7 +3,7 @@ project(n64-core)
add_subdirectory(cpu)
add_subdirectory(../../../../external/parallel-rdp-standalone temp)
add_subdirectory(../../../../external/parallel-rdp temp)
add_library(n64-core
Cpu.hpp

View File

@@ -1,7 +1,7 @@
#include <n64/core/RDP.hpp>
#include <util.hpp>
#include <n64/core/RSP.hpp>
#include <ParallelRDPWrapper.hpp>
#include <parallel-rdp/ParallelRDPWrapper.hpp>
#include <n64/core/mmio/Interrupt.hpp>
namespace n64 {