Fix auto controller icons breaking loading screen graphics (#64)

This commit is contained in:
Hyper
2024-12-27 20:58:41 +00:00
committed by GitHub
parent c98f3942d6
commit bab9705151
4 changed files with 37 additions and 5 deletions

View File

@@ -20,8 +20,12 @@ namespace SWA
class CLoading
{
public:
SWA_INSERT_PADDING(0x128);
bool m_IsVisible;
SWA_INSERT_PADDING(0xD8);
be<uint32_t> m_pUnk;
SWA_INSERT_PADDING(0x3C);
Chao::CSD::RCPtr<Chao::CSD::CScene> m_rcNightToDay;
SWA_INSERT_PADDING(0x0C);
be<uint32_t> m_IsVisible;
SWA_INSERT_PADDING(0x0C);
be<ELoadingDisplayType> m_LoadingDisplayType;
SWA_INSERT_PADDING(0x65);