eden/src
lizzie d0206c35fb
[qt] fix aspect ratio enum mismatch for framebuffer (#2792)
the framebuffer:
```c++
enum class AspectRatio {
    Default,
    R4_3,
    R21_9,
    R16_10,
    StretchToWindow,
};
```
the actual enum
```c++
ENUM(AspectRatio, R16_9, R4_3, R21_9, R16_10, Stretch);
```
If someone were to add a new setting it would likely cause catastrophe.

1280/720 = 16/9

Signed-off-by: lizzie <lizzie@eden-emu.dev>

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2792
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2025-10-21 21:39:09 +02:00
..
android [cmake, android] remove stale popups, fix freebsd sdl2 (#2794) 2025-10-21 21:08:13 +02:00
audio_core [compat] Debian stable gcc12/clang14 compilation fixes (#2763) 2025-10-18 01:54:43 +02:00
common [compat] Debian stable gcc12/clang14 compilation fixes (#2763) 2025-10-18 01:54:43 +02:00
core [qt] fix aspect ratio enum mismatch for framebuffer (#2792) 2025-10-21 21:39:09 +02:00
dedicated_room [cmake, core] refactor: update mbedtls and make YUZU_USE_CPM better (#485) 2025-09-15 04:22:15 +02:00
dynarmic [dynarmic/cmake] fatal fail on darwin if mig fails (#2802) 2025-10-21 20:50:36 +02:00
frontend_common [qt] fix translations (#2773) 2025-10-18 22:19:06 +02:00
hid_core [hid_core] Fix a specific case where all controllers get disconnected by certain games (#2759) 2025-10-17 22:24:38 +02:00
input_common [compat] Debian stable gcc12/clang14 compilation fixes (#2763) 2025-10-18 01:54:43 +02:00
network [cmake] feat: FFmpeg CI, allow 16kb android builds, update translations for transifex (#2543) 2025-09-23 19:38:11 +02:00
qt_common [cmake, tools, docs] Update CPMUtil (#2790) 2025-10-20 03:43:15 +02:00
shader_recompiler [maxwell] SURED 4 handling (#2769) 2025-10-20 17:08:25 +02:00
tests [compat] Debian stable gcc12/clang14 compilation fixes (#2763) 2025-10-18 01:54:43 +02:00
video_core [compat] Debian stable gcc12/clang14 compilation fixes (#2763) 2025-10-18 01:54:43 +02:00
web_service [cmake] refactor: SDL2 CI and CPMUtil::AddCIPackage (#284) 2025-08-23 19:42:49 +02:00
yuzu [qt] fix aspect ratio enum mismatch for framebuffer (#2792) 2025-10-21 21:39:09 +02:00
yuzu_cmd [qt] fix aspect ratio enum mismatch for framebuffer (#2792) 2025-10-21 21:39:09 +02:00
yuzu_room_standalone Fix License headers & CI (#168) 2025-06-09 01:40:21 +00:00
.clang-format
CMakeLists.txt [ci] improve ccache and add support on Android (#2673) 2025-10-08 01:04:18 +02:00
dep_hashes.h.in [cmake, frontend] feat: CPMUtil + dependency viewer (#238) 2025-08-11 22:27:29 +02:00