diff options
| author | Max Roncace <me@caseif.net> | 2026-06-23 20:52:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-23 12:52:55 -0700 |
| commit | c8fa8c9e2aab72cf4e5db0e5d1c84a9ea6ee6eb0 (patch) | |
| tree | e74401818820cb5571533e10e3f1b987bdb8b75a /include/d/d_rvl_fb_copy.h | |
| parent | 8eae8919c8f53c4c5015ef9b664c6cd2f7c31f8b (diff) | |
Diffstat (limited to 'include/d/d_rvl_fb_copy.h')
| -rw-r--r-- | include/d/d_rvl_fb_copy.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/d/d_rvl_fb_copy.h b/include/d/d_rvl_fb_copy.h new file mode 100644 index 0000000000..2b14f4dfb3 --- /dev/null +++ b/include/d/d_rvl_fb_copy.h @@ -0,0 +1,6 @@ +#ifndef D_SCREEN_COPY +#define D_SCREEN_COPY + +extern bool g_rvlEnableExtraFramebufferCopy; + +#endif /* D_SCREEN_COPY */ |
