d_ky_thunder done / d_scope wip / m_Do_graphic wip (#308)

* d_ky_thunder OK + misc build fixes

* d_scope mostly done

* some m_Do_graphic wip

* remove asm
This commit is contained in:
TakaRikka
2023-03-14 15:27:46 -07:00
committed by GitHub
parent 500d079c40
commit a01d65b0b9
45 changed files with 1493 additions and 1995 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ public:
extern fapGm_HIO_c g_HIO;
inline bool fapGmHIO_isMenu() {
inline BOOL fapGmHIO_isMenu() {
return g_HIO.mDisplayPrint & 2;
}