mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-08 19:53:40 -04: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> |
||
|---|---|---|
| .. | ||
| arm | ||
| cheats | ||
| dumping | ||
| file_sys | ||
| frontend | ||
| gdbstub | ||
| hle | ||
| hw | ||
| loader | ||
| rpc | ||
| tracer | ||
| 3ds.h | ||
| CMakeLists.txt | ||
| core.cpp | ||
| core.h | ||
| core_timing.cpp | ||
| core_timing.h | ||
| global.h | ||
| memory.cpp | ||
| memory.h | ||
| movie.cpp | ||
| movie.h | ||
| nus_download.cpp | ||
| nus_download.h | ||
| perf_stats.cpp | ||
| perf_stats.h | ||
| precompiled_headers.h | ||
| savestate.cpp | ||
| savestate.h | ||
| savestate_data.h | ||
| system_titles.cpp | ||
| system_titles.h | ||