mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 20:55:45 +00:00
loggin: Add IPC logging category.
This commit is contained in:
parent
dc905463dc
commit
d15cadd760
2 changed files with 3 additions and 1 deletions
|
@ -60,6 +60,7 @@ enum class Class : ClassType {
|
|||
HW_LCD, ///< LCD register emulation
|
||||
HW_GPU, ///< GPU control emulation
|
||||
HW_AES, ///< AES engine emulation
|
||||
IPC, ///< IPC interface
|
||||
Frontend, ///< Emulator UI
|
||||
Render, ///< Emulator video output and hardware acceleration
|
||||
Render_Software, ///< Software renderer backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue