OpenSauce04
32d5036fc6
gitignore: Added .markdown-preview.html
...
Produced by the `markdown-preview-mode` Emacs package
2121
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
2121-rc1
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
kleidis
d43597b520
android: Allow saving to quickslot from UI
...
Idk why this was done by the original author as there are no conflicts
2025-04-16 22:08:05 +01:00
David Griswold
967263fc80
Implement screen gap setting ( #622 )
...
* implement screen gap
* type conversion fix for windows
* int setting
2025-04-16 19:05:46 +01:00
OpenSauce04
fdbc74b506
Updated help strings to reflect new room implementation
2025-04-16 16:39:09 +01:00
OpenSauce04
544c6b4bbc
ci: Disable standalone room executable for AppImage
2025-04-16 16:39:09 +01:00
OpenSauce04
b8267c0a39
cmake: Added citra_room_standalone target and ENABLE_ROOM_STANDALONE option
2025-04-16 16:39:09 +01:00
OpenSauce04
2670b517e8
citra_room: Merge functionality into citra_meta
2025-04-16 16:39:09 +01:00
HurricanePootis
e90930b0b9
Qt: set desktop filename and organization domain #934
2025-04-15 20:18:03 +01:00
PabloMK7
72eb16f933
Fix ncch loader building wrong update title ID ( #930 )
2025-04-15 16:27:32 +02:00
OpenSauce
81ce14e0db
readme: We don't support 32 bit Android, reflect that in requirements
2025-04-15 13:00:08 +01:00
OpenSauce04
d974a0062f
android: Disable title bar on Android 9
2025-04-15 12:41:32 +01:00
OpenSauce04
7c9ea780b3
Updated language translations via Transifex
2025-04-14 22:36:30 +01:00
OpenSauce04
4bc1655b05
dist: Updated compatibility list
2025-04-14 22:19:44 +01:00
OpenSauce04
ebb462f1d5
strings.xml: Uninstall Game --> Uninstall Application
2025-04-14 20:02:45 +01:00
OpenSauce04
3a0878f40f
configure_hotkeys.cpp: per-game --> per-application
2025-04-14 19:58:23 +01:00
David Griswold
240e968d73
android: Lime3DS to Azahar migration adjustments ( #917 )
...
* change dialog without write permissions
* Added update path from lime to azahar on android
* Shows the correct dialog info now
* remove unnecessary comments
* Adjusted `select_which_user_directory_to_use` string to be more readable
* improve the dialog box itself
* tougher fix than originally expected but all works as planned
* remove unnecessary code
* Updated license headers
* MainActivity.kt: Removed stray newline
* PermissionsHandler.kt: Move repeated "LIME3DS_DIRECTORY" string to `LIME3DS_DIRECTORY` constant
* Nitpicky comment adjustments
* Reverted superficial changes to HomeViewModel.kt
* PermissionsHandler.kt: `updateDirectory` --> `attemptAutomaticUpdateDirectory`
+ nitpicky formatting adjustment
* Moved PR additions to PermissionsHandler.kt to new file CitraDirectoryUtils.kt
---------
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2025-04-14 19:08:11 +01:00
PabloMK7
52ccaabca8
Fix system files setup for region changed consoles
2025-04-13 19:16:12 +01:00