summaryrefslogtreecommitdiff
path: root/src/core/frontend/emu_window.h
diff options
context:
space:
mode:
authorGravatar bunnei2018-01-09 22:36:07 -0500
committerGravatar bunnei2018-01-10 23:28:43 -0500
commit482cf8a005a3c13ac7239995fdbe2e78d12984b9 (patch)
tree0e29fe56ada3a97a1f753ad68e1430e98f66e303 /src/core/frontend/emu_window.h
parentNV: Move the nv device nodes to their own directory and namespace. (diff)
downloadyuzu-482cf8a005a3c13ac7239995fdbe2e78d12984b9.tar.gz
yuzu-482cf8a005a3c13ac7239995fdbe2e78d12984b9.tar.xz
yuzu-482cf8a005a3c13ac7239995fdbe2e78d12984b9.zip
frontend: Update for undocked Switch screen layout.
Diffstat (limited to 'src/core/frontend/emu_window.h')
-rw-r--r--src/core/frontend/emu_window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/frontend/emu_window.h b/src/core/frontend/emu_window.h
index c10dee51b..e8c29adfb 100644
--- a/src/core/frontend/emu_window.h
+++ b/src/core/frontend/emu_window.h
@@ -87,9 +87,9 @@ public:
87 } 87 }
88 88
89 /** 89 /**
90 * Gets the framebuffer layout (width, height, and screen regions) 90 * Gets the framebuffer layout (width, height, and screen regions)
91 * @note This method is thread-safe 91 * @note This method is thread-safe
92 */ 92 */
93 const Layout::FramebufferLayout& GetFramebufferLayout() const { 93 const Layout::FramebufferLayout& GetFramebufferLayout() const {
94 return framebuffer_layout; 94 return framebuffer_layout;
95 } 95 }