summaryrefslogtreecommitdiff
path: root/src/common/log.h
diff options
context:
space:
mode:
authorGravatar bunnei2014-05-07 20:59:21 -0400
committerGravatar bunnei2014-05-07 20:59:21 -0400
commit92bde183dd5d8665c56a96cb33a78fb8bd5afc61 (patch)
tree936381d83200faea3b66d4f97a678a5719361025 /src/common/log.h
parentadded BitField to common (diff)
downloadyuzu-92bde183dd5d8665c56a96cb33a78fb8bd5afc61.tar.gz
yuzu-92bde183dd5d8665c56a96cb33a78fb8bd5afc61.tar.xz
yuzu-92bde183dd5d8665c56a96cb33a78fb8bd5afc61.zip
added GSP to loggers
Diffstat (limited to 'src/common/log.h')
-rw-r--r--src/common/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.h b/src/common/log.h
index ffc727a27..de0629445 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -33,7 +33,7 @@ enum LOG_TYPE {
33 EXPANSIONINTERFACE, 33 EXPANSIONINTERFACE,
34 GDB_STUB, 34 GDB_STUB,
35 ARM11, 35 ARM11,
36 GPFIFO, 36 GSP,
37 OSHLE, 37 OSHLE,
38 MASTER_LOG, 38 MASTER_LOG,
39 MEMMAP, 39 MEMMAP,