mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 14:13:27 -04:00
d_kankyo_wether / d_eye_hl (#178)
* d_eye_hl / d_kankyo_wether wip * more d_kankyo_wether + format * remove asm * some d_kankyo wip * fix dccs vtable * some m_Do_graphic / d_meter2_draw work
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
/* 0x10 */ f32 field_0x10;
|
||||
/* 0x14 */ bool mUsingHostIO;
|
||||
/* 0x15 */ bool mDisplayMeter;
|
||||
/* 0x16 */ bool mDisplayPrint;
|
||||
/* 0x16 */ u8 mDisplayPrint;
|
||||
/* 0x17 */ bool mDisplay2D;
|
||||
/* 0x18 */ bool mDisplayParticle;
|
||||
/* 0x19 */ bool mDisplayProcessID;
|
||||
@@ -41,4 +41,14 @@ public:
|
||||
|
||||
extern fapGm_HIO_c g_HIO;
|
||||
|
||||
inline bool fapGmHIO_isMenu() {
|
||||
return g_HIO.mDisplayPrint & 2;
|
||||
}
|
||||
inline bool fapGmHIO_isPrint() {
|
||||
return g_HIO.mDisplayPrint & 1;
|
||||
}
|
||||
inline bool fapGmHIO_getMeter() {
|
||||
return g_HIO.mDisplayMeter;
|
||||
}
|
||||
|
||||
#endif /* F_AP_F_AP_GAME_H */
|
||||
|
||||
Reference in New Issue
Block a user