diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-31 23:31:02 +0100 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-31 23:31:02 +0100 |
commit | 28006d5fa6af63a9bc2f274e7daf7a741eaacde5 (patch) | |
tree | 3090cdc8a6674273ddce83bb9f789b599ad442b3 /src/render.h | |
parent | 70d4ba8d3bfa3c5b219a8baf86d279adf5177d14 (diff) | |
parent | f6ecdf87b278d62a7259bca573e81484ad9932f6 (diff) |
Merge branch 'cl'
Diffstat (limited to 'src/render.h')
-rw-r--r-- | src/render.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render.h b/src/render.h index a50027a..52be446 100644 --- a/src/render.h +++ b/src/render.h @@ -17,6 +17,7 @@ typedef struct config { CpuConfig config_cpu; OpenCLConfig config_opencl; u8 mode; + u8 zoomSpecific; u8 video; u8 filetype; u16 width; |