mirror of
https://github.com/zeldaret/tp
synced 2026-08-11 03:26:25 -04:00
d_a_shop_item, d_a_b_go, d_a_b_gos OK (#2085)
* d_a_shop_item OK * d_a_b_go OK * d_a_b_gos OK * remove asm * some work on d_a_b_oh / d_a_b_zant_sima * d_a_startAndGoal done
This commit is contained in:
@@ -243,7 +243,7 @@ void JAISound::initTrack_JAISound_(JASTrack* track) {
|
||||
numChannels++;
|
||||
}
|
||||
}
|
||||
ASSERT(numChannels >= 1)
|
||||
ASSERT(numChannels >= 1);
|
||||
track->setChannelMgrCount(numChannels);
|
||||
for (size_t i = 0; i < track->getChannelMgrCount(); i++) {
|
||||
track->assignExtBuffer(i, soundParams[i]);
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "JSystem/JKernel/JKRDvdAramRipper.h"
|
||||
#include "string.h"
|
||||
#include "dolphin/dvd.h"
|
||||
#include "global.h"
|
||||
#include "dolphin/os.h"
|
||||
|
||||
//
|
||||
// Forward References:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "JSystem/JAudio2/JAUStreamFileTable.h"
|
||||
#include "dolphin/dvd.h"
|
||||
#include "global.h"
|
||||
#include "dolphin/os.h"
|
||||
|
||||
/* 802A7420-802A742C 2A1D60 000C+00 0/0 1/1 0/0 .text __ct__18JAUStreamFileTableFv */
|
||||
JAUStreamFileTable::JAUStreamFileTable() {
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
//
|
||||
|
||||
#include "JSystem/JStudio/JStudio/stb-data-parse.h"
|
||||
#include "dolphin/os.h"
|
||||
#include "global.h"
|
||||
|
||||
namespace JStudio {
|
||||
|
||||
Reference in New Issue
Block a user