frontend: Update for undocked Switch screen layout.

This commit is contained in:
bunnei 2018-01-09 22:36:07 -05:00
parent 81bcb331f8
commit 6eda6ae6eb
8 changed files with 43 additions and 279 deletions

View file

@ -87,9 +87,9 @@ public:
}
/**
* Gets the framebuffer layout (width, height, and screen regions)
* @note This method is thread-safe
*/
* Gets the framebuffer layout (width, height, and screen regions)
* @note This method is thread-safe
*/
const Layout::FramebufferLayout& GetFramebufferLayout() const {
return framebuffer_layout;
}