Add a GUI logging channel.
Replace asserts with _dbg_assert_.
This commit is contained in:
parent
745b0219c5
commit
c8d933a142
2 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ enum LOG_TYPE {
|
|||
HW,
|
||||
TIME,
|
||||
NETPLAY,
|
||||
GUI,
|
||||
|
||||
NUMBER_OF_LOGS // Must be last
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue