Commit graph

  • 21558b097a increase default width of settings window, reduce profile buttons width Emmanuel Hansen 2022-07-04 11:16:43 +0000
  • 2be8437ee9
    Merge pull request #42 from gdkchan/avalonia Emmanuel Hansen 2022-07-04 11:10:03 +0000
  • c8d98254a5 Make controller settings more compact gdk 2022-07-04 02:41:10 -0300
  • 53f594f8c9
    Merge branch 'Ryujinx:master' into master Logan Stromberg 2022-07-03 21:38:47 -0700
  • d8d8dea778 Load the default language before loading any other when switching languages Emmanuel Hansen 2022-07-03 18:31:23 +0000
  • e05d48e785 unsubscribe from deferred event if dialog is closed Emmanuel Hansen 2022-07-03 18:10:37 +0000
  • 2b76e392d2 change view related classes to public Emmanuel Hansen 2022-07-03 17:45:53 +0000
  • f65366e609 remove unused text Emmanuel Hansen 2022-07-03 12:42:41 +0000
  • e2fa1bf038 fix turkish translation Emmanuel Hansen 2022-07-03 08:29:56 +0000
  • d21b403886
    Stub GetTemperature (#3429) 1.1.162 Ac_K 2022-07-03 10:17:24 +0200
  • 536cff8d98
    Merge pull request #41 from gdkchan/avalonia Emmanuel Hansen 2022-07-03 07:54:10 +0000
  • 5c533acf72 Minor improvement on brazilian portuguese translation gdk 2022-07-02 23:06:51 -0300
  • c3b008fd60 Update brazilian portuguese translation gdk 2022-07-02 23:01:58 -0300
  • f7333f67a3 Tabs to spaces gdk 2022-07-02 22:21:23 -0300
  • 60e154d060 Align settings window elements gdk 2022-07-02 22:10:48 -0300
  • 756d710549 fix wrong key used for button text Emmanuel Hansen 2022-07-02 19:25:10 +0000
  • 8d92cb3d2b MultiRange.IsNull doesn't make sense without a matching Null static property gdk 2022-07-02 15:31:04 -0300
  • 0d9bb9c0d7 Formatting gdk 2022-07-01 20:44:41 -0300
  • 361e6dcad9 Buffer offset based region overlap check for modified range inheritance gdk 2022-07-01 20:44:04 -0300
  • c2df899b5a Rename MultiRange.GetSlice to MultiRange.Slice gdk 2022-07-01 17:24:49 -0300
  • 866ec43f32 Remove bogus GetGpuBufferRange method gdk 2022-07-01 17:24:00 -0300
  • 189e28b40c Make sure we use up-to-date mappings for copy and clear gdk 2022-07-01 16:52:45 -0300
  • a057f271b5 Change methods that returns uniform buffer address to return GPU VA gdk 2022-07-01 16:51:47 -0300
  • 5042617d81 Update XML docs gdk 2022-07-01 16:30:03 -0300
  • e0ccf03815 Remove some unused code gdk 2022-07-01 14:40:25 -0300
  • 0396a0f770 More efficient append for MultiRange when there's only one sub-range gdk 2022-07-01 14:33:16 -0300
  • 1694da3da4 Fix double disposal and ensure consistent mapping ranges gdk 2022-07-01 02:32:48 -0300
  • b1c207b4c2 Tracking handle inheritance fixes gdk 2022-06-28 18:43:45 -0300
  • 802e4eb99c Move all write tracking into a new BufferRegion class gdk 2022-06-27 22:17:15 -0300
  • f48aed06ca When capturing region handles, account for adjacent handles of the same memory page gdk 2022-06-27 13:28:06 -0300
  • 9acb9ae0b9 Support non-contiguous buffers with a virtual buffer cache gdk 2022-06-27 02:15:39 -0300
  • 5afd521c5a
    Bindless elimination for constant sampler handle (#3424) 1.1.161 gdkchan 2022-07-02 15:03:35 -0300
  • fe9579134d update avalonia Emmanuel Hansen 2022-07-02 14:29:13 +0000
  • e53ccca248 Merge remote-tracking branch 'upstream/master' into ava_p2 Emmanuel Hansen 2022-07-02 13:33:28 +0000
  • ca6a663ab8 ui: display correct titleId for raw NCAs Liam 2022-06-30 20:44:57 -0400
  • d3301444b8 loader: improve handling of raw NCAs for multi-program applications Liam 2022-06-30 20:48:11 -0400
  • 2281346923 fix weird spaces StickBit 2022-06-30 13:16:25 -0500
  • df53288f1f fix caps StickBit 2022-06-30 13:15:09 -0500
  • 13d13d427f
    Update Syscall.cs Ewan 2022-06-30 13:12:27 -0500
  • ca802d860f fix weirdness StickBit 2022-06-30 13:10:17 -0500
  • 1b8cda49a9 Clean up and change implementation slightly StickBit 2022-06-30 13:07:37 -0500
  • 65184e23c0
    Update MainWindow.cs Ewan 2022-06-30 12:34:14 -0500
  • 05cfbb089c
    Update Program.cs Ewan 2022-06-30 12:33:25 -0500
  • 0cadfbff44
    Update HLEConfiguration.cs Ewan 2022-06-30 12:28:56 -0500
  • 4972cb546a Add unsafe memory option StickBit 2022-06-30 10:07:57 -0500
  • 50887af401
    Merge 4ed091ca42 into 0c66d71fe8 RMED24 2022-06-30 11:06:21 +0000
  • 0c66d71fe8
    ui: Fix timezone abbreviation since #3361 (#3430) 1.1.160 Mary 2022-06-29 22:08:30 +0200
  • 88b1104a7e ui: Fix timezone abbreviation since #3361 Mary 2022-06-29 20:50:53 +0200
  • 9138aab5f7 Half <-> Double conversion support gdk 2022-06-29 13:23:59 -0300
  • 07b9a8df7d Stub GetTemperature Ac_K 2022-06-28 21:51:11 +0200
  • 832b572dbf
    Merge branch 'Ryujinx:master' into master jozz024 2022-06-28 10:25:27 -0500
  • acb6b408fa Update TextureHandle.ReadPackedId for new bindless elimination gdk 2022-06-27 03:30:25 -0300
  • e8c571fe92 Shader cache version bump gdk 2022-06-27 01:59:39 -0300
  • b56880c4cb Bindless elimination for constant sampler handle gdk 2022-06-15 19:07:58 -0300
  • a634023251 fix rebase Emmanuel Hansen 2022-06-25 20:47:08 +0000
  • 7f542f9d9a
    Merge branch 'master' into ava_p2 Emmanuel Hansen 2022-06-25 16:14:18 +0000
  • bdc4fa81f2
    Add Simplified Chinese to Avalonia (V2) (#3416) 1.1.159 Narugakuruga 2022-06-25 23:03:48 +0800
  • 625f5fb88a
    Account for pool change on texture bindings cache (#3420) 1.1.158 gdkchan 2022-06-25 11:52:38 -0300
  • 818a1f1108 Reduce the number of checks needed gdk 2022-06-25 00:37:35 -0300
  • c823c98cbc Account for pool change on texture bindings cache gdk 2022-06-24 23:21:30 -0300
  • 2382717600
    timezone: Fix regression caused by #3361 (#3418) 1.1.157 Mary 2022-06-24 21:11:56 +0200
  • 3a150e2b81 timezone: Fix regression caused by #3361 Mary 2022-06-24 20:41:09 +0200
  • 30ee70a9bc
    time: Make TimeZoneRule blittable and avoid copies (#3361) 1.1.156 Mary 2022-06-24 19:04:57 +0200
  • fca11c92af Simplify Box Mary 2022-05-26 19:57:12 +0200
  • f4f57d2105 Address gdkchan's comments Mary 2022-05-26 19:50:13 +0200
  • 006f21531f Ensure we clean the structure still Mary 2022-05-26 00:53:45 +0200
  • 2d221438c2 Add missing Box type Mary 2022-05-26 00:35:45 +0200
  • 70228559fb time: Make TimeZoneRule blittable and avoid copies Mary 2022-05-25 19:57:38 +0200
  • e6649d688e
    Update MainWindow.axaml Narugakuruga 2022-06-24 15:51:12 +0800
  • a766214cad
    Update Ryujinx.Ava.csproj Narugakuruga 2022-06-24 15:49:15 +0800
  • 5148e04f5f
    Add files via upload Narugakuruga 2022-06-24 15:44:47 +0800
  • 232b1012b0
    Fix ThreadingLock deadlock on invalid access and TerminateProcess (#3407) 1.1.155 gdkchan 2022-06-23 21:53:16 -0300
  • e747f5cd83
    Ensure texture ID is valid before getting texture descriptor (#3406) 1.1.154 gdkchan 2022-06-23 21:41:57 -0300
  • 8aff17a93c
    UI: Some Avalonia cleanup (#3358) 1.1.153 Ac_K 2022-06-23 20:59:02 +0200
  • 92e1bf58c7
    Merge branch 'master' into ava_p2 Emmanuel Hansen 2022-06-23 14:17:42 +0000
  • 4ed091ca42
    Merge branch 'Ryujinx:master' into master RMED24 2022-06-22 16:56:35 +0100
  • f2a41b7a1c
    Rewrite kernel memory allocator (#3316) 1.1.152 gdkchan 2022-06-22 12:28:14 -0300
  • 3b6fb29ec2 a RMED24 2022-06-22 11:14:08 +0100
  • f4c094aa98 Merge branch 'pr/3405' RMED24 2022-06-22 11:02:05 +0100
  • 1100e5e1a6
    Merge pull request #1 from gdkchan/vulkan-rel RMED24 2022-06-22 10:37:41 +0100
  • 6d277130da Adjust bindings array sizes gdk 2022-06-22 00:11:17 -0300
  • 3b9bf0666f Increase light command buffer pool to 2 command buffers, throw rather than returning invalid cbs gdk 2022-06-21 23:10:16 -0300
  • 3d3dd8e821 Avoid lookup of invalid textures if pool did not change gdk 2022-06-21 21:11:11 -0300
  • c881cd2d14
    Fix doubling of detected gamepads on program start (#3398) 1.1.151 RhavoX 2022-06-20 19:01:55 +0200
  • b217063e0d Fix ThreadingLock deadlock on invalid access and TerminateProcess gdk 2022-06-20 02:08:40 -0300
  • d4a742783e Ensure texture ID is valid before getting texture descriptor gdk 2022-06-20 00:29:35 -0300
  • 6096dd75b2 Handle the case where byte optionValues are sent to BSD riperiperi 2022-06-18 22:07:22 +0100
  • cd3ad0a6ab Push descriptor support check, buffer redundancy checks riperiperi 2022-06-17 23:23:43 +0100
  • db4e7d28ea Use push descriptors for uniform buffer updates (disabled for now) gdk 2022-06-15 00:42:03 -0300
  • f2b1cfe10c Fix D32S8 copy workaround (AMD) riperiperi 2022-06-14 23:59:04 +0100
  • 002bfc65ae Use selected gpu from config for avalonia (#7) Emmanuel Hansen 2022-06-14 20:37:51 +0000
  • 0860e208b2 Add missing clear layer parameter after rebase gdk 2022-06-14 16:19:59 -0300
  • 0e06449f90 Pre-allocate arrays up front on DescriptorSetUpdater, allows the removal of some checks gdk 2022-06-14 13:31:23 -0300
  • e1e69f64bc Ensure all fences are destroyed on dispose gdk 2022-06-13 23:20:15 -0300
  • ed681977f9 If S8D24 is not supported, use D32FS8 gdk 2022-06-13 22:30:17 -0300
  • 8cac0e2b51 Fix error due to missing subpass dependency when Attachment Write -> Shader Read barriers are added gdk 2022-06-13 22:18:56 -0300
  • 088ea4545c Fix and enable background compute shader compilation riperiperi 2022-06-14 00:07:08 +0100
  • d31360e7da Implement GPU selector and expose texture recompression on the UI and config gdk 2022-06-11 20:33:07 -0300
  • c98b61ade8 Use RobustBufferAccess on NVIDIA gpus riperiperi 2022-06-11 18:33:03 +0100
  • db5a1a6aa6 Workaround RADV crash riperiperi 2022-06-11 14:36:53 +0100