summaryrefslogtreecommitdiffstats
path: root/src/common/log.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-08 02:59:21 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-08 02:59:21 +0200
commit92bde183dd5d8665c56a96cb33a78fb8bd5afc61 (patch)
tree936381d83200faea3b66d4f97a678a5719361025 /src/common/log.h
parentadded BitField to common (diff)
downloadyuzu-92bde183dd5d8665c56a96cb33a78fb8bd5afc61.tar
yuzu-92bde183dd5d8665c56a96cb33a78fb8bd5afc61.tar.gz
yuzu-92bde183dd5d8665c56a96cb33a78fb8bd5afc61.tar.bz2
yuzu-92bde183dd5d8665c56a96cb33a78fb8bd5afc61.tar.lz
yuzu-92bde183dd5d8665c56a96cb33a78fb8bd5afc61.tar.xz
yuzu-92bde183dd5d8665c56a96cb33a78fb8bd5afc61.tar.zst
yuzu-92bde183dd5d8665c56a96cb33a78fb8bd5afc61.zip
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 {
EXPANSIONINTERFACE,
GDB_STUB,
ARM11,
- GPFIFO,
+ GSP,
OSHLE,
MASTER_LOG,
MEMMAP,