diff options
| author | 2014-10-07 19:44:13 -0400 | |
|---|---|---|
| committer | 2014-10-07 19:44:13 -0400 | |
| commit | a171000cbec1dbae4e5c0c34ea1d7ef1b4313164 (patch) | |
| tree | a6bc766749aabd4eb8df276749fe51db49ee7030 /src/common/log.h | |
| parent | Merge pull request #129 from linkmauve/master (diff) | |
| parent | Added configuration file system. (diff) | |
| download | yuzu-a171000cbec1dbae4e5c0c34ea1d7ef1b4313164.tar.gz yuzu-a171000cbec1dbae4e5c0c34ea1d7ef1b4313164.tar.xz yuzu-a171000cbec1dbae4e5c0c34ea1d7ef1b4313164.zip | |
Merge pull request #108 from archshift/config
Configuration files
Diffstat (limited to 'src/common/log.h')
| -rw-r--r-- | src/common/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h index 291534c67..bfd73f8a5 100644 --- a/src/common/log.h +++ b/src/common/log.h | |||
| @@ -28,6 +28,7 @@ enum LOG_TYPE { | |||
| 28 | COMMANDPROCESSOR, | 28 | COMMANDPROCESSOR, |
| 29 | COMMON, | 29 | COMMON, |
| 30 | CONSOLE, | 30 | CONSOLE, |
| 31 | CONFIG, | ||
| 31 | DISCIO, | 32 | DISCIO, |
| 32 | FILEMON, | 33 | FILEMON, |
| 33 | DSPHLE, | 34 | DSPHLE, |