Add a GUI logging channel.

Replace asserts with _dbg_assert_.
This commit is contained in:
Tony Wasserka 2014-11-13 17:32:03 +01:00
parent 745b0219c5
commit c8d933a142
2 changed files with 2 additions and 0 deletions

View file

@ -69,6 +69,7 @@ enum LOG_TYPE {
HW,
TIME,
NETPLAY,
GUI,
NUMBER_OF_LOGS // Must be last
};