Merge remote-tracking branch 'decomp/main' into compile

This commit is contained in:
kipcode66
2026-01-26 18:11:18 -05:00
646 changed files with 5742 additions and 1789 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JUTASSERT_H
#define JUTASSERT_H
#include "dolphin/os.h"
#include <dolphin/os.h>
#if DEBUG
#define JUT_SHOW_ASSERT(LINE, COND) JUTAssertion::showAssert(JUTAssertion::getSDevice(), __FILE__, LINE, #COND)
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JUTDIRECTFILE_H
#define JUTDIRECTFILE_H
#include "dolphin/dvd.h"
#include <dolphin/dvd.h>
#define JUTDF_BUFSIZE (0x800)
@@ -1,6 +1,6 @@
#ifndef JUTFONTDATA_ASCFONT_FIX12_H
#define JUTFONTDATA_ASCFONT_FIX12_H
#include "dolphin/types.h"
#include <dolphin/types.h>
#endif /* JUTFONTDATA_ASCFONT_FIX12_H */
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JUTGRAPHFIFO_H
#define JUTGRAPHFIFO_H
#include "dolphin/gx.h"
#include <dolphin/gx.h>
/**
* @ingroup jsystem-jutility
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JUTNAMETAB_H
#define JUTNAMETAB_H
#include "dolphin/types.h"
#include <dolphin/types.h>
/**
* @ingroup jsystem-jutility
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JUTRESOURCE_H
#define JUTRESOURCE_H
#include "dolphin/types.h"
#include <dolphin/types.h>
class JKRArchive;
class JSUInputStream;