Commit graph

  • f45276faf7 fix Marco Carvalho 2023-06-05 10:18:33 -0300
  • cd854af36e Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup Marco Carvalho 2023-06-04 23:40:24 -0300
  • f5675f6233 more Marco Carvalho 2023-06-08 17:04:58 -0300
  • 8f92f8ca82 Integral numbers should not be shifted by zero or more than their number of bits-1 Marco Carvalho 2023-06-06 13:45:49 -0300
  • a413e1430c user choosen location Pat Hov 2023-06-08 16:36:40 -0700
  • 0003a7c118
    Vulkan: Use aspect flags for identity views for bindings (#5267) 1.1.872 riperiperi 2023-06-09 00:23:36 +0100
  • 4d9c3e8d23 Vulkan: Use aspect flags for identity views for bindings riperiperi 2023-06-08 22:51:56 +0100
  • 2cdcfe46d8
    Remove barrier on Intel if control flow is potentially divergent (#5044) 1.1.871 gdkchan 2023-06-08 17:43:16 -0300
  • 71ca0c0ad3 Shader cache version bump gdk 2023-05-21 22:54:56 -0300
  • 2774fcf131 Remove barrier on Intel if control flow is potentially divergent gdk 2023-05-21 21:49:55 -0300
  • fe30c03cac
    Implement soft float64 conversion on shaders when host has no support (#5159) 1.1.870 gdkchan 2023-06-08 17:09:14 -0300
  • 861d795f08 Fix rebase error gdk 2023-06-08 15:28:14 -0300
  • ed25a3b2fd Shader cache version bump gdk 2023-05-30 00:33:14 -0300
  • 17b1e4ed8a Implement soft float64 conversion on shaders when host has no support gdk 2023-05-30 00:08:44 -0300
  • ab82af095c
    nuget: bump System.IdentityModel.Tokens.Jwt from 6.30.1 to 6.31.0 dependabot[bot] 2023-06-08 17:11:39 +0000
  • c357c0322e metadata Pat Hov 2023-06-07 22:17:06 -0700
  • 3414b8aa5e all the datas + metadataz Pat Hov 2023-06-07 19:23:13 -0700
  • 863abe0b6f
    Merge branch 'Ryujinx:master' into master beginor 2023-06-07 19:55:29 +0800
  • 067040144d
    nuget: bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 dependabot[bot] 2023-06-06 17:01:59 +0000
  • a0128ce8af Merge branch 'per-profile-favorites-playtime' of https://github.com/tarrouye/Ryujinx into per-profile-favorites-playtime Théo Arrouye 2023-06-05 22:55:13 -0700
  • 6994be4281 Revert migration logic Théo Arrouye 2023-06-05 22:55:00 -0700
  • f7560a7a55 Fix async Théo Arrouye 2023-06-05 22:54:44 -0700
  • 22545cd53e Fix updater leaving behind old exe if renamed by user. Kurochi51 2023-06-06 02:49:14 +0300
  • d7cd2f1a07 Merge branch 'master' of https://github.com/Ryujinx/Ryujinx into backup_user_save Pat Hov 2023-06-05 15:48:03 -0700
  • 6ab55fbcfe Correctly set 'shell/open/command; registry key for file associations Michael Durrant 2023-06-05 16:44:58 -0600
  • 5e093b78b8
    Merge branch 'master' into per-profile-favorites-playtime Théo Arrouye 2023-06-05 14:14:34 -0700
  • 2b500e794a Create directory adjust Théo Arrouye 2023-06-05 14:10:42 -0700
  • bbe78d96bd Move Task to caller Théo Arrouye 2023-06-05 14:07:58 -0700
  • 6650b1e8d5
    Update src/Ryujinx/Ui/Applet/SwkbdAppletDialog.cs Isaac Marovitz 2023-06-05 17:22:50 +0100
  • fa621b5523
    Update src/Ryujinx.Ava/UI/Applet/SwkbdAppletDialog.axaml.cs Isaac Marovitz 2023-06-05 17:22:44 +0100
  • a7637801e2 Forgot a full stop Isaac Marovitz 2023-06-05 17:08:57 +0100
  • 166b80da97 Swkbd Applet Fixes Isaac Marovitz 2023-06-05 17:07:03 +0100
  • 0c87179d73
    ava: Handle disposing the same way as GTK does TSR Berry 2023-06-05 16:16:37 +0200
  • 405fc8f541
    gtk: Add warning messages for caught exceptions TSR Berry 2023-06-05 16:15:47 +0200
  • 1874305040
    Apply the correct fix TSR Berry 2023-06-05 14:19:22 +0200
  • 5813b2e354
    Updater: Ignore files introduced by the user in base directory (#5092) 1.1.869 Kurochi51 2023-06-05 15:19:17 +0300
  • af1906ea04
    Fix wrong unaligned SB state when fetching compute shaders (#5223) 1.1.868 gdkchan 2023-06-05 09:01:33 -0300
  • 68848000f7
    Texture: Fix 3D texture size when totalBlocksOfGobsInZ > 1 (#5228) 1.1.867 riperiperi 2023-06-05 12:33:09 +0100
  • 8051e3710b Only refresh metadata, not whole applications list Théo Arrouye 2023-06-04 21:32:20 -0700
  • d98da47a0f
    Better application grid flex (#5218) 1.1.866 Théo Arrouye 2023-06-04 17:48:11 -0700
  • ac716fb3b8 Adjust migration logic Théo Arrouye 2023-06-04 17:32:11 -0700
  • 8eb68aa2aa Refresh support for GTK Théo Arrouye 2023-06-04 17:24:19 -0700
  • 51d5a7b16f Refresh library view after changing user Théo Arrouye 2023-06-04 17:16:43 -0700
  • 9b0a2037ba Whoops riperiperi 2023-06-05 01:12:40 +0100
  • 657e6868de Texture: Fix 3D texture size when totalBlocksOfGobsInZ > 0 riperiperi 2023-06-05 01:03:15 +0100
  • d6d2b202d1 Make Ryujinx metadata user-specific Théo Arrouye 2023-06-04 16:46:20 -0700
  • f46a82f8e5
    Merge branch 'Ryujinx:master' into master beginor 2023-06-05 07:43:50 +0800
  • 1219fc3adc simplify Pat Hov 2023-06-04 16:30:23 -0700
  • 112588ede9 merge fix Pat Hov 2023-06-04 16:24:41 -0700
  • 306f7e93a0
    Dont Error on Invalid Enum Values (#5169) 1.1.865 Isaac Marovitz 2023-06-05 00:19:46 +0100
  • 05783241f0 treat errors the same Pat Hov 2023-06-04 16:14:49 -0700
  • 120ead6fc2 revert Pat Hov 2023-06-04 15:48:50 -0700
  • 3be2a10aef unbound by default Pat Hov 2023-06-04 14:41:58 -0700
  • 62d81023dc Merge branch 'master' of https://github.com/Ryujinx/Ryujinx into show_hide_ui_ava Pat Hov 2023-06-04 14:34:48 -0700
  • 8954ff3af2
    Replacing ZbcColorArray with Array4<uint> (#5210) 1.1.864 Marco Carvalho 2023-06-04 17:30:04 -0300
  • d2f3adbf69
    Texture: Fix layout conversion when gobs in z is used with depth = 1 (#5220) 1.1.863 riperiperi 2023-06-04 21:25:57 +0100
  • 2b74796c35 Fix wrong unaligned SB state when fetching compute shaders gdk 2023-06-04 16:39:35 -0300
  • 11ef88292a Moved ValueFormatUtils and SystemInfo to namespace Ryujinx.Ui.Common Emma Alyx Wunder 2023-06-04 21:16:54 +0200
  • 38010d17f1 Maybe a bit better riperiperi 2023-06-04 16:37:29 +0100
  • adc7028c36 Improve wording riperiperi 2023-06-04 16:35:01 +0100
  • fa153e08ce Texture: Fix layout conversion when gobs in z is used with depth = 1 riperiperi 2023-06-04 16:16:14 +0100
  • 4ab2b2c7df Better application grid flex Théo Arrouye 2023-06-04 00:58:36 -0700
  • 9ff437d3fb fix alignment Marco Carvalho 2023-06-03 20:23:51 -0300
  • f3149d60b6 replacing ZbcColorArray with Array4<uint> Marco Carvalho 2023-06-03 20:05:50 -0300
  • e4779d1811 Related "if/else if" statements should not have the same condition Marco Carvalho 2023-06-03 16:38:46 -0300
  • d511c845b7
    Check KeyboardMode in GUI (#4343) 1.1.862 WilliamWsyHK 2023-06-04 11:30:24 +0800
  • aeea695ab5
    ava: Fix OpenGL on Linux again TSR Berry 2023-06-04 04:55:21 +0200
  • dbfd9df573 Implemented suggestions Emma Alyx Wunder 2023-06-04 04:15:26 +0200
  • 21c9ac6240
    Implement shader storage buffer operations using new Load/Store instructions (#4993) 1.1.861 gdkchan 2023-06-03 20:12:18 -0300
  • ca8990b91d
    update svg Isaac Marovitz 2023-06-04 00:13:34 +0200
  • c898f1df51 Extend global memory elimination to handle shared memory with multiple possible offsets and local memory gdk 2023-06-03 18:47:38 -0300
  • d8503fe99e Merge branch 'master' of https://github.com/Ryujinx/Ryujinx into backup_user_save Pat Hov 2023-06-03 10:44:36 -0700
  • 3f04aa9221 Fix typo gdk 2023-06-03 13:51:59 -0300
  • f51c877317
    Merge branch 'master' into ava-11 Isaac Marovitz 2023-06-03 17:06:55 +0100
  • 7ec2ee5baa
    Update FluentAvalonia Isaac Marovitz 2023-06-03 18:05:54 +0200
  • 81c9052847
    ava: Fix Input Touch (#5204) 1.1.860 Ac_K 2023-06-03 17:03:42 +0200
  • 9367e3c35d
    ava: Fix Open Applet menu enabled (#5206) 1.1.859 Ac_K 2023-06-03 11:03:34 +0200
  • 52cf141874
    Armeilleure: Fix support for Windows on ARM64 (#5202) 1.1.858 Mary 2023-06-03 10:23:51 +0200
  • 8a352df3c6
    Allow BGRA images on Vulkan (#5203) 1.1.857 gdkchan 2023-06-03 00:43:00 -0300
  • c545c59851
    ava: Fix exit dialog while guest is running. (#5207) 1.1.856 Ac_K 2023-06-03 05:37:00 +0200
  • 0c84c32bcc Update base on feedback WilliamWsyHK 2023-05-08 22:46:56 +0800
  • eaac2f1aae Add Chinese validation text for SoftwareKeyboardMode WilliamWsyHK 2023-04-29 12:51:03 +0800
  • 3b307da1ab Add English validation text for SoftwareKeyboardMode WilliamWsyHK 2023-04-29 12:47:49 +0800
  • 8fefde4fcb true when text is not empty WilliamWsyHK 2023-04-29 12:06:00 +0800
  • c6dc6319f4 Restructure input validation TSR Berry 2023-04-28 21:54:58 +0200
  • 6bdac97a87 Update Ava UI to check text against KeyboardMode WilliamWsyHK 2023-01-27 01:23:39 +0800
  • 85bae8d96a Update GTK UI to check text against KeyboardMode WilliamWsyHK 2023-01-27 01:23:32 +0800
  • 1992a00bdd Update SoftwareKeyboard to send KeyboardMode to UI WilliamWsyHK 2023-01-27 01:23:02 +0800
  • 14e5274f1e
    Merge branch 'Ryujinx:master' into master beginor 2023-06-03 07:59:11 +0800
  • 4346589a7c Fix spacing Ac_K 2023-06-03 01:10:56 +0200
  • 65fe7f66ae improve condition Ac_K 2023-06-03 01:10:13 +0200
  • ddfcb3755e ava: Fix exit dialog while guest is running. Ac_K 2023-06-03 01:05:12 +0200
  • a0689322ff ava: Fix Open Applet menu enabled Ac_K 2023-06-03 00:40:00 +0200
  • 9dab7df871 address gdkchan's feedback Ac_K 2023-06-03 00:21:43 +0200
  • afb252b265 ava: Fix Input Touch Ac_K 2023-06-02 23:32:47 +0200
  • 9d06281ce9 Allow BGRA images on Vulkan gdk 2023-06-02 17:02:45 -0300
  • 2698b02e20 Address gdkchan's comments Mary 2023-06-02 20:13:10 +0200
  • f66a9f1758 Armeilleure: Fix support for Windows on ARM64 Mary 2023-06-02 19:42:42 +0200
  • 3fdf8c9708 formatting Pat Hov 2023-06-01 16:17:33 -0700
  • 7da2703c02
    Backup bundle (#2) Patrick Hovsepian 2023-06-01 16:06:25 -0700