mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-29 23:03:16 +00:00
5 lines
109 B
C++
5 lines
109 B
C++
#include "recomp.h"
|
|
|
|
extern "C" void osDpSetNextBuffer_recomp(uint8_t* rdram, recomp_context* ctx) {
|
|
;
|
|
}
|