mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-09 20:23:43 -04:00
* framebuffer_layout.cpp: simplify FrameLayoutFromResolutionScale
- upright_screen seems to only be swapped width and height calculation, so it is replaced with std::swap
- Get rid of call to GetCardboardSettings, The FrameLayoutFromResolutionScale function is used for Screenshots and Video Dumping where we dont need 3D effects
* framebuffer_layout.cpp: Combine SideFrameLayout and MobileLandscapeFrameLayout into variants of LargeFrameLayout
* framebuffer_layout.{cpp,h}: rename maxRectangle to MaxRectangle, plus
minor documentation update
* clang-format
|
||
|---|---|---|
| .. | ||
| applets | ||
| camera | ||
| emu_window.cpp | ||
| emu_window.h | ||
| framebuffer_layout.cpp | ||
| framebuffer_layout.h | ||
| image_interface.cpp | ||
| image_interface.h | ||
| input.h | ||