frontend: Update for undocked Switch screen layout.

This commit is contained in:
bunnei 2018-01-09 22:36:07 -05:00
parent 1ca800ccee
commit 482cf8a005
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;
}