mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-08 07:25:05 +01: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) {
|
||
|
;
|
||
|
}
|