diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-05-17 22:50:33 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-06-12 06:10:49 -0400 |
commit | 1dfa3928242ad486040b1c65768faa2c7fce4654 (patch) | |
tree | 50efedc7e5090c36df63043bd542e7e8508fa1c0 /src/common/log.h | |
parent | 87e98ff97be94edf8d4c50a9cf232a008213a928 (diff) |
Rename LCD to GPU.
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 8b39b03a1..d0da68aad 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -60,7 +60,7 @@ enum LOG_TYPE { NDMA, HLE, RENDER, - LCD, + GPU, HW, TIME, NETPLAY, |