Some fixups
This commit is contained in:
parent
6a27eb7356
commit
1acc0961d4
27 changed files with 107 additions and 103 deletions
|
|
@ -4,6 +4,9 @@
|
|||
#include <stdio.h>
|
||||
#include <types.h>
|
||||
|
||||
#include <game/dvd.h>
|
||||
#include <game/object.h>
|
||||
|
||||
// Credits: Super Monkey Ball
|
||||
|
||||
void OSReport(const char *msg, ...)
|
||||
|
|
@ -640,7 +643,8 @@ void GXPosition2s16(const s16 x, const s16 y)
|
|||
puts("GXPosition2s16 is a stub");
|
||||
}
|
||||
|
||||
void GXColor1x8(u8 index) {
|
||||
void GXColor1x8(u8 index)
|
||||
{
|
||||
puts("GXColor1x8 is a stub");
|
||||
}
|
||||
|
||||
|
|
@ -691,3 +695,8 @@ void MGSeqMain(void)
|
|||
{
|
||||
puts("MGSeqMain is a stub");
|
||||
}
|
||||
|
||||
void omMasterInit(s32 prio, FileListEntry *ovl_list, s32 ovl_count, OverlayID start_ovl)
|
||||
{
|
||||
puts("omMasterInit is a stub");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue