Update log types names from IPC_HLE to IOS

For consistency with the other changes.

WII_IPC_DVD was changed to IOS_DI, as this describes what the log type
is used for in a more specific way.
This commit is contained in:
Léo Lam
2017-01-18 20:38:44 +01:00
parent 49b9c723e2
commit ef5a855b8e
33 changed files with 796 additions and 819 deletions

View File

@ -96,7 +96,7 @@ enum DIInterruptType : int
enum class ReplyType : u32
{
Interrupt,
IOS_HLE,
IOS,
DTK
};