summaryrefslogtreecommitdiff
path: root/include/d/d_rvl_fb_copy.h
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2026-06-23 20:52:55 +0100
committerGitHub <noreply@github.com>2026-06-23 12:52:55 -0700
commitc8fa8c9e2aab72cf4e5db0e5d1c84a9ea6ee6eb0 (patch)
treee74401818820cb5571533e10e3f1b987bdb8b75a /include/d/d_rvl_fb_copy.h
parent8eae8919c8f53c4c5015ef9b664c6cd2f7c31f8b (diff)
Link d_cursor_mng for all Wii versions (#3164)HEADmain
Diffstat (limited to 'include/d/d_rvl_fb_copy.h')
-rw-r--r--include/d/d_rvl_fb_copy.h6
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 */