mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-21 15:46:42 -04:00
Decompile currentPlayerSetCameraScale
This commit is contained in:
@@ -15,7 +15,7 @@ void currentPlayerSetScreenSize(f32 width, f32 height);
|
||||
void currentPlayerSetScreenPosition(f32 left, f32 top);
|
||||
void currentPlayerSetPerspective(f32 near, f32 fovy, f32 aspect);
|
||||
f32 func0f0b49b8(f32 arg0);
|
||||
u32 func0f0b4a24(void);
|
||||
void currentPlayerSetCameraScale(void);
|
||||
u32 func0f0b4c3c(void);
|
||||
u32 func0f0b4d04(void);
|
||||
u32 func0f0b4d68(void);
|
||||
|
||||
+10
-14
@@ -2562,10 +2562,10 @@ struct player {
|
||||
/*0x171c*/ f32 c_perspaspect;
|
||||
/*0x1720*/ f32 c_halfwidth;
|
||||
/*0x1724*/ f32 c_halfheight;
|
||||
/*0x1728*/ u32 unk1728;
|
||||
/*0x172c*/ u32 unk172c;
|
||||
/*0x1730*/ u32 unk1730;
|
||||
/*0x1734*/ u32 unk1734;
|
||||
/*0x1728*/ f32 c_scalex;
|
||||
/*0x172c*/ f32 c_scaley;
|
||||
/*0x1730*/ f32 c_recipscalex;
|
||||
/*0x1734*/ f32 c_recipscaley;
|
||||
/*0x1738*/ u32 unk1738;
|
||||
/*0x173c*/ u32 unk173c;
|
||||
/*0x1740*/ u32 unk1740;
|
||||
@@ -2579,16 +2579,12 @@ struct player {
|
||||
/*0x1760*/ u32 unk1760;
|
||||
/*0x1764*/ u32 unk1764;
|
||||
/*0x1768*/ u32 unk1768;
|
||||
/*0x176c*/ f32 unk176c;
|
||||
/*0x1770*/ u32 unk1770;
|
||||
/*0x1774*/ u32 unk1774;
|
||||
/*0x1778*/ u32 unk1778;
|
||||
/*0x177c*/ u32 unk177c;
|
||||
/*0x1780*/ u32 unk1780;
|
||||
/*0x1784*/ u32 unk1784;
|
||||
/*0x1788*/ u32 unk1788;
|
||||
/*0x178c*/ u32 unk178c;
|
||||
/*0x1790*/ u32 unk1790;
|
||||
/*0x176c*/ f32 c_scalelod60;
|
||||
/*0x1770*/ f32 c_scalelod;
|
||||
/*0x1774*/ f32 c_lodscalez;
|
||||
/*0x1778*/ u32 c_lodscalezu32;
|
||||
/*0x177c*/ struct coord c_cameratopnorm;
|
||||
/*0x1788*/ struct coord c_cameraleftnorm;
|
||||
/*0x1794*/ u32 unk1794;
|
||||
/*0x1798*/ u32 unk1798;
|
||||
/*0x179c*/ u32 unk179c;
|
||||
|
||||
Reference in New Issue
Block a user