mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-02-18 08:40:06 +00:00
6 lines
109 B
C++
6 lines
109 B
C++
|
#include "recomp.h"
|
||
|
|
||
|
extern "C" void osDpSetNextBuffer_recomp(uint8_t* rdram, recomp_context* ctx) {
|
||
|
;
|
||
|
}
|