mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-25 04:18:34 -06:00
* error checking for layout value from older config * rename enum and update aspect ratio code * rewrite LargeFrameLayout to support multiple positions * add settings for smallscreenposition, fix minsize function * fixed framebuffer from res scale (screenshots) * add desktop UI for small screen position * small screen position submenu on desktop * fix int-float conversion warning * rename Above and Below to hopefully fix linux issue * Add Small Screen Position Setting to android settings menu * fix sliders to work with floats, mostly * fix android slider textinput ui * change None enums in settings and cam_params * Apply clang-format-18 * SettingsAdapter.kt: Make more null pointer exception resistant * Updated license headers * Code formatting nitpicks * fix bug in main.ui that was hiding menu * replace default layout with a special call to LargeFrame (like SideBySide does) * fix bug when "large screen" is actually narrower * edit documentation for LargeScreenLayout * update PortraitTopFullFrameLayout to use LargeFrameLayout * fix unary minus on unsigned int bug * Applied formatting correction * Added `const`s where appropriate * android: Add mention of the bottom-right small screen position being the default * review fixes + more constants * refactor all Upright calculations to a reverseLayout method, simplifying code and reducing bugs * Removed stray extra newline * SettingsAdapter.kt: Fixed some strange indentation * Removed unnecessary `if` in favour of direct value usage --------- Co-authored-by: Reg Tiangha <rtiangha@users.noreply.github.com> Co-authored-by: OpenSauce04 <opensauce04@gmail.com> |
||
|---|---|---|
| .. | ||
| custom_textures | ||
| debug_utils | ||
| host_shaders | ||
| pica | ||
| rasterizer_cache | ||
| renderer_opengl | ||
| renderer_software | ||
| renderer_vulkan | ||
| shader | ||
| texture | ||
| CMakeLists.txt | ||
| gpu_debugger.h | ||
| gpu.cpp | ||
| gpu.h | ||
| pica_types.h | ||
| precompiled_headers.h | ||
| rasterizer_accelerated.cpp | ||
| rasterizer_accelerated.h | ||
| rasterizer_interface.h | ||
| renderer_base.cpp | ||
| renderer_base.h | ||
| utils.h | ||
| video_core.cpp | ||
| video_core.h | ||