From 957441d2da405c4d63b5bb9e2adca94b953374a4 Mon Sep 17 00:00:00 2001 From: "fires.gc" Date: Thu, 30 Oct 2008 22:25:54 +0000 Subject: added some new log types for wii git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1023 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/Common.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Source/Core/Common') 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 }; }; -- cgit v1.2.3