diff options
| author | 2014-04-10 22:43:48 -0400 | |
|---|---|---|
| committer | 2014-04-10 22:43:48 -0400 | |
| commit | d4cb2aab63d4739db6b09a821a9e715985e615be (patch) | |
| tree | a5c2852d325b972ce61343628e3418187efdbbc8 /src/common/log.h | |
| parent | changed some naming/misc cleanups (diff) | |
| download | yuzu-d4cb2aab63d4739db6b09a821a9e715985e615be.tar.gz yuzu-d4cb2aab63d4739db6b09a821a9e715985e615be.tar.xz yuzu-d4cb2aab63d4739db6b09a821a9e715985e615be.zip | |
added logger for generic HLE
Diffstat (limited to 'src/common/log.h')
| -rw-r--r-- | src/common/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.h b/src/common/log.h index 432a307f0..2eacf05f2 100644 --- a/src/common/log.h +++ b/src/common/log.h | |||
| @@ -56,7 +56,7 @@ enum LOG_TYPE { | |||
| 56 | WII_IPC_HLE, | 56 | WII_IPC_HLE, |
| 57 | WII_IPC_NET, | 57 | WII_IPC_NET, |
| 58 | WII_IPC_WC24, | 58 | WII_IPC_WC24, |
| 59 | WII_IPC_SSL, | 59 | HLE, |
| 60 | RENDER, | 60 | RENDER, |
| 61 | LCD, | 61 | LCD, |
| 62 | HW, | 62 | HW, |