mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Add a log type for Symbols and move symbols related logs to it
This fix the awkwardness of having the symbols detection, parsing and loading related logs be in OS HLE while they don't have anything to do with that.
This commit is contained in:
parent
5a4b59c4d1
commit
c54e56793a
9 changed files with 48 additions and 45 deletions
|
@ -52,6 +52,7 @@ enum LOG_TYPE
|
|||
POWERPC,
|
||||
SERIALINTERFACE,
|
||||
SP1,
|
||||
SYMBOLS,
|
||||
VIDEO,
|
||||
VIDEOINTERFACE,
|
||||
WII_IPC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue