mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
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:
@ -96,7 +96,7 @@ enum DIInterruptType : int
|
||||
enum class ReplyType : u32
|
||||
{
|
||||
Interrupt,
|
||||
IOS_HLE,
|
||||
IOS,
|
||||
DTK
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user