2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 22:17:02 +00:00

Splash screen rendering

This commit is contained in:
2022-02-04 21:23:15 -05:00
parent 8d01afc632
commit 509252a17f
21 changed files with 1292 additions and 163 deletions

View File

@@ -19,7 +19,7 @@ private:
// EProgressivePhase x20_progressivePhase = EProgressivePhase::Before;
// bool x24_progressiveSelection = true;
bool x25_textureLoaded = false;
CTexturedQuadFilterAlpha m_quad;
TLockedToken<CTexture> m_texture;
public:
explicit CSplashScreen(ESplashScreen);