mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-11 03:12:15 +00:00
Rename rsp_stuff.hpp to rsp.hpp
This commit is contained in:
parent
63d0c7f85a
commit
6a7663477c
4 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "ultramodern/error_handling.hpp"
|
||||
#include "ultramodern/events.hpp"
|
||||
#include "ultramodern/rsp_stuff.hpp"
|
||||
#include "ultramodern/rsp.hpp"
|
||||
|
||||
struct UltraThreadContext {
|
||||
std::thread host_thread;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
#include "ultramodern.hpp"
|
||||
#include "config.hpp"
|
||||
#include "rt64_layer.h"
|
||||
#include "rsp_stuff.hpp"
|
||||
#include "ultramodern/rsp.hpp"
|
||||
|
||||
static ultramodern::events::callbacks_t threads_callbacks{};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
#include "rsp_stuff.hpp"
|
||||
#include "ultramodern/rsp.hpp"
|
||||
|
||||
static ultramodern::rsp::callbacks_t rsp_callbacks {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue