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