Lime3DS/src/citra_qt
OpenSauce 9203b23868
Some checks failed
citra-build / source (push) Has been cancelled
citra-build / linux (appimage) (push) Has been cancelled
citra-build / linux (fresh) (push) Has been cancelled
citra-build / macos (arm64) (push) Has been cancelled
citra-build / macos (x86_64) (push) Has been cancelled
citra-build / windows (msvc) (push) Has been cancelled
citra-build / windows (msys2) (push) Has been cancelled
citra-build / android (push) Has been cancelled
citra-build / ios (push) Has been cancelled
citra-format / clang-format (push) Has been cancelled
citra-transifex / transifex (push) Has been cancelled
citra-build / macos-universal (push) Has been cancelled
Stereoscopic 3D Enhancements (#602)
* Stereoscopic 3D Enhancements

- Increase maximum 3D depth to 255%
- Fix touch screen to only render 2D when separate window layout is used
- Cleanup some 3D option localizations

* qt: Added warning label below depth slider for values over 100%

* Fixed broken rendering for Interlaced, Reverse Interlaced and Anaglyph options when using 3D with seperate windows

* android: Added warning label below depth slider for values over 100%

* Fixed a bracket and break statement being incorrectly positioned

---------

Co-authored-by: oneup03 <oneup03@gmail.com>
2025-03-24 21:26:14 +00:00
..
applets Move MiiData to its own namespace and add ChecksummedMiiData (#6824) 2023-07-31 20:38:47 -07:00
camera Added "Small Screen Position" feature 2024-11-10 20:41:28 +00:00
configuration Stereoscopic 3D Enhancements (#602) 2025-03-24 21:26:14 +00:00
debugger Add cmake option to enable microprofile 2025-03-10 11:41:05 +00:00
dumping Updated a myriad of user-facing strings to refer to Azahar, not Citra 2024-11-21 23:30:29 +00:00
movie Replaced references to games with references to applications 2025-03-01 00:10:07 +00:00
multiplayer Encrypt downloaded apps with a console unique key 2025-03-01 12:12:52 +00:00
util Fixed incorrect applications directory path while using Flatpak build 2024-11-10 18:16:50 +00:00
aboutdialog.cpp Updated all files under dist to refer to Azahar instead of Citra 2025-03-21 16:37:10 +00:00
aboutdialog.h
aboutdialog.ui Updated all files under dist to refer to Azahar instead of Citra 2025-03-21 16:37:10 +00:00
bootmanager.cpp Merged the SDL and Qt frontends together into a single unified executable 2024-11-10 19:28:04 +00:00
bootmanager.h build: Add flags to toggle specific renderer backends. (#7375) 2024-01-21 23:29:46 -08:00
citra_qt.cpp Stereoscopic 3D Enhancements (#602) 2025-03-24 21:26:14 +00:00
citra_qt.h qt: Added Report Compatibility button which redirects to Azahar compatibility list 2025-03-15 22:21:59 +00:00
CMakeLists.txt qt: Added update checker behind CMake option ENABLE_QT_UPDATE_CHECKER 2025-03-12 21:55:12 +01:00
compatibility_list.cpp
compatibility_list.h
discord_impl.cpp Update discord rich presence to use Azahar application (#589) 2025-03-01 13:50:35 +01:00
discord_impl.h core: De-globalize movie (#6659) 2023-08-01 02:57:38 +02:00
discord.h
game_list_p.h Major revamps to match game loading decisions. 2025-02-27 14:22:50 +01:00
game_list_worker.cpp Major revamps to match game loading decisions. 2025-02-27 14:22:50 +01:00
game_list_worker.h citra_qt: Track play time 2024-11-10 18:16:49 +00:00
game_list.cpp Applied clang-format 2025-03-21 22:42:09 +00:00
game_list.h Show warning that 3ds files are no longer supported 2025-03-21 18:39:57 +00:00
hotkeys.cpp Applied clang-format-18 to codebase 2024-11-10 21:02:54 +00:00
hotkeys.h Fixed HotkeyRegistry::GetHotkey locking shortcuts to the first widget that calls it 2024-11-10 18:16:49 +00:00
loading_screen.cpp citra_qt: Add support for game desktop shortcuts 2024-11-10 18:16:49 +00:00
loading_screen.h qt: Migrate to Qt6. (#6418) 2023-05-05 03:10:34 -07:00
loading_screen.ui Loading Screen: Vertically Center everything 2020-01-22 17:26:27 -07:00
main.ui Updated all files under dist to refer to Azahar instead of Citra 2025-03-21 16:37:10 +00:00
play_time_manager.cpp citra_qt: Track play time 2024-11-10 18:16:49 +00:00
play_time_manager.h citra_qt: Track play time 2024-11-10 18:16:49 +00: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
qt_image_interface.cpp misc: fix issues pointed out by msvc (#7316) 2024-01-07 12:37:42 -08:00
qt_image_interface.h citra_qt: Remove image allocation limit (#6682) 2023-07-11 21:43:19 -07:00
uisettings.cpp citra_qt: Rename default theme from Light to System 2025-03-13 18:45:20 +00:00
uisettings.h Show warning that 3ds files are no longer supported 2025-03-21 18:39:57 +00:00
update_checker.cpp qt: Make update check concurrent and added connection timeout 2025-03-12 21:55:12 +01:00
update_checker.h qt: Added update checker behind CMake option ENABLE_QT_UPDATE_CHECKER 2025-03-12 21:55:12 +01:00
user_data_migration.cpp qt: Fixed migration text box erroneously being show if there is no Azahar, Citra or Lime3DS data 2025-03-13 19:02:17 +00:00
user_data_migration.h Do data migration before QtConfig is constructed 2025-03-10 12:16:14 +00:00