diff options
author | Fire_Head <Fire-Head@users.noreply.github.com> | 2019-06-02 14:30:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-02 14:30:16 +0200 |
commit | 3aebd965c1ed0a6df4d5582a0165f7cb354d17bc (patch) | |
tree | cd5fa5516044c50bd777bbf2f513e2d20fa5e990 /src/skel/win | |
parent | Merge branch 'master' into master (diff) | |
parent | fixed merge (diff) | |
download | re3-3aebd965c1ed0a6df4d5582a0165f7cb354d17bc.tar re3-3aebd965c1ed0a6df4d5582a0165f7cb354d17bc.tar.gz re3-3aebd965c1ed0a6df4d5582a0165f7cb354d17bc.tar.bz2 re3-3aebd965c1ed0a6df4d5582a0165f7cb354d17bc.tar.lz re3-3aebd965c1ed0a6df4d5582a0165f7cb354d17bc.tar.xz re3-3aebd965c1ed0a6df4d5582a0165f7cb354d17bc.tar.zst re3-3aebd965c1ed0a6df4d5582a0165f7cb354d17bc.zip |
Diffstat (limited to 'src/skel/win')
-rw-r--r-- | src/skel/win/win.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp index 35575892..9d71861b 100644 --- a/src/skel/win/win.cpp +++ b/src/skel/win/win.cpp @@ -130,12 +130,13 @@ WRAPPER HRESULT _InputInitialise() { EAXJMP(0x5830D0); } WRAPPER void _InputShutdown() { EAXJMP(0x583910); } WRAPPER HRESULT _InputInitialiseMouse() { EAXJMP(0x583110); } WRAPPER void _InputInitialiseJoys() { EAXJMP(0x583580); } -WRAPPER void LoadingScreen(char const *msg1, char const *msg2, char const *screen) { EAXJMP(0x48D770); } WRAPPER Bool InitialiseGame(void) { EAXJMP(0x48E7E0); } WRAPPER const Char *GetLevelSplashScreen(Int32 number) { EAXJMP(0x48D750); } -WRAPPER CSprite2d *LoadSplash(const char *name) { EAXJMP(0x48D550); } // +void LoadingScreen(char const *msg1, char const *msg2, char const *screen); +CSprite2d *LoadSplash(const char *name); + void InitialiseLanguage(); RwBool _psSetVideoMode(RwInt32 subSystem, RwInt32 videoMode); HRESULT CenterVideo(void); |