azahar/src/citra_libretro
Fausto Núñez Alberro 1b41c78afc
libretro: expose large_screen_proportion as a core option (#1833)
Adds the large_screen_proportion setting to libretro core options,
allowing users to adjust the ratio between the large and small screens
in the "Large Screen, Small Screen" layout.

This is useful on devices like the Steam Deck where the default 4x ratio
makes the small screen too tiny to be practical.

Values range from 1.00x to 6.00x in 0.25 increments.

Closes #1832
2026-03-07 16:44:27 +01:00
..
emu_window Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
input Configuration backend improvements Pt. 1 (#1762) 2026-03-02 23:26:43 +00:00
citra_libretro.cpp Configuration backend improvements Pt. 1 (#1762) 2026-03-02 23:26:43 +00:00
citra_libretro.h Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
CMakeLists.txt Remove _android suffix from Android libretro core filename 2026-03-03 16:26:08 +00:00
core_settings.cpp libretro: expose large_screen_proportion as a core option (#1833) 2026-03-07 16:44:27 +01:00
core_settings.h Configuration backend improvements Pt. 1 (#1762) 2026-03-02 23:26:43 +00:00
environment.cpp Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
environment.h Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
libretro.osx.def Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00
libretro_vk.cpp libretro: add portability_subset extension if required (#1791) 2026-02-28 15:23:03 +01:00
libretro_vk.h Implement libretro core (#1215) 2026-02-19 22:30:25 +00:00