summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authorfires.gc <fires.gc@gmail.com>2008-10-30 22:25:54 +0000
committerfires.gc <fires.gc@gmail.com>2008-10-30 22:25:54 +0000
commit957441d2da405c4d63b5bb9e2adca94b953374a4 (patch)
treecb830eb596abc2addbb2f7795a1e9623bef58074 /Source/Core/Common
parent60a75d861de1cd85b56e87f47fc6511624ce1e07 (diff)
added some new log types for wii
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1023 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/Src/Common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h
index 537460b319..1062b20767 100644
--- a/Source/Core/Common/Src/Common.h
+++ b/Source/Core/Common/Src/Common.h
@@ -215,7 +215,10 @@ class LogTypes
WII_IOB,
WII_IPC,
WII_IPC_HLE,
- WIIMOTE,
+ WII_IPC_DVD,
+ WII_IPC_ES,
+ WII_IPC_FILEIO,
+ WII_IPC_WIIMOTE,
NUMBER_OF_LOGS
};
};