Switch to submodules
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user