mirror of https://github.com/zeldaret/tp.git
clang-format
This commit is contained in:
parent
6f22d27503
commit
409257b111
|
|
@ -46,7 +46,7 @@ public:
|
|||
void* user_data;
|
||||
};
|
||||
|
||||
//typedef void (*DVDCallback)(u32 result, DVDFileInfo *info);
|
||||
// typedef void (*DVDCallback)(u32 result, DVDFileInfo *info);
|
||||
|
||||
class DVDFileInfo {
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ void JUTWarningConsole(void);
|
|||
void JUTWarningConsole_f(void);
|
||||
void VIWaitForRetrace(void);
|
||||
void func_80361C24(void);
|
||||
void memcpy(void*,void*,int);
|
||||
void memcpy(void*, void*, int);
|
||||
void func_80365470(void);
|
||||
void func_803688DC(void);
|
||||
void func_80368ABC(void);
|
||||
|
|
|
|||
|
|
@ -109,8 +109,8 @@ s32 JKRDvdFile::readData(void* param_1, long length, long param_3) {
|
|||
this->mOSThread = OSGetCurrentThread();
|
||||
|
||||
s32 result = -1;
|
||||
s32 readAsyncResult = DVDReadAsyncPrio(&this->file_info, param_1, length, param_3,
|
||||
JKRDvdFile::doneProcess, 2);
|
||||
s32 readAsyncResult =
|
||||
DVDReadAsyncPrio(&this->file_info, param_1, length, param_3, JKRDvdFile::doneProcess, 2);
|
||||
if (readAsyncResult) {
|
||||
result = this->sync();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,8 @@ void CheckHeap(u32 controller_pad_no) {
|
|||
bool unk = false;
|
||||
|
||||
// if L + R + Z is pressed...
|
||||
if (((m_cpadInfo[controller_pad_no].mButtonFlags & ~0x10) == 0x60) && m_cpadInfo[controller_pad_no].mPressedButtonFlags & 0x10) {
|
||||
if (((m_cpadInfo[controller_pad_no].mButtonFlags & ~0x10) == 0x60) &&
|
||||
m_cpadInfo[controller_pad_no].mPressedButtonFlags & 0x10) {
|
||||
unk = true;
|
||||
}
|
||||
|
||||
|
|
@ -118,7 +119,7 @@ asm void Debug_console(u32) {
|
|||
#ifdef NONMATCHING
|
||||
extern u8 lbl_803739a0[0x310];
|
||||
extern char lbl_803a2ee0[20];
|
||||
extern void memcpy(void*,void*,int);
|
||||
extern void memcpy(void*, void*, int);
|
||||
|
||||
void LOAD_COPYDATE(void*) {
|
||||
s32 dvd_status;
|
||||
|
|
|
|||
Loading…
Reference in New Issue