summaryrefslogtreecommitdiff
path: root/src/common/log.h
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2014-11-13 17:32:03 +0100
committerTony Wasserka <NeoBrainX@gmail.com>2014-11-18 13:03:02 +0100
commitc8d933a14211ce6ee02659ecef758a1f303bc87f (patch)
tree3f7a6a5bd652602b5e5ea6442c14d2b855c4dd4b /src/common/log.h
parent745b0219c5dae25d65f18ef13fd5dfd9ca23b671 (diff)
Add a GUI logging channel.
Replace asserts with _dbg_assert_.
Diffstat (limited to 'src/common/log.h')
-rw-r--r--src/common/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h
index bfd73f8a5..822cd21eb 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -69,6 +69,7 @@ enum LOG_TYPE {
HW,
TIME,
NETPLAY,
+ GUI,
NUMBER_OF_LOGS // Must be last
};