mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 12:44:09 +00:00
added a few registered pointers and memory debug
This commit is contained in:
parent
356a32eb09
commit
4b9fb631fc
5 changed files with 67 additions and 5 deletions
|
@ -110,6 +110,9 @@ void TheGame(void);
|
|||
void DebugMenuPopulate(void);
|
||||
#endif
|
||||
|
||||
#ifndef FINAL
|
||||
bool gbPrintMemoryUsage;
|
||||
#endif
|
||||
|
||||
#ifdef GTA_PS2
|
||||
#define WANT_TO_LOAD TheMemoryCard.m_bWantToLoad
|
||||
|
@ -957,9 +960,10 @@ DisplayGameDebugText()
|
|||
TWEAKBOOL(bDisplayPosn);
|
||||
TWEAKBOOL(bDisplayRate);
|
||||
}
|
||||
#endif
|
||||
|
||||
// PrintMemoryUsage(); // TODO: put this somewhere else
|
||||
if(gbPrintMemoryUsage)
|
||||
PrintMemoryUsage();
|
||||
#endif
|
||||
|
||||
char str[200];
|
||||
wchar ustr[200];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue