changeset 5936:d0f040d8f53c

New MSGT for more printf to mp_msg
author albeu
date Thu, 02 May 2002 10:52:30 +0000
parents 5074aa8fae5a
children 4b18bf35f153
files mp_msg.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mp_msg.h	Thu May 02 10:49:55 2002 +0000
+++ b/mp_msg.h	Thu May 02 10:52:30 2002 +0000
@@ -72,6 +72,12 @@
 
 #define MSGT_NETWORK 31
 
+#define MSGT_CPUDETECT 32
+
+#define MSGT_CODECCFG 33
+
+#define MSGT_SWS 34
+
 #define MSGT_MAX 64
 
 void mp_msg_init();