general cleanup, d_menu_quit / d_a_obj_testcube mostly done, d_msg_scrn_explain debug (#3065)

* typedef for cPhs_Step

* make sdk includes consistent

* d_menu_quit / d_msg_scrn_explain debug

* d_a_obj_testcube mostly done

* d_debug_pad mostly done

* jstudio tool library headers

* some JStudioCameraEditor headers

* d_jcam_editor mostly done

* try fixing some shield regressions

* d_bg_parts mostly done

* fix merge errors

* debug fix
This commit is contained in:
TakaRikka
2026-01-24 23:36:23 -08:00
committed by GitHub
parent 6f73e18bd2
commit c9e2a73dda
612 changed files with 4052 additions and 1141 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASAICTRL_H
#define JASAICTRL_H
#include "dolphin/types.h"
#include <dolphin/types.h>
enum JASOutputRate {
OUTPUT_RATE_0,
+1 -1
View File
@@ -3,7 +3,7 @@
#include "JSystem/JAudio2/JASTaskThread.h"
#include "JSystem/JUtility/JUTAssert.h"
#include "dolphin/dvd.h"
#include <dolphin/dvd.h>
class JASChannel;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASAUDIORESETER_H
#define JASAUDIORESETER_H
#include "dolphin/types.h"
#include <dolphin/types.h>
/**
* @ingroup jsystem-jaudio
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASBANK_H
#define JASBANK_H
#include "dolphin/types.h"
#include <dolphin/types.h>
class JASChannel;
class JASInstParam;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASBANKLIST_H
#define JASBANKLIST_H
#include "dolphin/types.h"
#include <dolphin/types.h>
class JASBank;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASCALC_H
#define JASCALC_H
#include "dolphin/types.h"
#include <dolphin/types.h>
/**
* @ingroup jsystem-jaudio
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASCALLBACK_H
#define JASCALLBACK_H
#include "dolphin/types.h"
#include <dolphin/types.h>
typedef s32 JASCallback(void*);
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASDSPINTERFACE_H
#define JASDSPINTERFACE_H
#include "dolphin/types.h"
#include <dolphin/types.h>
struct JASWaveInfo;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASDVDTHREAD_H
#define JASDVDTHREAD_H
#include "dolphin/types.h"
#include <dolphin/types.h>
class JASTaskThread;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASLFO_H
#define JASLFO_H
#include "dolphin/types.h"
#include <dolphin/types.h>
/**
* @ingroup jsystem-jaudio
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASOSCILLATOR_H
#define JASOSCILLATOR_H
#include "dolphin/types.h"
#include <dolphin/types.h>
/**
* @ingroup jsystem-jaudio
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASPROBE_H
#define JASPROBE_H
#include "dolphin/types.h"
#include <dolphin/types.h>
/**
* @ingroup jsystem-jaudio
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASREGISTERPARAM_H
#define JASREGISTERPARAM_H
#include "dolphin/types.h"
#include <dolphin/types.h>
/**
* @ingroup jsystem-jaudio
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASSEQPARSER_H
#define JASSEQPARSER_H
#include "dolphin/types.h"
#include <dolphin/types.h>
class JASTrack;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASSEQREADER_H
#define JASSEQREADER_H
#include "dolphin/types.h"
#include <dolphin/types.h>
/**
* @ingroup jsystem-jaudio
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASSOUNDPARAMS_H
#define JASSOUNDPARAMS_H
#include "dolphin/types.h"
#include <dolphin/types.h>
/**
* @ingroup jsystem-jaudio
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASTRACKPORT_H
#define JASTRACKPORT_H
#include "dolphin/types.h"
#include <dolphin/types.h>
/**
* @ingroup jsystem-jaudio
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JASWAVEINFO_H
#define JASWAVEINFO_H
#include "dolphin/types.h"
#include <dolphin/types.h>
class JASWaveArc;
@@ -1,7 +1,7 @@
#ifndef JAUAUDIOARCINTERPRETER_H
#define JAUAUDIOARCINTERPRETER_H
#include "dolphin/types.h"
#include <dolphin/types.h>
/**
* @ingroup jsystem-jaudio
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef JAUINITIALIZER_H
#define JAUINITIALIZER_H
#include "dolphin/types.h"
#include <dolphin/types.h>
class JKRSolidHeap;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef DSPPROC_H
#define DSPPROC_H
#include "dolphin/types.h"
#include <dolphin/types.h>
void DSPReleaseHalt2(u32 msg);
void DsetupTable(u32 param_0, u32 param_1, u32 param_2, u32 param_3, u32 param_4);
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef DSPTASK_H
#define DSPTASK_H
#include "dolphin/types.h"
#include <dolphin/types.h>
void DspBoot(void (*)(void*));
void DspFinishWork(u16 param_0);