diff options
author | bunnei <bunneidev@gmail.com> | 2014-11-18 18:32:01 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-11-18 18:32:01 -0500 |
commit | 40acd63631eeaca248b2393cde399714a730214f (patch) | |
tree | f87fe583cad412012a034665a5269567f008cf4d /src/common/log.h | |
parent | 219628d1c81701132f417f22aeb862be06abe72b (diff) | |
parent | 963c923d5931dc9d20eb298001282da88e31c31a (diff) |
Merge pull request #165 from neobrain/viewport-scaling
Stretch emulation output to render window and be display density independent
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 bfd73f8a5..822cd21eb 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -69,6 +69,7 @@ enum LOG_TYPE { HW, TIME, NETPLAY, + GUI, NUMBER_OF_LOGS // Must be last }; |