Add: Show memory allocations by GS and AI in framerate window

This commit is contained in:
Niels Martin Hansen
2019-04-15 20:29:37 +02:00
parent 140a96b3a0
commit e7f6f07599
5 changed files with 65 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ enum FramerateWindowWidgets {
WID_FRW_TIMES_NAMES,
WID_FRW_TIMES_CURRENT,
WID_FRW_TIMES_AVERAGE,
WID_FRW_ALLOCSIZE,
WID_FRW_SEL_MEMORY,
WID_FRW_SCROLLBAR,
};