OpenSauce04
a660d9c04a
cmake: Always use bundled spirv-tools, regardless of USE_SYSTEM_GLSLANG
2025-08-06 16:14:48 +01:00
OpenSauce04
f02a25f15f
cmake: Added USE_SYSTEM_SPIRV_HEADERS option
2025-08-06 16:14:12 +01:00
adas20
5339a46ba2
Made ComboHelper code more readable and added the key setting to be toggleable in game
2025-08-04 15:10:38 -04:00
RedBlackAka
05aa6af325
Installer: Further cleanups and high DPI support ( #1234 )
...
* Installer: Further cleanups and high DPI support
* Reverted removal of `(User)` suffix
---------
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2025-08-04 13:59:00 +01:00
adas20
34c470ac24
Moved Combo Settings into just controls instead of having its own submenu
2025-08-03 13:08:13 -04:00
OpenSauce04
106e994dbf
android: Gross disgusting awful workaround for #1267
...
Revert when no longer needed
2025-08-02 18:15:00 +00:00
OpenSauce04
2ce31e5507
Updated language translations via Transifex
2025-08-01 21:23:54 +01:00
OpenSauce04
bcf77a326b
Updated compatibility list
2025-08-01 21:00:18 +01:00
OpenSauce04
efedbb16d0
ci: Dropped iOS build job
2025-08-01 16:09:32 +00:00
OpenSauce
885bb71da8
Use MacOS-specific refresh rate check to avoid SDL race condition ( #1262 )
...
* Use MacOS-specific refresh rate check to avoid SDL race condition
* IsLowRefreshRate: Change back to `SDL_Init` just to be safe
2025-08-01 16:45:07 +01:00
ADAS2024
ec41b6c67d
Merge branch 'master' into COMBO_BUTTON
2025-07-31 14:13:20 -04:00
OpenSauce04
4b4d4f09da
qt: Fixed Azahar icon being accessed incorrectly in about + window icon
2025-07-31 16:39:47 +00:00
David Griswold
36a0b7824d
desktop: Fix horizontal centering single window mode ( #1211 )
...
* fix horizontal centering single window mode
* Formatting adjustment
---------
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2025-07-31 17:27:35 +01:00
RedBlackAka
3b0542f188
Capitalize first letter of builtin shaders
2025-07-31 16:12:49 +01:00
OpenSauce04
ce2bf584c2
android: Upgrade to AGP 8.11.1, Gradle 8.13
2025-07-30 01:13:20 +00:00
adas20
f62a5f2510
Changed the combo_key string into button_combo, added functionality (impl could be better), added combo key as an input bindable setting within the buttons tab
2025-07-29 14:48:23 -04:00
ADAS2024
77cfb162e3
Merge branch 'azahar-emu:master' into COMBO_BUTTON
2025-07-28 15:33:00 -04:00
adas20
8b90606564
WIP on Button Impl, made combo button setting run time editable
2025-07-28 14:48:57 -04:00
adas20
1fb2013090
Displayed combo button in both landscape and portrait
2025-07-28 13:43:33 -04:00
RedBlackAka
a5aecf91bb
Replace/remove leftover links for citra website and API #1236 ( #1250 )
...
* Replace/remove leftover links for citra website and web services #1236
* Fix license headers
* Restore web service settings
2025-07-28 19:33:53 +02:00
adas20
5d6c9cb6bf
Moved OnSettingChange after I add or remove selected vals to fix crashing issue.
2025-07-28 11:36:05 -04:00
PabloMK7
25d7db7bbe
Z3DS: Mark compressed files in UI and other minor fixes ( #1249 )
2025-07-28 10:38:23 +02:00
ADAS2024
f2980073a7
Merge branch 'master' into COMBO_BUTTON
2025-07-27 22:58:12 -04:00
adas20
c0afc61c73
Attempt to deal with merge conflicts
2025-07-27 22:56:46 -04:00
toksn
c95b942ec2
android: Added button sliding to button overlay ( #884 )
...
* Added simple button sliding mode
* Added "keep first" button sliding mode
* directly pressed buttons stay active even when sliding off
* further buttons can be triggered via the simple sliding method
* Added button sliding configuration to overlay settings menu
* Updated licences
* Added button sliding activation to dpads and joysticks
* separated handling of buttons, dpads and joysticks needed since they can be activated by moving now
* Adjusted strings
* Changed ButtonSlidingMode values to mirror prior string name changes
* Reverted incorrectly applied language translation
* Nitpicky formatting adjustments
* Shortened string IDs
* hasActiveJoy --> hasActiveJoystick
* showButtonSlidingModeMenu --> showButtonSlidingMenu
* Updated outdated comment relating to `isMotionFirstButton`
Co-authored-by: toksn <toksn@yahoo.de>
---------
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2025-07-28 02:15:26 +01:00
PabloMK7
00c0f01e73
Z3DS: Add title info and smdh to metadata
2025-07-27 17:13:32 +02:00
PabloMK7
db8aaacb35
Z3DS: Fix minor issues and add Android cia compress setting
2025-07-27 17:13:32 +02:00
PabloMK7
8dafecd528
loader: Add compressed ROM (Z3DS) support
2025-07-27 17:13:32 +02:00
kylon
fcdfe03674
renderer_vulkan: remove out of context SDL_Quit call ( fixes #1220 ) ( #1248 )
...
* renderer_vulkan: remove out of context SDL_Quit call (fixes #1220 )
SDL_Quit must not be called unless the application must exit or SDL is no longer needed
* comment: simplify, forgot init had ref-count
2025-07-27 13:01:06 +01:00
qr243vbi
687c4415be
Add missing find_package into CMakeLists.txt ( #1165 )
...
* Update CMakeLists.txt
* Add missing find_package directive
* Update CMakeLists.txt
2025-07-27 00:35:50 +01:00
adas20
fbb1944fa3
Deleted Int Combo Value array in arrays.xml as it was not needed. Able to Click multiple buttons at once but unchecking them causes app to crash. (within the MultiChoice OnClick for SettingsAdapter.kt)
...
Also debating whether to remove the normal MultiChoice addition as it wasn't added.
2025-07-26 16:09:53 -04:00
adas20
db04f2c29d
Added code in arrays.xml to display the buttons.
...
This code has the buttons display but clicking on them crashes the app. Will debug further.
Also replaced setSelectedValues with add and remove SelectedValue for clarity purposes.
2025-07-24 14:07:08 -04:00
adas20
334f9385ba
used correct lisencing procedure for multi files
2025-07-23 15:44:20 -04:00
adas20
eaf9baee93
Change List<> in Multi Files to be MutableSet<> to allow adds while prevent potential duplicates. Finished primary multi choice backend impl.
2025-07-23 18:40:26 +01:00
adas20
bfcafccb8e
Added Multi Choice Impl. Need to Refactor OnClick for MultiChoice and debug Impl when adding combo button.
2025-07-23 18:40:15 +01:00
adas20
77081d002a
Removed combo settings as it wasn't liked. Starting Multi Choice impl
2025-07-23 18:40:15 +01:00
adas20
3f27121d4f
Added layout file for combo settings for potential impl
2025-07-23 18:40:15 +01:00
adas20
a31634c28a
Added Combo Button Submenu and associated strings. Need to implement button displaying for user to interact with.
2025-07-23 18:40:15 +01:00
adas20
e2e216bcde
Added Combo Button Bool setting to use for later implementation.
2025-07-23 18:40:00 +01:00
adas20
c2b58c7224
Base commit 2 (off of closed PR, impl details of the actual button will likely be different.)
2025-07-23 18:39:54 +01:00
adas20
95f0be0026
Base starting commit for Feature Impl
2025-07-23 18:39:39 +01:00
OpenSauce04
f7361fdebb
bootmanager.cpp: Disabled erroneous format checking for order-sensitive include
2025-07-23 18:34:03 +01:00
OpenSauce04
980f8e02e5
tools: Added delete-ignored-files.sh
...
This script deletes all files and directories which are ignored by
2025-07-17 22:41:54 +01:00
OpenSauce04
f326e39dba
bootmanager.cpp: Removed seemingly unused include on MacOS
2025-07-13 12:25:52 +01:00
OpenSauce04
5937e0bf12
externals: Upgraded Vulkan dependencies to vulkan-sdk-1.4.313.0
2025-07-13 11:20:12 +01:00
OpenSauce04
c1761f87f9
gitmodules: Use tabs for indentation
...
This is the preferred indentation style of git, and it will use tabs by default when performing git operations which modify submodules
2025-07-12 13:07:08 +01:00
OpenSauce
7c278f9701
android: Implement play time tracking ( #813 )
...
* android: Implement play time tacking
Co-Authored-By: Reg Tiangha <rtiangha@users.noreply.github.com>
* Moved playtime manager from `citra_qt` to `common`
* Reimplemented Android play time to use existing logic from desktop
* Updated license headers
* When getting current game ID fails, silently error rather than crashing
* playTimeManagerStart: Check that `play_time_manager` is initialized before using it
---------
Co-authored-by: Kleidis <167202775+kleidis@users.noreply.github.com>
Co-authored-by: Reg Tiangha <rtiangha@users.noreply.github.com>
2025-07-12 13:01:46 +01:00
RedBlackAka
06ed6f3b6d
Installer: cleanup NSIS, remove unused code, correct minimum version
2025-07-10 23:57:32 +01:00
Nikki
0453e4463a
GSP: correct MemoryFill interrupt signaling ( #1218 )
...
* GSP: correct MemoryFill interrupt signaling
---------
Co-authored-by: PabloMK7 <hackyglitch2@gmail.com>
2025-07-10 23:22:10 +01:00
PabloMK7
d8bef418a7
pica: Fix irq request register behaviour ( #1216 )
2025-07-10 23:01:53 +01:00