OpenSauce04
1277e84794
update_checker.cpp: Use fmt::format
instead of std::format
...
It seems that certain environments still don't have access to `std::format` yet, and I missed this because it built fine on my machine and CI passed because the code using `std::format` wasn't included in non-tagged builds.
2025-05-27 13:52:04 +01:00
OpenSauce04
41ad2ef78d
Updated language translations via Transifex
2025-05-27 13:06:28 +01:00
OpenSauce04
5271966a87
update_checker.cpp: Use GitHub's tags
API to get latest tag for prereleases
...
The `releases` API can sometimes return releases out of order if they were uploaded too close to eachother, for whatever reason.
2025-05-27 13:01:06 +01:00
OpenSauce04
1206b00779
update_checker.cpp: Add alpha
and beta
substrings to prerelease detection logic
2025-05-27 11:39:29 +01:00
OpenSauce04
b5b9b72638
android: Enable android:windowOptOutEdgeToEdgeEnforcement
for Android 15+
2025-05-26 21:28:38 +01:00
RedBlackAka
4c084db13a
Update MoltenVK to 1.2.9
2025-05-26 19:34:07 +01:00
Kex
f22e575f57
Make argument of --username required
2025-05-26 00:13:18 +01:00
OpenSauce04
414d6f5757
android: Fixed Turbo toast appearing in situations other than toggling Turbo
...
+ minor code cleanup
2025-05-26 00:12:18 +01:00
PabloMK7
8da60d02af
Add setting to toggle RPC server (disabled by default) ( #1047 )
2025-05-20 13:03:38 +01:00
OpenSauce04
2909e86696
video_core: Fixed incorrect Vulkan mode when speed unthrottled w/ vsync
...
When the frame limit was set to 0 (unthrottled), the Vulkan present mode would be unintentionally set to FIFO, which caps out at the monitor's refresh rate
2025-05-16 21:01:53 +01:00
OpenSauce04
851c2709a3
file_util.cpp: Removed unnecessary definitions
2025-05-16 21:01:53 +01:00
OpenSauce04
0f28165c45
file_util.cpp: Use _stat64
instead of stat
where appropriate
...
Avoids compile failures introduced in an MSYS2 update
2025-05-16 21:01:53 +01:00
OpenSauce04
fa2c7d0c76
Updated translations via Transifex
2025-05-07 21:22:58 +01:00
PabloMK7
c94caeb9a4
Fix savestates with the OpenGL renderer
2025-05-07 21:06:16 +01:00
OpenSauce04
beacac3f11
Corrected some minor visual inconsistencies compared to other tabs
2025-05-06 22:18:17 +01:00
SeppNel
89974af0ef
Add scroll to layout page (graphics)
2025-05-06 22:18:17 +01:00
OpenSauce04
32d5036fc6
gitignore: Added .markdown-preview.html
...
Produced by the `markdown-preview-mode` Emacs package
2025-05-06 19:33:46 +01:00
OpenSauce04
86b3c732e5
tools: Added additional note about translation inconsistencies in certain dev environments
2025-05-06 19:31:18 +01:00
OpenSauce04
2ce26ee9ea
Updated translations via Transifex
2025-05-06 19:23:34 +01:00
OpenSauce04
8559aba978
ci: Fixed EXTRA_CMAKE_FLAGS variable being set up incorrectly with tagged builds
2025-04-30 18:21:07 +01:00
OpenSauce04
ff72997511
Re-updated language translations via Transifex
2025-04-30 17:22:23 +01:00
OpenSauce04
9a7364ee92
Updated language translations via Transifex
2025-04-30 15:10:40 +01:00
OpenSauce04
4e35a0b575
Updated compatibility list
2025-04-30 15:06:07 +01:00
OpenSauce04
6ddb63582f
macos: Use non-native Qt menubar as a temp workaround for #933
2025-04-30 15:05:14 +01:00
OpenSauce04
31908f732f
qt: Added new update checker logic which correctly handles prereleases
2025-04-30 13:39:57 +01:00
Jan200101
4a3d4de9c2
Remove PrefersNonDefaultGPU from desktop file
2025-04-30 13:22:06 +01:00
OpenSauce04
b1850e6f51
tools: Added pre-release checklist to tools readme
2025-04-30 10:44:51 +01:00
OpenSauce04
1d562cdd11
tools: Added new tool scripts for updating translations and the compatibility list
...
Also added a brief readme file to the directory
2025-04-30 10:39:41 +01:00
Malachi
4a34bcfcbf
Fix to_char error on MacOS
2025-04-26 23:03:53 +01:00
OpenSauce04
5fc48cfc8d
ci: Remove libs directory for MacOS during macos-universal.sh
so that it doesn't get distributed
...
This directory isn't at all necessary, and just wastes space in the distributed archive
2025-04-26 22:35:38 +01:00
OpenSauce04
3947f896e5
ci: Don't compile standalone room for MacOS
...
Closes #672
2025-04-26 22:35:10 +01:00
OpenSauce04
1e8cc02d56
cmake: Reduce files copied to bundle directory by create_base_bundle_target
2025-04-26 22:19:16 +01:00
OpenSauce04
b4699d9d47
ci: For source artifacts from tagged builds, use the name of the tag in the filename
...
Closes #779
2025-04-26 16:49:38 +01:00
OpenSauce04
a53ce91852
Fix CMake CMP0175 warnings
...
Closes #981
2025-04-26 16:42:37 +01:00
PabloMK7
01d7ff7a08
Fix installing DLCs with encrypted flags for missing contents ( #979 )
2025-04-24 21:53:09 +02:00
PabloMK7
493f59cef5
Fix off-by-one error in savestates that could cause crashes ( #977 )
2025-04-24 19:04:59 +02:00
PabloMK7
939a6e0f7a
Allow shader cache to switch to different titles at runtime ( #978 )
2025-04-24 19:03:48 +02:00
OpenSauce04
975ad17442
Internally rename turbo_speed
and similar to turbo_limit
...
This aligns with the pre-existing `frame_limit` value
2025-04-23 16:59:28 +01:00
OpenSauce04
dcbf79df14
Overhaul turbo speed implementation to use temporary_frame_limit
2025-04-23 16:59:28 +01:00
PabloMK7
eba3c2c08f
Fix cheats and rpc server affecting the wrong processes ( #956 )
2025-04-23 17:09:37 +02:00
PabloMK7
391f91f735
Support downloading owned DLCs ( #950 )
2025-04-23 17:08:48 +02:00
OpenSauce04
bac344d059
ci: For Linux, only move AppImage to artifacts directory
...
Closes #795
2025-04-21 13:47:30 +01:00
OpenSauce04
0051182338
ci: Windows installer is now deployed directly to artifacts directory
2025-04-21 13:33:19 +01:00
SeppNel
527610d599
citra_qt: Fix duplicated hotkey entry and order. ( #945 )
...
* Fix order
* Match hotkey name with citra_qt.cpp
2025-04-20 12:19:20 +01:00
Midou36O
1ff5042685
Fallback to silence when no samples have been captured. ( #955 )
2025-04-19 15:21:13 +02:00
Daniel Nylander
b1480396fa
Add Swedish to citra.nsi
2025-04-19 08:49:33 +01:00
lannoene
de1b520498
Fix File::Write() not conforming to debug header validation ( #952 )
2025-04-18 12:51:15 +02:00
OpenSauce04
a6782e8a13
android: Restructure strings.xml
2025-04-16 22:30:28 +01:00
OpenSauce04
fd3e4068b6
android: Renamed quicksave_saving
and quickload_loading
strings to simply saving
and loading
...
This better reflects their use, as they are no longer used exclusively for quicksaves.
2025-04-16 22:08:05 +01:00
kleidis
8fbfb94bec
android: Add toast popup while saving states through UI
2025-04-16 22:08:05 +01:00