summaryrefslogtreecommitdiff
path: root/include/d/d_sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/d/d_sys.h')
-rw-r--r--include/d/d_sys.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/d/d_sys.h b/include/d/d_sys.h
index 201a7df2..cf602af8 100644
--- a/include/d/d_sys.h
+++ b/include/d/d_sys.h
@@ -3,13 +3,14 @@
#include "common.h"
#include "egg/core/eggHeap.h"
+#include "egg/core/eggProcessMeter.h"
#include "egg/core/eggSystem.h"
#include "nw4r/ut/ut_Color.h"
#define ROUND_UP_4KB(x) (((u32)(x) + 4096 - 1) & ~(4096 - 1))
typedef EGG::TSystem<
- EGG::Video, EGG::AsyncDisplay, EGG::XfbManager, EGG::SimpleAudioMgr, EGG::SceneManager, EGG::PerformanceView>
+ EGG::Video, EGG::AsyncDisplay, EGG::XfbManager, EGG::SimpleAudioMgr, EGG::SceneManager, EGG::ProcessMeter>
System;
class dSndMgr_c;