summaryrefslogtreecommitdiffstats
path: root/src/common/src/log.h
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-19 03:29:55 +0200
committerShizZy <shizzy@6bit.net>2013-09-19 03:29:55 +0200
commit5417346585028322f833357b3e025fc844d18b55 (patch)
tree9086e28f8c370b9e512b7f43803c29a65fe90221 /src/common/src/log.h
parentadded ARMulator/skyeye ARM11 core to the project (diff)
downloadyuzu-5417346585028322f833357b3e025fc844d18b55.tar
yuzu-5417346585028322f833357b3e025fc844d18b55.tar.gz
yuzu-5417346585028322f833357b3e025fc844d18b55.tar.bz2
yuzu-5417346585028322f833357b3e025fc844d18b55.tar.lz
yuzu-5417346585028322f833357b3e025fc844d18b55.tar.xz
yuzu-5417346585028322f833357b3e025fc844d18b55.tar.zst
yuzu-5417346585028322f833357b3e025fc844d18b55.zip
Diffstat (limited to '')
-rw-r--r--src/common/src/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/src/log.h b/src/common/src/log.h
index c2549affb..fc0d7fb1c 100644
--- a/src/common/src/log.h
+++ b/src/common/src/log.h
@@ -22,6 +22,7 @@ enum LOG_TYPE {
COMMANDPROCESSOR,
COMMON,
CONSOLE,
+ CORE,
DISCIO,
FILEMON,
DSPHLE,
@@ -35,6 +36,7 @@ enum LOG_TYPE {
ARM11,
GPFIFO,
OSHLE,
+ LOADER,
MASTER_LOG,
MEMMAP,
MEMCARD_MANAGER,