Commit Graph

  • eae6dba610 misc: chore: Fix object creation in OpenGL project Evan Husted 2025-01-26 15:16:12 -06:00
  • 94b65aec02 misc: chore: Fix object creation in Cpu project Evan Husted 2025-01-26 15:15:48 -06:00
  • beab133c8d misc: chore: Fix object creation in HLE project Evan Husted 2025-01-26 15:15:26 -06:00
  • f1fd5c9366 misc: chore: Link to Ryubing/Ryujinx in markdown docs Evan Husted 2025-01-26 14:28:55 -06:00
  • 2fe157e2b2 Merge remote-tracking branch 'upstream/master' into auto-assign-controller uncavo-hdmi 2025-01-26 21:23:37 +01:00
  • 5396327ac1 misc: chore: Replace GreemDev/Ryujinx with Ryubing/Ryujinx in Amiibo.json Evan Husted 2025-01-26 14:22:59 -06:00
  • 186ed4f984 feat: add option for automatic controller assignment in settings uncavo-hdmi 2025-01-26 21:20:27 +01:00
  • 3f12727ef8 input: LED rainbow now updates the LED with the normal gamepad update loop instead of subscribing to an updated event for the rainbow color in SetConfiguration. Canary-1.2.301 uncavo-hdmi/master Evan Husted 2025-01-25 23:13:51 -06:00
  • 8bfcebebf1 Merge remote-tracking branch 'origin/master' Canary-1.2.300 Evan Husted 2025-01-25 22:44:26 -06:00
  • e3f20abd23 UI: RPC: Maintain game started timestamp for the duration of the AppHost Evan Husted 2025-01-25 22:44:16 -06:00
  • 0c36bcd7d4
    Added more titles to RPC (#569) Canary-1.2.299 Daenorth 2025-01-26 05:02:24 +01:00
  • 050b9a0da4
    Updated Zh_CN Simplified Chinese (#578) shinyoyo 2025-01-26 11:59:20 +08:00
  • a1291f1061
    Improved Simplified Chinese translation (#568) Canary-1.2.297 Dehunc 2025-01-26 11:59:06 +08:00
  • 57e26114e8
    Merge branch 'master' into xeyes Evan Husted 2025-01-25 21:56:40 -06:00
  • f15aa8fba0
    Fix LED turning on in input settings, despite TurnOffLed being set to true (#583) Canary-1.2.296 Otozinclus 2025-01-26 00:15:17 +01:00
  • 250acab7a7 misc: chore: Use explicit types in Tests projects Canary-1.2.295 Evan Husted 2025-01-25 14:15:47 -06:00
  • 93539e7d45 misc: chore: Use explicit types in GAL Evan Husted 2025-01-25 14:14:40 -06:00
  • 69e0b79bd9 misc: chore: Use explicit types in Horizon project Evan Husted 2025-01-25 14:14:13 -06:00
  • 5eba42fa06 misc: chore: Use explicit types in HLE project Evan Husted 2025-01-25 14:13:18 -06:00
  • 58c1ab7989 misc: chore: Use explicit types in OpenGL project Evan Husted 2025-01-25 14:12:37 -06:00
  • 2d1a4c3ce5 misc: chore: Use explicit types in Vulkan project Evan Husted 2025-01-25 14:12:17 -06:00
  • e6b393e420 misc: chore: Use explicit types in Generator projects Evan Husted 2025-01-25 14:11:46 -06:00
  • fe661dc750 misc: chore: Use explicit types in Memory project Evan Husted 2025-01-25 14:09:36 -06:00
  • ac401034d7 misc: chore: Use explicit types in input projects Evan Husted 2025-01-25 14:09:05 -06:00
  • 1712d69dcd misc: chore: Use explicit types in Texture & Vic Evan Husted 2025-01-25 14:08:35 -06:00
  • f2aa6b3a5b misc: chore: Use explicit types in Shader project Evan Husted 2025-01-25 14:07:59 -06:00
  • 68bbb29be6 misc: chore: Use explicit types in NVDEC projects (except VP9 because there's an open PR and I don't want to cause conflicts) Evan Husted 2025-01-25 14:07:20 -06:00
  • 76ec047eb7 misc: chore: Use explicit types in Metal project Evan Husted 2025-01-25 14:06:26 -06:00
  • 1ae349efb1 misc: chore: Use explicit types in GPU, Device, and Host1x projects Evan Husted 2025-01-25 14:05:44 -06:00
  • 5099548856 misc: chore: Use explicit types in CPU project Evan Husted 2025-01-25 14:04:43 -06:00
  • a97fd4beb1 misc: chore: Use explicit types in common project Evan Husted 2025-01-25 14:04:12 -06:00
  • 97188556d8 misc: chore: Use explicit types in audio projects Evan Husted 2025-01-25 14:03:38 -06:00
  • e0567c5ce9 misc: chore: Use explicit types in ARMeilleure project Evan Husted 2025-01-25 14:01:13 -06:00
  • be3bd0bcb5 misc: chore: Use explicit types in the Avalonia project Evan Husted 2025-01-25 14:00:23 -06:00
  • 3b5f6170d1 misc: chore: move Rainbow updating to a separate task started/stopped as needed update gommon & use the Event class from it to allow easily clearing all handlers when the apphost exits to avoid leftover invalid event handlers in the rainbow event handler list. More robust config application logic to ensure what needs to happen only happens once Canary-1.2.294 Evan Husted 2025-01-24 23:06:59 -06:00
  • 6a283190b3 Add the controller image back Evan Husted 2025-01-24 22:24:02 -06:00
  • 85547874c8 Consolidate most logic into StickVisualizer. MutantAura 2024-06-03 23:10:04 +01:00
  • 16ca8e5005 Move most logic into new StickVisualizer class and add keyboard support. MutantAura 2024-05-31 01:42:33 +01:00
  • cfa5ad0757 Simplfy clamping and fix bug on window close. MutantAura 2024-05-31 00:07:09 +01:00
  • 43ece083b2 Move some backing fields to match others. MutantAura 2024-05-30 19:44:56 +01:00
  • e1f5c501b0 Fix some issues with stick magnitude. MutantAura 2024-05-30 19:41:47 +01:00
  • ffe366d953 Cleanup AXAML and hide sticks when only one is present on guest controller. MutantAura 2024-05-30 18:45:57 +01:00
  • 75c7a29278 style and analyzers MutantAura 2024-05-30 14:38:42 +01:00
  • 3a0d9c1435 whitespace MutantAura 2024-05-30 14:35:58 +01:00
  • 93d1476a2a Remove unused grid definitions. MutantAura 2024-05-30 14:32:17 +01:00
  • ce13830063 Clean up some magic numbers between code and axaml. MutantAura 2024-05-30 14:29:05 +01:00
  • aa3f2824e0 Polish the aesthetic and include deadzone visualization. MutantAura 2024-05-30 14:03:43 +01:00
  • d2bb580aea Initial implementation of analog stick visualization. MutantAura 2024-05-30 01:01:18 +01:00
  • 9b6afa0ea2 misc: chore: Add log line to the other parts of the Updater that represent "up to date" Canary-1.2.293 Evan Husted 2025-01-24 17:00:50 -06:00
  • 3541e282ea Fully disconnect gamepad handler for rainbow color if configuration is set with UseRainbowLed false Also check if its even enabled before setting the rainbow color Fixes strobing Canary-1.2.292 Evan Husted 2025-01-24 16:52:20 -06:00
  • 1ce37ec317
    Add option to change controller LED color (#572) Canary-1.2.291 Otozinclus 2025-01-24 21:47:36 +01:00
  • c06f16c5e6 infra: chore: Raise minimum required Windows 10 version Inspired by the breakages covered in #409 Canary-1.2.290 Evan Husted 2025-01-23 17:39:34 -06:00
  • 7829fd8ee7 misc: chore: OS + CPU arch helpers Evan Husted 2025-01-23 16:58:48 -06:00
  • 33079422fe misc: chore: code cleanups Canary-1.2.289 Evan Husted 2025-01-23 16:47:11 -06:00
  • f81cb093fc misc: chore: Change references of GreemDev/Ryujinx to Ryubing/Ryujinx Evan Husted 2025-01-23 16:27:49 -06:00
  • dc0c7a2912 infra: clarify how stable builds are made now Evan Husted 2025-01-23 16:27:25 -06:00
  • 1fbee5a584 infra: Metal label Evan Husted 2025-01-23 14:39:36 -06:00
  • c140e9b23c UI: Localize LED color & hide it until it's functional Also moved IgnoreApplet to the System config section object. Canary-1.2.288 Evan Husted 2025-01-23 00:48:42 -06:00
  • 9c8055440e HLE: TryAdd firmware NCAs Canary-1.2.287 Evan Husted 2025-01-22 23:58:11 -06:00
  • 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 Evan Husted 2025-01-22 19:53:39 -06:00
  • 069f630776 docs: compat: boots: ENDER MAGNOLIA: Bloom in the Mist Evan Husted 2025-01-22 18:00:14 -06:00
  • 13d411e4de misc: chore: also ToLower the titleID for the OpenShaderDirectory button Canary-1.2.285 1.2.81 Evan Husted 2025-01-22 08:54:39 -06:00
  • 9f53b07491 misc: chore: Fix shader cache & CPU cache being in different folders on non-Windows fixes #565 Canary-1.2.284 Evan Husted 2025-01-22 08:52:21 -06:00
  • cd8113dadf misc: chore: Collapse adding a game/autoload dir into a single reusable method. Canary-1.2.283 Evan Husted 2025-01-21 18:59:56 -06:00
  • 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. Evan Husted 2025-01-21 18:59:19 -06:00
  • fe9d8d05bd UI: Fixed the Amiibo keybind only working when the UI had been updated. Canary-1.2.282 Evan Husted 2025-01-21 18:00:51 -06:00
  • 880a8ae748 misc: chore: Remove duplicated styling blocks in MainMenuBarView in favor of a reusable Avalonia Style. Canary-1.2.281 Evan Husted 2025-01-21 17:50:55 -06:00
  • 11531dacb6
    UI: Option to automatically Hide UI when game launches (#462) Canary-1.2.280 asfasagag 2025-01-21 15:36:51 -08:00
  • 3974739ed3 More descriptive classification Evan Husted 2025-01-21 17:35:22 -06:00
  • 440a3447fb docs: compat: Update South Park: The Fractured but Whole: playable -> boots Evan Husted 2025-01-21 17:10:54 -06:00
  • 65374ed6cb UI: [ci skip] clarify dirty hacks subtext Evan Husted 2025-01-21 16:57:05 -06:00
  • 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 Evan Husted 2025-01-21 14:59:08 -06:00
  • 182db31343 metal: Added Persona 4 Arena Ultimax to Auto Canary-1.2.278 Evan Husted 2025-01-21 14:07:05 -06:00
  • ea296b134d Use specific Ubuntu version in build script Evan Husted 2025-01-20 19:27:34 -06:00
  • bf584442b2 misc: chore: remove needless call to string.Format Evan Husted 2025-01-20 19:27:13 -06:00
  • cb7c294dbf
    Add more games to metal game list (#558) Canary-1.2.277 Otozinclus 2025-01-21 21:05:41 +01:00
  • eaf1e7efd2
    Cleanup in TitleIDs.cs (#546) Canary-1.2.276 Daenorth 2025-01-21 18:20:43 +01:00
  • 471e7ed2e4
    Add TitleID sort method (#553) Canary-1.2.275 Judas Drekonym 2025-01-21 12:06:40 -05:00
  • ad3e80b383
    Log .NET runtime version (#552) Canary-1.2.274 Matt Zinkevicius 2025-01-20 18:19:19 -07:00
  • ed64a63094 UI: Visually merge "Actions" and "Tools" menu bar items into Actions Canary-1.2.273 Evan Husted 2025-01-20 16:56:05 -06:00
  • 8df7ba2d56 i18n: Norwegian DLC RomFS dumping translation Canary-1.2.272 Evan Husted 2025-01-20 15:55:26 -06:00
  • e743d78115
    Add/fix service reported info (#551) Canary-1.2.271 LotP1 2025-01-20 21:59:54 +01:00
  • 04ba762710 UI: Move DLC RomFS dumping under normal RomFS dumping. Also removed it from DLC manager. Canary-1.2.270 Evan Husted 2025-01-20 14:30:28 -06:00
  • f42b2ed59d misc: chore: more correct last used user checking Evan Husted 2025-01-20 13:33:59 -06:00
  • d135385cab Leftovers, oops Canary-1.2.269 Evan Husted 2025-01-20 09:32:38 -06:00
  • b360f4e721 UI: Dump DLC RomFS. You can access this in the Manage DLC screen, it's the new button on each DLC line. Canary-1.2.268 Evan Husted 2025-01-20 09:28:48 -06:00
  • a1c0c70ec2
    Added missing TitleIDs (#545) 1.2.80 Daenorth 2025-01-20 04:15:46 +01:00
  • 290ac405ac
    Updated Ukrainian translation by Rondo (#543) Canary-1.2.267 Daenorth 2025-01-20 04:00:40 +01:00
  • bbd64fd5f0 misc: chore: Cleanup AppletMetadata usage Canary-1.2.266 Evan Husted 2025-01-19 19:40:49 -06:00
  • 09446fd80e [ci skip] infra: Update copyright year in shortcut plist Evan Husted 2025-01-19 18:57:05 -06:00
  • 4f014a89cf docs: compat: Donkey Kong Country Returns HD Evan Husted 2025-01-19 18:28:43 -06:00
  • 6482e566ab UI: Compat: Unload compatibility entries when the window closes. Canary-1.2.265 Evan Husted 2025-01-19 17:41:50 -06:00
  • 7fcd9b792e UI: Compat: Update owned game title IDs when ApplicationLibrary app count updates Evan Husted 2025-01-19 17:41:31 -06:00
  • e676fd8b17 UI: misc: simplify Intel Mac warning logic Canary-1.2.264 Evan Husted 2025-01-19 14:42:15 -06:00
  • dd16e3cee1 misc: chore: very small cleanup in AvaHostUIHandler Canary-1.2.263 Evan Husted 2025-01-19 13:18:40 -06:00
  • 31e5f74e05 UI: misc: Replace spaces in Title with newlines when using custom title bar (since the Title is in an Avalonia tooltip) Canary-1.2.262 Evan Husted 2025-01-19 13:05:20 -06:00
  • f2f099bddb remove Async suffixes; they're factory methods not actual async methods. Canary-1.2.261 Evan Husted 2025-01-19 12:46:32 -06:00
  • 2616dc57fb misc: chore: RelayCommand helper Evan Husted 2025-01-19 12:44:07 -06:00
  • 0cdf7cfe21 UI: Open cheat manager in catch-all try Canary-1.2.260 Evan Husted 2025-01-18 22:47:55 -06:00
  • 2ecf999569 misc: chore: change ThemeManager ThemeChanged to a basic Action since both arguments are unused Evan Husted 2025-01-18 22:01:17 -06:00