integration of n64 core
This commit is contained in:
9
src/core/n64/Core.cpp
Normal file
9
src/core/n64/Core.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <Core.hpp>
|
||||
|
||||
namespace natsukashii::n64::core {
|
||||
Core::Core(const std::string& rom) {}
|
||||
|
||||
void Core::Run() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user