Lime3DS/src/video_core
David Griswold 43c4d3981d Added "Small Screen Position" feature
* 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>
2024-11-10 20:41:28 +00:00
..
custom_textures renderer_vulkan: Rewrite descriptor set management and various small fixes (#77) 2024-11-07 14:43:54 +01:00
debug_utils pica: Move mutex lock below tracing check on register write (#210) 2024-11-07 14:47:27 +01:00
host_shaders renderer_vulkan: Disable dynamic index conditionally (#20) 2024-11-07 14:41:31 +01:00
pica shader_jit: Fix/optimize conditional evaluation (#234) 2024-11-07 14:47:27 +01:00
rasterizer_cache Added "Small Screen Position" feature 2024-11-10 20:41:28 +00:00
renderer_opengl Added "Small Screen Position" feature 2024-11-10 20:41:28 +00:00
renderer_software Fix gcc 13+ compilation and update fmt. (#142) 2024-11-07 14:44:03 +01:00
renderer_vulkan Added "Reverse Side by Side" Sterioscopic 3D mode 2024-11-10 18:16:50 +00:00
shader shader_jit_a64: Compact host executable memory (#230) 2024-11-07 14:47:30 +01:00
texture video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
CMakeLists.txt renderer_vulkan: Rewrite descriptor set management and various small fixes (#77) 2024-11-07 14:43:54 +01:00
gpu_debugger.h misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
gpu.cpp video_core: Fix crash when no debug context is provided. (#7324) 2024-01-07 10:29:43 -08:00
gpu.h core: Eliminate more uses of Core::System::GetInstance(). (#7313) 2024-01-05 12:07:28 -08:00
pica_types.h Refactor software renderer (#6621) 2023-06-24 00:59:18 +02:00
precompiled_headers.h Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213) 2022-12-17 16:06:38 +01:00
rasterizer_accelerated.cpp video_core: Use source3 when GPU_PREVIOUS is used in first stage (#7411) 2024-02-05 09:53:54 -08:00
rasterizer_accelerated.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
rasterizer_interface.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
renderer_base.cpp video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00
renderer_base.h renderer_vulkan: Fix screenshots under NVIDIA vulkan (#7082) 2023-10-22 22:53:14 +03:00
utils.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
video_core.cpp build: Add flags to toggle specific renderer backends. (#7375) 2024-01-21 23:29:46 -08:00
video_core.h video_core: Refactor GPU interface (#7272) 2023-12-28 11:46:57 +01:00