mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-05-24 15:20:38 -04:00
Decompile mainInit
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ extern u8 g_Is4Mb;
|
||||
extern u32 g_VmNumTlbMisses;
|
||||
extern u32 g_VmNumPageMisses;
|
||||
extern u32 g_VmNumPageReplaces;
|
||||
extern u32 g_VmMarker;
|
||||
extern u8 *g_VmMarker;
|
||||
extern u32 g_VmRamEnd;
|
||||
extern u32 g_VmStateTableEnd;
|
||||
extern AMAudioMgr g_AudioManager;
|
||||
|
||||
@@ -11,7 +11,7 @@ void profile00009a98(void);
|
||||
void profileSetMarker(u32 arg0);
|
||||
Gfx *profileRender(Gfx *gdl);
|
||||
void viConfigureForLogos(void);
|
||||
void viConfigureForBanner(u8 *fb);
|
||||
void viConfigureForCopyright(u8 *fb);
|
||||
void viConfigureForLegal(void);
|
||||
void viReset(s32 stagenum);
|
||||
void viBlack(bool black);
|
||||
|
||||
+292
-1842
File diff suppressed because it is too large
Load Diff
+4
-6
@@ -104,15 +104,13 @@ void viConfigureForLogos(void)
|
||||
}
|
||||
|
||||
/**
|
||||
* Configure the VI to display a banner texture.
|
||||
* Configure the VI to display the copyright or accessingpak texture.
|
||||
*
|
||||
* The banner texture is the first thing displayed after power on.
|
||||
* It is either the copyright notice, or the "Accessing Pak" message
|
||||
* if holding start to enter the boot pak menu.
|
||||
* The texture is the first thing displayed after power on.
|
||||
*
|
||||
* Both textures are 576 x 48.
|
||||
* Both textures are 507 x 48, but the framebuffer width is 576.
|
||||
*/
|
||||
void viConfigureForBanner(u8 *texturedata)
|
||||
void viConfigureForCopyright(u8 *texturedata)
|
||||
{
|
||||
s32 i;
|
||||
|
||||
|
||||
+1
-1
@@ -70,7 +70,7 @@ u8 g_Is4Mb;
|
||||
u32 g_VmNumTlbMisses;
|
||||
u32 g_VmNumPageMisses;
|
||||
u32 g_VmNumPageReplaces;
|
||||
u32 g_VmMarker;
|
||||
u8 *g_VmMarker;
|
||||
u32 g_VmRamEnd;
|
||||
u32 g_VmStateTableEnd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user