resolve various core2 warnings
This commit is contained in:
@@ -368,7 +368,7 @@ void func_80243FE4(N_AL_Struct81s *arg0) {
|
||||
alEvtqPostEvent(&D_802758CC->evtq, &evt, 33333);
|
||||
}
|
||||
|
||||
void func_80244050(ALEventQueue *arg0, struct struct_81_s *arg1, u16 arg2) {
|
||||
void func_80244050(ALEventQueue *arg0, N_AL_Struct81s *arg1, u16 arg2) {
|
||||
s32 pad[5];
|
||||
u32 mask;
|
||||
ALEventListItem *next_event_list;
|
||||
|
@@ -2,9 +2,11 @@
|
||||
#include "core1/core1.h"
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
#include "core1/pfsmanager.h"
|
||||
|
||||
#include "version.h"
|
||||
|
||||
|
||||
#define PFSMANAGER_THREAD_STACK_SIZE 0x200
|
||||
|
||||
extern struct {
|
||||
@@ -120,7 +122,7 @@ s32 func_8024E698(s32 controller_index){
|
||||
return D_80281138[controller_index].start_button;
|
||||
}
|
||||
|
||||
void func_8024E6E0(s32 controller_index, s32 *dst[4]){
|
||||
void func_8024E6E0(s32 controller_index, s32 dst[4]){
|
||||
dst[0] = D_80281138[controller_index].unk24[0];
|
||||
dst[1] = D_80281138[controller_index].unk24[1];
|
||||
dst[2] = D_80281138[controller_index].unk24[2];
|
||||
|
Reference in New Issue
Block a user