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
commit c54e56793a
No known key found for this signature in database
GPG key ID: 054DD3E6FF48DB71
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,