Use precompiled headers, fix weak data issues

This commit is contained in:
LagoLunatic
2025-08-19 17:15:39 -04:00
parent a32174dff6
commit 217775af4e
629 changed files with 646 additions and 445 deletions
+1 -4
View File
@@ -3,6 +3,7 @@
// Translation Unit: m_Do_graphic.cpp
//
#include "d/dolzel.h" // IWYU pragma: keep
#include "m_Do/m_Do_graphic.h"
#include "SSystem/SComponent/c_lib.h"
#include "d/d_com_inf_game.h"
@@ -32,10 +33,6 @@
#include "JSystem/JUtility/JUTXfb.h"
#include "dolphin/base/PPCArch.h"
#if VERSION == VERSION_DEMO
#include "weak_data_2100_2080.h" // IWYU pragma: keep
#endif
JUTFader * mDoGph_gInf_c::mFader;
ResTIMG * mDoGph_gInf_c::mFrameBufferTimg;
GXTexObj mDoGph_gInf_c::mFrameBufferTexObj;