mirror of
https://github.com/pmret/papermario.git
synced 2026-04-16 11:00:07 -04:00
11 lines
160 B
C
11 lines
160 B
C
#include "common.h"
|
|
|
|
typedef struct {
|
|
char unk_0[0xC];
|
|
void* unk_C;
|
|
} NUScTask;
|
|
|
|
void nuGfxSwapCfb(NUScTask* task) {
|
|
osViSwapBuffer(task->unk_C);
|
|
}
|