diff options
Diffstat (limited to 'src/common/log.h')
| -rw-r--r-- | src/common/log.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/log.h b/src/common/log.h index 14ad98c08..78f0dae4d 100644 --- a/src/common/log.h +++ b/src/common/log.h | |||
| @@ -4,6 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include "common/common_funcs.h" | ||
| 8 | #include "common/msg_handler.h" | ||
| 9 | |||
| 7 | #ifndef LOGGING | 10 | #ifndef LOGGING |
| 8 | #define LOGGING | 11 | #define LOGGING |
| 9 | #endif | 12 | #endif |
| @@ -62,7 +65,6 @@ enum LOG_TYPE { | |||
| 62 | WII_IPC_HID, | 65 | WII_IPC_HID, |
| 63 | KERNEL, | 66 | KERNEL, |
| 64 | SVC, | 67 | SVC, |
| 65 | NDMA, | ||
| 66 | HLE, | 68 | HLE, |
| 67 | RENDER, | 69 | RENDER, |
| 68 | GPU, | 70 | GPU, |