Commit graph

  • 47cdcedbec
    Merge branch 'Ryujinx:master' into master beginor 2023-05-26 14:32:36 +0800
  • e6658c133c
    Fix resolution scaling of image operation coordinates (#5102) 1.1.824 gdkchan 2023-05-25 23:42:49 -0300
  • 27cbb986cd Shader cache version bump gdk 2023-05-25 23:21:28 -0300
  • a7caefb1c1 Fix resolution scaling of image operation coordinates gdk 2023-05-25 23:19:23 -0300
  • 383cbce30a unused imporT Pat Hov 2023-05-25 15:39:36 -0700
  • 12cc26dd09 Merge branch 'master' of https://github.com/Ryujinx/Ryujinx into minor_cleanup Pat Hov 2023-05-25 15:20:30 -0700
  • 71843515c3 remove async load Pat Hov 2023-05-25 15:20:06 -0700
  • 5b42a4d2c4
    Fix mod names (#5088) 1.1.823 TSRBerry 2023-05-25 23:41:03 +0200
  • 7a05ada432
    Merge branch 'master' into minor_cleanup Patrick Hovsepian 2023-05-25 14:27:12 -0700
  • 8f0c89ffd6
    Generate scaling helper functions on IR (#4714) 1.1.822 gdkchan 2023-05-25 17:46:58 -0300
  • 89ed8f56aa Shader cache version bump gdk 2023-05-22 17:23:17 -0300
  • 8bcdebcdf0 Remove using gdk 2023-05-22 14:23:03 -0300
  • bab5483943 Split RewriteTextureSample and move gather bias add to an earlier pass gdk 2023-05-22 14:10:17 -0300
  • 7450a6076f Delete unused code gdk 2023-04-23 19:10:04 -0300
  • bd6ee75924 Generate scaling helper functions on IR gdk 2023-04-23 17:49:08 -0300
  • 2c9715acf6
    Truncate vertex attribute format if it exceeds stride on MoltenVK (#5094) 1.1.821 gdkchan 2023-05-25 17:03:51 -0300
  • 9f601f2f26 No need for this to be public gdk 2023-05-25 16:00:36 -0300
  • 7a47a41fdd Move vertex attribute check to pipeline creation to avoid costs gdk 2023-05-25 15:48:07 -0300
  • 274af65f69
    Update release.yml (#5058) 1.1.820 Isaac Marovitz 2023-05-25 15:17:37 +0100
  • 0cb4bff785
    Merge branch 'Ryujinx:master' into master beginor 2023-05-25 11:01:56 +0800
  • 17110085a1 Fix BGR format gdk 2023-05-24 22:40:29 -0300
  • 289f61c909 Truncate vertex attribute format if it exceeds stride on MoltenVK gdk 2023-05-24 22:11:59 -0300
  • 49893816dc metadata load Pat Hov 2023-05-24 14:25:50 -0700
  • 555ff2f86d Made it so the Last Played value "Never" is localized in the Avalonia UI Emma Alyx Wunder 2023-05-24 23:23:03 +0200
  • 671e1025ef cleanup Pat Hov 2023-05-24 14:17:06 -0700
  • f9d7e02d69
    Fix mod names TSR Berry 2023-05-24 14:15:51 +0200
  • 2f013910ca Added Custom Path case when saving screenshots Daniel Shala 2023-05-24 12:00:58 +0200
  • 86faad1b01 lsof + ps check siegmund-heiss-ich 2023-05-24 11:53:58 +0200
  • d4b66b2463 metadata save/load refactor Pat Hov 2023-05-23 22:27:12 -0700
  • cde45ddf55
    Merge branch 'master' into last-played-not-last-launched Théo Arrouye 2023-05-23 18:47:36 -0700
  • 57dce93507 impl changes suggested by AcK77 (more) Jim Horvath 2023-05-11 12:41:17 -0400
  • cf5bf153d4 impl changes suggested by AcK77 jhorv 2023-05-09 21:16:24 -0400
  • e5bdda423e use AsyncWorkQueue to handle the Thread-related changes previously made to NotificationHelper.SetNotificationHelper(). Wrap it in Lazy<T> and force instantiation in the TemplateApplied event handler to accomodate for the fact that AsyncWorkQueue starts immediately, and the notification dispatch loop was being delayed by _templateAppliedEvent. jhorv 2023-05-09 20:26:26 -0400
  • 28182f05f3 Revert "use AsyncWorkQueue to do everything I added in SetNotificationManager()" jhorv 2023-05-09 20:02:43 -0400
  • 54414b1336 use AsyncWorkQueue to do everything I added in SetNotificationManager() jhorv 2023-05-09 19:48:58 -0400
  • db839b8d7f adjust formatting of AsyncWorkQueue constructor to use object initializers consistently jhorv 2023-05-09 19:46:26 -0400
  • 53e9d80d4e Change NotificationHelper to use an explicit Thread for background work. Wait on the cancellationToken's WaitHandle so the Thread doesn't have to deal with async. Wrap foreach in try/catch (OperationCanceledException) to swallow the escaping exception from the GetConsumingEnumerable(). jhorv 2023-05-09 15:54:52 -0400
  • 8732608530 NotificationHelper - use host.Closing event to trigger cancellation instead of _notifationManager.DetachedFromLogicalTree jhorv 2023-05-08 21:37:49 -0400
  • b888660a03 Remove AudioRenderSystem._terminationEvent, redundant jhorv 2023-05-08 21:16:24 -0400
  • 660954d18e NotifiationHelper - cancel first, the CompleteAdding() jhorv 2023-05-07 12:24:38 -0400
  • bd01acc67b add a timeout to AudioRenderSystem.Stop()'s waiting for the termination signal, log a warning if this timeout occurs, and continue execution jhorv 2023-05-07 00:33:47 -0400
  • 24d9501633 NotificationHelper - remove explicity call to ApplyTemplate(). Change to ManualResetEventSlim so we can cancel the Wait on it. jhorv 2023-05-07 00:26:05 -0400
  • b825cb0eb1 explicitly apply the NotificationManager template to allow the notification loop to begin jhorv 2023-05-06 12:36:11 -0400
  • 2b5152c177 Attempt at fixing hang on exit by ending the WindowNotificationManager notification loop, so that the Thread running it can exit. jhorv 2023-05-05 23:05:24 -0400
  • d163c75086 I swear this is the last commit siegmund-heiss-ich 2023-05-23 19:16:09 +0200
  • 79569e11c7 Update comments siegmund-heiss-ich 2023-05-23 18:46:15 +0200
  • a8ed1c2289 Update comments siegmund-heiss-ich 2023-05-23 18:45:49 +0200
  • 64d90ba686 Remove obsolete check for child processes siegmund-heiss-ich 2023-05-23 18:39:29 +0200
  • c553739647 Avoid deleting reshade files, and its opengl hook. Kurochi51 2023-05-23 19:04:34 +0300
  • 8354637f9b Address feedback siegmund-heiss-ich 2023-05-23 14:46:33 +0200
  • 7cac59398d Increase max iterations siegmund-heiss-ich 2023-05-23 14:23:48 +0200
  • 8df6be4884 Remove empty lines siegmund-heiss-ich 2023-05-23 12:56:10 +0200
  • d782d5b8c1 Remove lsof and instead check for running processes siegmund-heiss-ich 2023-05-23 12:42:55 +0200
  • 17b2226f8d
    fixup! Add issue template for missing shader instructions ExE Boss 2023-05-23 12:35:00 +0200
  • 56db001637
    Merge branch 'master' into chore/github/issue-templates/missing-shader-instruction ExE Boss 2023-05-23 12:30:00 +0200
  • 598d661b69 Fixed mistakes in method documentation comments Emma Alyx Wunder 2023-05-23 11:56:14 +0200
  • ef9b9f3799 Implemented requested format changes Emma Alyx Wunder 2023-05-23 11:55:00 +0200
  • 118246208d Also check if PID exists siegmund-heiss-ich 2023-05-23 10:55:40 +0200
  • 4ca78eded5
    Vulkan: Do not set storage flag for multisample textures if not supported (#5060) 1.1.819 gdkchan 2023-05-23 05:41:37 -0300
  • 90998dcb6b Revert "Move set -e that lsof doesn't trigger exit 1" siegmund-heiss-ich 2023-05-23 10:36:07 +0200
  • b1b8e3acc0 Resolve yesterdays brain malfunction 2 siegmund-heiss-ich 2023-05-23 10:10:14 +0200
  • 589a630610 Move set -e that lsof doesn't trigger exit 1 siegmund-heiss-ich 2023-05-23 01:07:10 +0200
  • 77c563d1e5 Also fix my brain's issues siegmund-heiss-ich 2023-05-23 00:46:57 +0200
  • 5014a568be Fix macOS Updater (once again) siegmund-heiss-ich 2023-05-23 00:16:47 +0200
  • 6cb6b15612
    Implement p2rc, p2ri, p2rr and r2p.cc shaders (#5031) 1.1.818 makigumo 2023-05-22 22:32:15 +0200
  • 2725e40838
    Revert "Bump MVK Version (#5057)" (#5061) 1.1.817 gdkchan 2023-05-22 17:12:11 -0300
  • bfe77a5f7a Revert "Bump MVK Version (#5057)" gdkchan 2023-05-22 16:37:27 -0300
  • b530b2a465 Vulkan: Do not set storage flag for multisample textures if not supported gdk 2023-05-22 16:13:22 -0300
  • 58a5ee9cdf
    Update release.yml Isaac Marovitz 2023-05-22 13:44:58 -0400
  • c2e4c8f98e
    Bump MVK Version (#5057) 1.1.816 Isaac Marovitz 2023-05-22 18:41:08 +0100
  • 100e2ef92c
    Bump MVK Version Isaac Marovitz 2023-05-22 12:58:13 -0400
  • 4754a40742 Update LastPlayed date on emulation end. Théo Arrouye 2023-05-22 09:39:57 -0700
  • b2daf2ef86
    More cleanup Isaac Marovitz 2023-05-22 09:46:53 -0400
  • 9f3dab3b66
    Fixes Isaac Marovitz 2023-05-22 09:44:20 -0400
  • cad83faaa3
    Fix fuck ups Isaac Marovitz 2023-05-16 10:53:16 -0400
  • 3f234a3407
    Preview 8 Isaac Marovitz 2023-05-11 12:26:06 -0400
  • 7e985ba466
    Fix issues… Isaac Marovitz 2023-05-08 20:00:13 -0400
  • 765c0b7867
    UI: Fix sections extraction (#4820) Ac_K 2023-05-05 23:24:35 +0200
  • 710940ea3d
    Fixes… Isaac Marovitz 2023-05-04 10:58:44 -0400
  • 78fe2074ef
    Fixed for new PR Isaac Marovitz 2023-05-04 10:54:38 -0400
  • 33400bbb66
    Update TitleUpdateViewModel to StorageProvider API Isaac Marovitz 2023-04-29 13:34:45 -0400
  • 8533cb70fe
    Text centering issues Isaac Marovitz 2023-04-27 12:10:47 -0400
  • 77058cf626
    Fix crashes Isaac Marovitz 2023-04-27 11:57:51 -0400
  • d0fc2dab10
    swtich to using theme variants for light dark Emmanuel Hansen 2023-04-27 16:52:48 +0000
  • 0d9924c946
    Update theme code (TODO) Isaac Marovitz 2023-04-27 11:39:15 -0400
  • 440eadffcb
    Update Avalonia.Svg.Skia Isaac Marovitz 2023-04-27 11:22:50 -0400
  • 0f75ec433d
    Plist Format Isaac Marovitz 2023-04-25 09:02:50 -0400
  • e26d788962
    Restore Info.plist formatting Isaac Marovitz 2023-04-25 09:01:13 -0400
  • 687583aac1
    Remove pfs0 as runnable file type Isaac Marovitz 2023-04-25 08:55:29 -0400
  • 314d31301a
    Update Fluent Avalonia Isaac Marovitz 2023-04-24 20:10:50 -0400
  • 417e3885e3
    Fix Render Scaling Isaac Marovitz 2023-04-24 18:04:49 -0400
  • f5c72d0472
    Avalonia Preview 7 Isaac Marovitz 2023-04-24 17:21:09 -0400
  • 894ebcf93c
    Fix build Isaac Marovitz 2023-04-16 10:42:44 -0400
  • 728f0032dd
    Squashed commit of the following: Isaac Marovitz 2023-04-16 10:34:01 -0400
  • 9ac8e0eb4d
    Warnings Isaac Marovitz 2023-04-10 17:26:07 -0400
  • c160e77807
    Fix some warnings Isaac Marovitz 2023-04-10 17:19:47 -0400
  • 3d55d8622c
    Fix issues from merge Isaac Marovitz 2023-04-10 17:16:31 -0400
  • be9b9cd7f4
    Update to Preview 6 Isaac Marovitz 2023-04-10 15:43:06 -0400
  • 8ed097fdb7
    Fix build Isaac Marovitz 2023-03-14 18:44:38 +0000
  • 839b641c69
    fix menu item checkboxes Emmanuel Hansen 2023-02-07 09:48:55 +0000