mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-06-25 17:24:05 +00:00
5 lines
127 B
C++
5 lines
127 B
C++
#include "recomp.h"
|
|
|
|
extern "C" void osDpSetNextBuffer_recomp(uint8_t* restrict rdram, recomp_context* restrict ctx) {
|
|
;
|
|
}
|