{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":120231691,"defaultBranch":"master","name":"Ryujinx","ownerLogin":"Ryujinx","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-02-04T23:07:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/39036280?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716437144.0","currentOid":""},"activityList":{"items":[{"before":"63f35a4b18cec64b3d93960a504eb369e37d52b9","after":"09b579906bb4285c01c850b9e7cd9740b3879ac9","ref":"refs/heads/dependabot/nuget/nunit-74f982235c","pushedAt":"2024-05-23T16:06:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"nuget: bump the nunit group with 2 updates\n\nBumps the nunit group with 2 updates: [NUnit](https://github.com/nunit/nunit) and [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter).\n\n\nUpdates `NUnit` from 3.13.3 to 4.1.0\n- [Release notes](https://github.com/nunit/nunit/releases)\n- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit/compare/v3.13.3...4.1.0)\n\nUpdates `NUnit3TestAdapter` from 4.1.0 to 4.5.0\n- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)\n- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.1.0...V4.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: nunit\n- dependency-name: NUnit3TestAdapter\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: nunit\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"nuget: bump the nunit group with 2 updates"}},{"before":"c1ed1509493cdf69b39fddc1ae8b2f3d877adec6","after":"e65effcb05c40247fb717b3c2409abce7ffa10fc","ref":"refs/heads/master","pushedAt":"2024-05-23T04:05:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gdkchan","name":null,"path":"/gdkchan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5624669?s=80&v=4"},"commit":{"message":"Workaround AMD bug on logic op with float framebuffer (#6852)\n\n* Workaround AMD bug on logic op with float framebuffer\r\n\r\n* Format whitespace\r\n\r\n* Update comment","shortMessageHtmlLink":"Workaround AMD bug on logic op with float framebuffer (#6852)"}},{"before":"c1a300e32747bd545a3175ab97814ecccd5a6f84","after":"26b93317c9ce0d0fccacf6567334e1f015558df1","ref":"refs/heads/l10n_master","pushedAt":"2024-05-22T23:15:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AcK77","name":"Ac_K","path":"/AcK77","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4905390?s=80&v=4"},"commit":{"message":"New translations en_us.json (Arabic)","shortMessageHtmlLink":"New translations en_us.json (Arabic)"}},{"before":"c634eb4054c2e7f530307198d7cc6a20b3666d7d","after":"c1ed1509493cdf69b39fddc1ae8b2f3d877adec6","ref":"refs/heads/master","pushedAt":"2024-05-22T20:47:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gdkchan","name":null,"path":"/gdkchan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5624669?s=80&v=4"},"commit":{"message":"Kernel: Wake cores from idle directly rather than through a host thread (#6837)\n\n* Kernel: Wake cores from idle directly rather than through a host thread\r\n\r\nRight now when a core enters an idle state, leaving that idle state requires us to first signal the core's idle thread, which then signals the correct thread that we want to run on the core. This means that in a lot of cases, we're paying double for a thread to be woken from an idle state.\r\n\r\nThis PR moves this process to happen on the thread that is waking others out of idle, instead of an idle thread that needs to be woken first.\r\n\r\nFor compatibility the process has been kept as similar as possible - the process for IdleThreadLoop has been migrated to TryLeaveIdle, and is gated by a condition variable that lets it run only once at a time for each core. A core is only considered for wake from idle if idle is both active and has been signalled - the signal is consumed and the active state is cleared when the core leaves idle.\r\n\r\nDummy threads (just the idle thread at the moment) have been changed to have no host thread, as the work is now done by threads entering idle and signalling out of it.\r\n\r\nThis could put a bit of extra work on threads that would have triggered `_idleInterruptEvent` before, but I'd expect less work than signalling all those reset events and the OS overhead that follows. Worst case is that other threads performing these signals at the same time will have to wait for each other, but it's still going to be a very short amount of time.\r\n\r\nImprovements are best seen in games with heavy (or very misguided) multithreading, such as Pokemon: Legends Arceus. Improvements are expected in Scarlet/Violet and TOTK, but are harder to measure.\r\n\r\nTesting on Linux/MacOS still to be done, definitely need to test more games as this affects all of them (obviously) and any issues might be rare to encounter.\r\n\r\n* Remove _idleThread entirely\r\n\r\n* Use spinwait so we don't completely blast the CPU with cmpxchg\r\n\r\n* Didn't I already do this\r\n\r\n* Cleanup","shortMessageHtmlLink":"Kernel: Wake cores from idle directly rather than through a host thre…"}},{"before":null,"after":"81e5f1aff3901e5cbc64353034ca8e5bd66140c0","ref":"refs/heads/dependabot/nuget/Microsoft.NET.Test.Sdk-17.10.0","pushedAt":"2024-05-22T16:22:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":"e5db9437859390508a87cebe654e0d62c93e64e5","after":"c1a300e32747bd545a3175ab97814ecccd5a6f84","ref":"refs/heads/l10n_master","pushedAt":"2024-05-21T22:54:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AcK77","name":"Ac_K","path":"/AcK77","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4905390?s=80&v=4"},"commit":{"message":"New translations en_us.json (Ukrainian)","shortMessageHtmlLink":"New translations en_us.json (Ukrainian)"}},{"before":"b623d6edbd0553f503e03898d07bda8071d1b34b","after":"63f35a4b18cec64b3d93960a504eb369e37d52b9","ref":"refs/heads/dependabot/nuget/nunit-74f982235c","pushedAt":"2024-05-21T17:02:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"nuget: bump the nunit group with 2 updates\n\nBumps the nunit group with 2 updates: [NUnit](https://github.com/nunit/nunit) and [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter).\n\n\nUpdates `NUnit` from 3.13.3 to 4.1.0\n- [Release notes](https://github.com/nunit/nunit/releases)\n- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit/compare/v3.13.3...4.1.0)\n\nUpdates `NUnit3TestAdapter` from 4.1.0 to 4.5.0\n- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)\n- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.1.0...V4.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: nunit\n- dependency-name: NUnit3TestAdapter\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: nunit\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"nuget: bump the nunit group with 2 updates"}},{"before":"eb1ce41b00e415fe84537bc872ddbf13996055d5","after":"c634eb4054c2e7f530307198d7cc6a20b3666d7d","ref":"refs/heads/master","pushedAt":"2024-05-20T21:38:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gdkchan","name":null,"path":"/gdkchan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5624669?s=80&v=4"},"commit":{"message":"Updating Concentus dependency to speed up Opus decoding (#6757)\n\n* Implementing new features in the latest Concentus library - span-in, span-out Opus decoding (so we don't have to make temporary buffer copies), returning a more precise error code from the decoder, and automatically linking the native opus library with P/invoke if supported on the current system\r\n\r\n* Remove stub log messages and commit package upgrade to 2.1.0\r\n\r\n* use more correct disposal pattern\r\n\r\n* Bump to Concentus 2.1.1\r\n\r\n* Bump to Concentus 2.1.2\r\n\r\n* Don't bother pulling in native opus binaries from Concentus package (using ExcludeAssets).\r\n\r\n* Fix opus MS channel count. Explicitly disable native lib probe in OpusCodecFactory.\r\n\r\n* Bump to package 2.2.0 which has split out the native libs, as suggested.\r\n\r\n---------\r\n\r\nCo-authored-by: Logan Stromberg ","shortMessageHtmlLink":"Updating Concentus dependency to speed up Opus decoding (#6757)"}},{"before":"6b7f57ce2ae2fb2f7492f510ce4547edae0f87e1","after":"b623d6edbd0553f503e03898d07bda8071d1b34b","ref":"refs/heads/dependabot/nuget/nunit-74f982235c","pushedAt":"2024-05-20T16:07:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"nuget: bump the nunit group with 2 updates\n\nBumps the nunit group with 2 updates: [NUnit](https://github.com/nunit/nunit) and [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter).\n\n\nUpdates `NUnit` from 3.13.3 to 4.1.0\n- [Release notes](https://github.com/nunit/nunit/releases)\n- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit/compare/v3.13.3...4.1.0)\n\nUpdates `NUnit3TestAdapter` from 4.1.0 to 4.5.0\n- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)\n- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.1.0...V4.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: nunit\n- dependency-name: NUnit3TestAdapter\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: nunit\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"nuget: bump the nunit group with 2 updates"}},{"before":"11df4d852b4a558ad5a80fdfc80fee0508e64c9a","after":"e5db9437859390508a87cebe654e0d62c93e64e5","ref":"refs/heads/l10n_master","pushedAt":"2024-05-19T22:40:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AcK77","name":"Ac_K","path":"/AcK77","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4905390?s=80&v=4"},"commit":{"message":"New translations en_us.json (Italian)","shortMessageHtmlLink":"New translations en_us.json (Italian)"}},{"before":"2f427deb672cfae9f5d607da77086b75720fe416","after":"eb1ce41b00e415fe84537bc872ddbf13996055d5","ref":"refs/heads/master","pushedAt":"2024-05-19T19:53:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gdkchan","name":null,"path":"/gdkchan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5624669?s=80&v=4"},"commit":{"message":"GPU: Migrate buffers on GPU project, pre-emptively flush device local mappings (#6794)\n\n* GPU: Migrate buffers on GPU project, pre-emptively flush device local mappings\r\n\r\nEssentially retreading #4540, but it's on the GPU project now instead of the backend. This allows us to have a lot more control + knowledge of where the buffer backing has been changed and allows us to pre-emptively flush pages to host memory for quicker readback. It will allow us to do other stuff in the future, but we'll get there when we get there.\r\n\r\nPerformance greatly improved in Hyrule Warriors: Age of Calamity. Performance notably improved in TOTK (average). Performance for BOTW restored to how it was before #4911, perhaps a bit better.\r\n\r\n- Rewrites a bunch of buffer migration stuff. Might want to tighten up how dispose stuff works.\r\n- Fixed an issue where the copy for texture pre-flush would happen _after_ the syncpoint.\r\n\r\nTODO: remove a page from pre-flush if it isn't flushed after a certain number of copies.\r\n\r\n* Add copy deactivation\r\n\r\n* Fix dependent virtual buffers\r\n\r\n* Remove logging\r\n\r\n* Fix format issues (maybe)\r\n\r\n* Vulkan: Remove backing swap\r\n\r\n* Add explicit memory access types for most buffers\r\n\r\n* Fix typo\r\n\r\n* Add device local force expiry, change buffer inheritance behaviour\r\n\r\n* General cleanup, OGL fix\r\n\r\n* BufferPreFlush comments\r\n\r\n* BufferBackingState comments\r\n\r\n* Add an extra precaution to BufferMigration\r\n\r\nThis is very unlikely, but it's important to cover loose ends like this.\r\n\r\n* Address some feedback\r\n\r\n* Docs","shortMessageHtmlLink":"GPU: Migrate buffers on GPU project, pre-emptively flush device local…"}},{"before":"8f51938e2b22ee438ce8f849cc9258026ec5da29","after":"2f427deb672cfae9f5d607da77086b75720fe416","ref":"refs/heads/master","pushedAt":"2024-05-17T23:11:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gdkchan","name":null,"path":"/gdkchan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5624669?s=80&v=4"},"commit":{"message":"Fix another NullReferenceException (#6826)","shortMessageHtmlLink":"Fix another NullReferenceException (#6826)"}},{"before":"4d84df94873a070f6f5c199438f957b24d8cf8a9","after":"8f51938e2b22ee438ce8f849cc9258026ec5da29","ref":"refs/heads/master","pushedAt":"2024-05-17T19:58:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gdkchan","name":null,"path":"/gdkchan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5624669?s=80&v=4"},"commit":{"message":"Disable keyboard controller input while swkbd is open (foreground) (second attempt) (#6808)\n\n* Block input updates while swkbd is open in foreground mode\r\n\r\n* Flush internal driver state before unblocking input updates\r\n\r\n* Rename Flush to Clear and remove unnecessary attribute\r\n\r\n* Clear the driver state only if the GamepadDriver isn't null","shortMessageHtmlLink":"Disable keyboard controller input while swkbd is open (foreground) (s…"}},{"before":"9ec8b2c01a0b00f3a33d9a23b9f5ff3758520484","after":"4d84df94873a070f6f5c199438f957b24d8cf8a9","ref":"refs/heads/master","pushedAt":"2024-05-17T19:46:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gdkchan","name":null,"path":"/gdkchan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5624669?s=80&v=4"},"commit":{"message":"Update audio renderer to REV12: Add support for splitter biquad filter (#6813)\n\n* Update audio renderer to REV12: Add support for splitter biquad filter\r\n\r\n* Formatting\r\n\r\n* Official names\r\n\r\n* Update BiquadFilterState size + other fixes\r\n\r\n* Update tests\r\n\r\n* Update comment for version 2\r\n\r\n* Size test for SplitterDestinationVersion2\r\n\r\n* Should use Volume1 if no ramp","shortMessageHtmlLink":"Update audio renderer to REV12: Add support for splitter biquad filter ("}},{"before":"d3f6a8cf1e6db79d9051c43a4c9caacc1f0dd317","after":"11df4d852b4a558ad5a80fdfc80fee0508e64c9a","ref":"refs/heads/l10n_master","pushedAt":"2024-05-17T18:23:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AcK77","name":"Ac_K","path":"/AcK77","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4905390?s=80&v=4"},"commit":{"message":"New translations en_us.json (Portuguese, Brazilian)","shortMessageHtmlLink":"New translations en_us.json (Portuguese, Brazilian)"}},{"before":"bc4afbdffaa00c04b2c993c79b29406d9ea81aef","after":"6b7f57ce2ae2fb2f7492f510ce4547edae0f87e1","ref":"refs/heads/dependabot/nuget/nunit-74f982235c","pushedAt":"2024-05-17T16:19:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"nuget: bump the nunit group with 2 updates\n\nBumps the nunit group with 2 updates: [NUnit](https://github.com/nunit/nunit) and [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter).\n\n\nUpdates `NUnit` from 3.13.3 to 4.1.0\n- [Release notes](https://github.com/nunit/nunit/releases)\n- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit/compare/v3.13.3...4.1.0)\n\nUpdates `NUnit3TestAdapter` from 4.1.0 to 4.5.0\n- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)\n- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.1.0...V4.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: nunit\n- dependency-name: NUnit3TestAdapter\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: nunit\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"nuget: bump the nunit group with 2 updates"}},{"before":"2f0d9c28ccd7cb5051edbd833c22d5da2db23c2b","after":"d3f6a8cf1e6db79d9051c43a4c9caacc1f0dd317","ref":"refs/heads/l10n_master","pushedAt":"2024-05-16T18:22:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AcK77","name":"Ac_K","path":"/AcK77","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4905390?s=80&v=4"},"commit":{"message":"New translations en_us.json (Norwegian)","shortMessageHtmlLink":"New translations en_us.json (Norwegian)"}},{"before":"2752bd3cc45d0ad282ce65d8185638c65abd0821","after":"2f0d9c28ccd7cb5051edbd833c22d5da2db23c2b","ref":"refs/heads/l10n_master","pushedAt":"2024-05-16T18:22:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AcK77","name":"Ac_K","path":"/AcK77","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4905390?s=80&v=4"},"commit":{"message":"New translations en_us.json (French)","shortMessageHtmlLink":"New translations en_us.json (French)"}},{"before":"afd081855ae0d5917f3e0679067568603343e28c","after":"2752bd3cc45d0ad282ce65d8185638c65abd0821","ref":"refs/heads/l10n_master","pushedAt":"2024-05-16T18:22:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AcK77","name":"Ac_K","path":"/AcK77","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4905390?s=80&v=4"},"commit":{"message":"New translations en_us.json (Polish)","shortMessageHtmlLink":"New translations en_us.json (Polish)"}},{"before":"091230af222a309584ab35df8379ab3a725cd3c1","after":"9ec8b2c01a0b00f3a33d9a23b9f5ff3758520484","ref":"refs/heads/master","pushedAt":"2024-05-16T17:19:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gdkchan","name":null,"path":"/gdkchan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5624669?s=80&v=4"},"commit":{"message":"Change Deflate compression level to `Fastest`. (#6812)","shortMessageHtmlLink":"Change Deflate compression level to Fastest. (#6812)"}},{"before":"fe373ebb79236da07e277ee724d85efed3937679","after":"afd081855ae0d5917f3e0679067568603343e28c","ref":"refs/heads/l10n_master","pushedAt":"2024-05-15T18:17:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AcK77","name":"Ac_K","path":"/AcK77","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4905390?s=80&v=4"},"commit":{"message":"New translations en_us.json (Chinese Simplified)","shortMessageHtmlLink":"New translations en_us.json (Chinese Simplified)"}},{"before":"3cad67fb9e85080a67c4ea10af0b8913d545d0b9","after":"fe373ebb79236da07e277ee724d85efed3937679","ref":"refs/heads/l10n_master","pushedAt":"2024-05-15T18:17:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AcK77","name":"Ac_K","path":"/AcK77","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4905390?s=80&v=4"},"commit":{"message":"New translations en_us.json (Korean)","shortMessageHtmlLink":"New translations en_us.json (Korean)"}},{"before":null,"after":"7bb9318abacd2e67c65c9dd296767bfd0e236b36","ref":"refs/heads/dependabot/nuget/Microsoft.IdentityModel.JsonWebTokens-7.5.2","pushedAt":"2024-05-15T16:45:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.5.1 to 7.5.2\n\nBumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.5.1 to 7.5.2.\n- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)\n- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)\n- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.5.1...7.5.2)\n\n---\nupdated-dependencies:\n- dependency-name: Microsoft.IdentityModel.JsonWebTokens\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.5.1 to 7.5.2"}},{"before":"270201cce911501bafa82da27e6cc00a1cb3a2af","after":"bc4afbdffaa00c04b2c993c79b29406d9ea81aef","ref":"refs/heads/dependabot/nuget/nunit-74f982235c","pushedAt":"2024-05-15T16:43:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"nuget: bump the nunit group with 2 updates\n\nBumps the nunit group with 2 updates: [NUnit](https://github.com/nunit/nunit) and [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter).\n\n\nUpdates `NUnit` from 3.13.3 to 4.1.0\n- [Release notes](https://github.com/nunit/nunit/releases)\n- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit/compare/v3.13.3...4.1.0)\n\nUpdates `NUnit3TestAdapter` from 4.1.0 to 4.5.0\n- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)\n- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.1.0...V4.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: nunit\n- dependency-name: NUnit3TestAdapter\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: nunit\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"nuget: bump the nunit group with 2 updates"}},{"before":"3aea19460635ef9d1652a220e6806130dd6a7355","after":"091230af222a309584ab35df8379ab3a725cd3c1","ref":"refs/heads/master","pushedAt":"2024-05-15T16:10:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AcK77","name":"Ac_K","path":"/AcK77","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4905390?s=80&v=4"},"commit":{"message":"Improves some log messages and fixes a typo (#6773)\n\n* Improves some log messages and fixes a typo\r\n\r\n* oops\r\n\r\n* Update src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs\r\n\r\nCo-authored-by: Ac_K \r\n\r\n* Log config file path\r\n\r\n---------\r\n\r\nCo-authored-by: Ac_K \r\nCo-authored-by: TSR Berry <20988865+TSRBerry@users.noreply.github.com>","shortMessageHtmlLink":"Improves some log messages and fixes a typo (#6773)"}},{"before":"cdccf89e103694dcad3833d900b7858a49dae1ec","after":"3aea19460635ef9d1652a220e6806130dd6a7355","ref":"refs/heads/master","pushedAt":"2024-05-15T10:06:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AcK77","name":"Ac_K","path":"/AcK77","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4905390?s=80&v=4"},"commit":{"message":"Add Enhancement label to Feature Requests (#6804)","shortMessageHtmlLink":"Add Enhancement label to Feature Requests (#6804)"}},{"before":"ebb7351f654517e9dc9f4205799a018a192e4128","after":null,"ref":"refs/heads/revert-6646-fix/swkbd-gui-interaction","pushedAt":"2024-05-15T05:20:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gdkchan","name":null,"path":"/gdkchan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5624669?s=80&v=4"}},{"before":"2ca0b17339ada361e5f8edbf1f8dfab741e496f5","after":"cdccf89e103694dcad3833d900b7858a49dae1ec","ref":"refs/heads/master","pushedAt":"2024-05-15T05:20:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gdkchan","name":null,"path":"/gdkchan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5624669?s=80&v=4"},"commit":{"message":"Revert \"Disable keyboard controller input while swkbd is open (foreground) (#…\" (#6805)\n\nThis reverts commit a3dc295c5f867bddb56a38f3a848ceb61ff30d32.","shortMessageHtmlLink":"Revert \"Disable keyboard controller input while swkbd is open (foregr…"}},{"before":null,"after":"ebb7351f654517e9dc9f4205799a018a192e4128","ref":"refs/heads/revert-6646-fix/swkbd-gui-interaction","pushedAt":"2024-05-15T05:19:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gdkchan","name":null,"path":"/gdkchan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5624669?s=80&v=4"},"commit":{"message":"Revert \"Disable keyboard controller input while swkbd is open (foreground) (#…\"\n\nThis reverts commit a3dc295c5f867bddb56a38f3a848ceb61ff30d32.","shortMessageHtmlLink":"Revert \"Disable keyboard controller input while swkbd is open (foregr…"}},{"before":"05fdbad57316662df77b2ccd5ba3e98c51700b38","after":"3cad67fb9e85080a67c4ea10af0b8913d545d0b9","ref":"refs/heads/l10n_master","pushedAt":"2024-05-14T18:19:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AcK77","name":"Ac_K","path":"/AcK77","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4905390?s=80&v=4"},"commit":{"message":"New translations en_us.json (French)","shortMessageHtmlLink":"New translations en_us.json (French)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUjhn2wA","startCursor":null,"endCursor":null}},"title":"Activity · Ryujinx/Ryujinx"}