diff --git a/config/RSPE01_01/symbols.txt b/config/RSPE01_01/symbols.txt index a743b23b..fbf03534 100644 --- a/config/RSPE01_01/symbols.txt +++ b/config/RSPE01_01/symbols.txt @@ -6853,7 +6853,7 @@ setDimming__11RPSysSystemFi = .text:0x801831E8; // type:function size:0x8 systemShutDown__11RPSysSystemFv = .text:0x801831F0; // type:function size:0xD8 fn_801832C8 = .text:0x801832C8; // type:function size:0x28 fn_801832F0 = .text:0x801832F0; // type:function size:0x18 -startLoadCount__11RPSysSystemFP11RPSysSystem = .text:0x80183308; // type:function size:0xC +startLoadCount__11RPSysSystemFv = .text:0x80183308; // type:function size:0xC fn_80183314 = .text:0x80183314; // type:function size:0xA0 fn_801833B4 = .text:0x801833B4; // type:function size:0xBC getCalendarTime16__11RPSysSystemFv = .text:0x80183470; // type:function size:0x4C diff --git a/include/Pack/RPAudio/RPSndMoveParam.h b/include/Pack/RPAudio/RPSndMoveParam.h index d935565b..26188271 100644 --- a/include/Pack/RPAudio/RPSndMoveParam.h +++ b/include/Pack/RPAudio/RPSndMoveParam.h @@ -132,11 +132,11 @@ class RPSndMoveParam : public RPSndMoveParamLink, public RPSndMoveValueF32 { private: //! Sound handle - nw4r::snd::SoundHandle& mrHandle; // at 0x28 + nw4r::snd::SoundHandle& mrHandle; // at 0x24 //! Sound parameter category - ParamCategory mCategory; // at 0x2C + ParamCategory mCategory; // at 0x28 //! Sequence sound track flags - u32 mTrackFlags; // at 0x30 + u32 mTrackFlags; // at 0x2C }; /****************************************************************************** diff --git a/include/Pack/RPKernel/RPSysHomeMenuMgr.h b/include/Pack/RPKernel/RPSysHomeMenuMgr.h index 5c61d8b3..7a43c08a 100644 --- a/include/Pack/RPKernel/RPSysHomeMenuMgr.h +++ b/include/Pack/RPKernel/RPSysHomeMenuMgr.h @@ -1,6 +1,7 @@ #ifndef RP_KERNEL_HOME_MENU_MGR_H #define RP_KERNEL_HOME_MENU_MGR_H #include +#include #include #include diff --git a/include/Pack/RPKernel/RPSysSystem.h b/include/Pack/RPKernel/RPSysSystem.h index b8cc1b2d..74d5b3ef 100644 --- a/include/Pack/RPKernel/RPSysSystem.h +++ b/include/Pack/RPKernel/RPSysSystem.h @@ -4,6 +4,7 @@ #include #include +#include #include @@ -266,7 +267,9 @@ class RPSysSystem { /** * @brief Gets the thread for asynchronous disc operations */ - EGG::TaskThread* getDvdThread(); + EGG::TaskThread* getDvdThread() { + return mpDvdThread; + } /** * @brief Gets the thread for asynchronous WiiConnect24 operations */