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:
aldelaro5
2018-03-22 03:18:25 -04:00
parent 5a4b59c4d1
commit c54e56793a
9 changed files with 48 additions and 45 deletions

View File

@ -52,6 +52,7 @@ enum LOG_TYPE
POWERPC,
SERIALINTERFACE,
SP1,
SYMBOLS,
VIDEO,
VIDEOINTERFACE,
WII_IPC,