mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 01:39:43 -04:00
Misc Changes (#306)
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: f_pc/f_pc_manager
|
||||
//
|
||||
/**
|
||||
* f_pc_manager.cpp
|
||||
* Framework - Process Manager
|
||||
*/
|
||||
|
||||
#include "d/d_error_msg.h"
|
||||
#include "f_pc/f_pc_manager.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "f_pc/f_pc_base.h"
|
||||
#include "f_pc/f_pc_create_iter.h"
|
||||
#include "f_pc/f_pc_creator.h"
|
||||
@@ -25,81 +24,7 @@
|
||||
#include "f_pc/f_pc_pause.h"
|
||||
#include "f_pc/f_pc_priority.h"
|
||||
#include "f_pc/f_pc_profile.h"
|
||||
|
||||
#include "SSystem/SComponent/c_API_graphic.h"
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
#include "m_Do/m_Do_audio.h"
|
||||
|
||||
//
|
||||
// Types:
|
||||
//
|
||||
|
||||
struct dShutdownErrorMsg_c {
|
||||
/* 8009D790 */ static bool execute();
|
||||
};
|
||||
|
||||
struct dDvdErrorMsg_c {
|
||||
/* 8009D354 */ static u8 execute();
|
||||
};
|
||||
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
extern "C" void fpcM_Draw__FPv();
|
||||
extern "C" static void fpcM_DrawIterater__FPFPvPv_i();
|
||||
extern "C" void fpcM_Execute__FPv();
|
||||
extern "C" void fpcM_Delete__FPv();
|
||||
extern "C" void fpcM_IsCreating__FUi();
|
||||
extern "C" void fpcM_Management__FPFv_vPFv_v();
|
||||
extern "C" void fpcM_Init__Fv();
|
||||
extern "C" void fpcM_FastCreate__FsPFPv_iPvPv();
|
||||
extern "C" void fpcM_IsPause__FPvUc();
|
||||
extern "C" void fpcM_PauseEnable__FPvUc();
|
||||
extern "C" void fpcM_PauseDisable__FPvUc();
|
||||
extern "C" void fpcM_JudgeInLayer__FUiPFPvPv_PvPv();
|
||||
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
|
||||
extern "C" void fpcCtIt_JudgeInLayer__FUiPFPvPv_PvPv();
|
||||
extern "C" void fpcCt_IsCreatingByID__FUi();
|
||||
extern "C" void fpcCt_Handler__Fv();
|
||||
extern "C" void fpcDt_Handler__Fv();
|
||||
extern "C" void fpcDt_Delete__FPv();
|
||||
extern "C" void fpcEx_Execute__FP18base_process_class();
|
||||
extern "C" void fpcEx_Handler__FPFPvPv_i();
|
||||
extern "C" void fpcLy_RootLayer__Fv();
|
||||
extern "C" void fpcLy_CurrentLayer__Fv();
|
||||
extern "C" void fpcLy_Layer__FUi();
|
||||
extern "C" void fpcLy_Create__FP11layer_classPvP15node_list_classi();
|
||||
extern "C" void fpcLyIt_OnlyHere__FP11layer_classPFPvPv_iPv();
|
||||
extern "C" void fpcLyIt_Judge__FP11layer_classPFPvPv_PvPv();
|
||||
extern "C" void fpcLn_Create__Fv();
|
||||
extern "C" void fpcPi_Handler__Fv();
|
||||
extern "C" void fpcPause_IsEnable__FPvUc();
|
||||
extern "C" void fpcPause_Enable__FPvUc();
|
||||
extern "C" void fpcPause_Disable__FPvUc();
|
||||
extern "C" void fpcDw_Execute__FP18base_process_class();
|
||||
extern "C" void fpcDw_Handler__FPFPFPvPv_i_iPFPvPv_i();
|
||||
extern "C" void fpcFCtRq_Request__FP11layer_classsPFPvPv_iPvPv();
|
||||
extern "C" void drawSimpleModel__14dComIfG_play_cFv();
|
||||
extern "C" void stopTime__11dLib_time_cFv();
|
||||
extern "C" void startTime__11dLib_time_cFv();
|
||||
extern "C" void peekData__13dDlst_peekZ_cFv();
|
||||
extern "C" void execute__14dDvdErrorMsg_cFv();
|
||||
extern "C" void execute__19dShutdownErrorMsg_cFv();
|
||||
extern "C" void cAPIGph_Painter__Fv();
|
||||
extern "C" void MtxInit__Fv();
|
||||
extern "C" void pauseAllGameSound__10Z2SoundMgrFb();
|
||||
extern "C" void stopPatternedRumble__Q210JUTGamePad7CRumbleFs();
|
||||
extern "C" void _savegpr_28();
|
||||
extern "C" void _restgpr_28();
|
||||
extern "C" extern u8 m_gamePad__8mDoCPd_c[16];
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
|
||||
/* 800220A0-800220C0 0020+00 s=1 e=1 z=0 None .text fpcM_Draw__FPv */
|
||||
void fpcM_Draw(void* pProc) {
|
||||
|
||||
Reference in New Issue
Block a user