diff options
author | chai <chaifix@163.com> | 2019-12-08 10:59:54 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-08 10:59:54 +0800 |
commit | fb2791c41847d76327b6665398b44be41a44c02d (patch) | |
tree | e6083a40093f04520079b89e87fbcc47caf5f598 /src/core/device.h | |
parent | 8518e135ff5c312bd5a3b496d400c751aa3bd5b3 (diff) |
*misc
Diffstat (limited to 'src/core/device.h')
-rw-r--r-- | src/core/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/device.h b/src/core/device.h index 10db509..5cf9c4a 100644 --- a/src/core/device.h +++ b/src/core/device.h @@ -34,6 +34,8 @@ typedef enum ssr_EnableMask { void ssr_init(ssr_Config* config); +float ssr_getaspect(); + int ssr_getframebufferw(); int ssr_getframebufferh(); |