Evan Husted
344c1a5fef
Clear LED on game close as well
2025-01-23 21:59:54 -06:00
Evan Husted
a6dfbe9ec2
Clear the LED on all controllers when settings window is closed and when input view is removed from the visual tree.
2025-01-23 21:39:19 -06:00
Evan Husted
5f02765130
Allow the ability to turn off the LED entirely
...
Only works for DualSense; in my testing, my DualShock 4 ignored the requests to set the LED to off.
2025-01-23 20:29:59 -06:00
Evan Husted
6619453aed
Check if controller supports Rumble rather than trying to rumble for 100ms
2025-01-23 19:32:36 -06:00
Evan Husted
b442d32b7c
directly compare result of rumble instead of storing an error int
2025-01-23 19:30:11 -06:00
Evan Husted
033f305872
log line to match other optional gamepad features
2025-01-23 19:28:26 -06:00
Evan Husted
bf869b0ee1
Properly save default
2025-01-23 19:18:29 -06:00
Evan Husted
72d5af8b46
Update LED as its changed in the UI
2025-01-23 19:02:35 -06:00
Evan Husted
cfe42563f2
Add the LED functionality to the base IGamepad interface
2025-01-23 18:33:52 -06:00
Evan Husted
5712e83a11
UI: enable LED changing
2025-01-23 17:22:25 -06:00
Evan Husted
8e642f0fe9
Merge branch 'master' into Change-Controller-LED-Color
2025-01-23 17:19:15 -06:00
Evan Husted
33079422fe
misc: chore: code cleanups
Canary-1.2.289
2025-01-23 16:47:11 -06:00
Evan Husted
f81cb093fc
misc: chore: Change references of GreemDev/Ryujinx to Ryubing/Ryujinx
2025-01-23 16:27:49 -06:00
Evan Husted
dc0c7a2912
infra: clarify how stable builds are made now
2025-01-23 16:27:25 -06:00
Evan Husted
1fbee5a584
infra: Metal label
2025-01-23 14:39:36 -06:00
Evan Husted
c140e9b23c
UI: Localize LED color & hide it until it's functional
...
Also moved IgnoreApplet to the System config section object.
Canary-1.2.288
2025-01-23 00:48:42 -06:00
Evan Husted
9c8055440e
HLE: TryAdd firmware NCAs
Canary-1.2.287
2025-01-22 23:58:11 -06:00
Evan Husted
5276991517
Update SDL2Gamepad.cs
2025-01-22 22:37:03 -06:00
Evan Husted
898153ae13
Update SDL2Gamepad.cs
2025-01-22 22:35:09 -06:00
mika
96e9e3611d
move logic around
2025-01-23 05:29:18 +01:00
mika
9aa834c268
maybe this works
2025-01-23 05:02:11 +01:00
mika
97dfeae99f
test2
2025-01-23 04:24:01 +01:00
mika
740e35872d
test
2025-01-23 03:40:45 +01:00
mika
2c4236f733
test
2025-01-23 03:39:33 +01:00
mika
e945565259
just testing if git works
2025-01-23 03:38:00 +01:00
mika
bdaaddb591
just testing if git is working
2025-01-23 03:38:00 +01:00
Otozinclus
488b09f974
Check if controller has a controllable LED
2025-01-23 03:38:00 +01:00
Evan Husted
f4c3a2e487
fix formatting & styling
2025-01-23 03:37:59 +01:00
Otozinclus
eff11f52a8
Change controller LED color
...
This changes the controller LED color. Now I need to add the option to change it in the settings
2025-01-23 03:37:59 +01:00
Evan Husted
c03cd50fa3
UI: Add the ability to change a DualSense/DualShock 4's LED color.
...
Not functional yet. This is the UI & persistence side of #572 .
Canary-1.2.286
2025-01-22 19:53:39 -06:00
Evan Husted
069f630776
docs: compat: boots: ENDER MAGNOLIA: Bloom in the Mist
2025-01-22 18:00:14 -06:00
mika
c21aa86a7b
just testing if git works
2025-01-23 00:09:07 +01:00
mika
861531f431
just testing if git is working
2025-01-23 00:06:24 +01:00
Otozinclus
6c0526c59f
Check if controller has a controllable LED
2025-01-22 23:18:41 +01:00
Evan Husted
e861204078
fix formatting & styling
2025-01-22 16:04:57 -06:00
Otozinclus
8904397685
Change controller LED color
...
This changes the controller LED color. Now I need to add the option to change it in the settings
2025-01-22 21:55:53 +01:00
Evan Husted
13d411e4de
misc: chore: also ToLower the titleID for the OpenShaderDirectory button
1.2.81
Canary-1.2.285
2025-01-22 08:54:39 -06:00
Evan Husted
9f53b07491
misc: chore: Fix shader cache & CPU cache being in different folders on non-Windows
...
fixes #565
Canary-1.2.284
2025-01-22 08:52:21 -06:00
Evan Husted
cd8113dadf
misc: chore: Collapse adding a game/autoload dir into a single reusable method.
Canary-1.2.283
2025-01-21 18:59:56 -06:00
Evan Husted
9089c4ffe5
misc: chore: Multi/Single file/folder picker extensions (for convenience)
...
The result of these extensions is an empty Optional when the user hits Cancel on the shown file picker.
2025-01-21 18:59:19 -06:00
Evan Husted
fe9d8d05bd
UI: Fixed the Amiibo keybind only working when the UI had been updated.
Canary-1.2.282
2025-01-21 18:00:51 -06:00
Evan Husted
880a8ae748
misc: chore: Remove duplicated styling blocks in MainMenuBarView in favor of a reusable Avalonia Style.
Canary-1.2.281
2025-01-21 17:50:55 -06:00
asfasagag
11531dacb6
UI: Option to automatically Hide UI when game launches ( #462 )
...
Quality of life feature
Similar in function to the "Start Games in Fullscreen" toggle
For users who want to run games in windowed/non-fullscreen mode with
menu UI hidden, this eliminates the need to always click "Hide UI"
Canary-1.2.280
2025-01-21 17:36:51 -06:00
Evan Husted
3974739ed3
More descriptive classification
2025-01-21 17:35:22 -06:00
Evan Husted
440a3447fb
docs: compat: Update South Park: The Fractured but Whole: playable -> boots
2025-01-21 17:10:54 -06:00
Evan Husted
65374ed6cb
UI: [ci skip] clarify dirty hacks subtext
2025-01-21 16:57:05 -06:00
Evan Husted
789d6ab959
misc: chore: Improve autoloading DLC/updates logging, deliberately switch to Vulkan if Metal was somehow chosen on a non-mac system, add logger lines in the updater, cleanup enabled logs printing
Canary-1.2.279
2025-01-21 14:59:08 -06:00
Evan Husted
182db31343
metal: Added Persona 4 Arena Ultimax to Auto
Canary-1.2.278
2025-01-21 14:07:05 -06:00
Evan Husted
ea296b134d
Use specific Ubuntu version in build script
2025-01-21 14:05:49 -06:00
Evan Husted
bf584442b2
misc: chore: remove needless call to string.Format
2025-01-21 14:05:49 -06:00