Prototype fixes

This commit is contained in:
dbalatoni13 2025-04-02 00:41:07 +02:00
parent 9fb738e2ed
commit ba0d7ef58c
6 changed files with 20 additions and 3 deletions

9
include/game/sreset.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef _GAME_SRESET_H
#define _GAME_SRESET_H
#include "dolphin.h"
s32 HuSoftResetButtonCheck(void);
void HuDvdErrDispInit(GXRenderModeObj *rmode, void *xfb1, void *xfb2);
#endif