Update headers to use new namespace in N64ModernRuntime (#74)

This commit is contained in:
David Chavez 2024-06-03 21:46:42 +02:00 committed by GitHub
parent 6eb7d5bd3e
commit 8dfed04919
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View file

@ -729,8 +729,8 @@ int main(int argc, const char** argv) {
std::filesystem::create_directories(std::filesystem::path{ config.output_file_path }.parent_path());
std::ofstream output_file(config.output_file_path);
fmt::print(output_file,
"#include \"rsp.h\"\n"
"#include \"rsp_vu_impl.h\"\n"
"#include \"librecomp/rsp.hpp\"\n"
"#include \"librecomp/rsp_vu_impl.hpp\"\n"
"RspExitReason {}(uint8_t* rdram) {{\n"
" uint32_t r1 = 0, r2 = 0, r3 = 0, r4 = 0, r5 = 0, r6 = 0, r7 = 0;\n"
" uint32_t r8 = 0, r9 = 0, r10 = 0, r11 = 0, r12 = 0, r13 = 0, r14 = 0, r15 = 0;\n"