1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-10-09 14:55:51 -05:00

Commit Graph

  • 3ffceab1fb MainWindow: Vertically center SearchBox TextPresenter (#4223) merry 2023-01-07 16:01:53 +00:00
  • b9f2a96595 ava: Fix regression caused by #4013 (#4222) Mary-nyan 2023-01-07 11:24:21 +00:00
  • cbaa845f5d Include a start.sh file with correct launch options (#4013) RMED24 2023-01-07 08:06:13 +00:00
  • 9e2681f2d7 Ava GUI: AboutWindow Refactor (#4196) Isaac Marovitz 2023-01-06 19:29:18 -05:00
  • 81fae0d1a6 [hipc] Fix 'Unexpected result code Success returned' in Reply() (#4215) TSRBerry 2023-01-07 00:57:21 +01:00
  • 38519f3b9a Ava GUI: SettingsWindow Refactor (#4177) Isaac Marovitz 2023-01-06 18:35:21 -05:00
  • 7f27aabbd0 chore: Update Ryujinx.SDL2-CS to 2.26.1 (#4199) Mary-nyan 2023-01-06 16:52:25 +00:00
  • e876c43ce9 Misc; Remove duplicated entries and clean locale csproj (#4209) Ac_K 2023-01-05 04:30:55 +01:00
  • 8639245533 hle: Add safety measure around overflow in ScheduleFutureInvocation Mary 2023-01-05 01:55:27 +01:00
  • d6b86a6629 Readd Ryujinx.Ui.LocaleGenerator removed in #4188 (again) Ac_K 2023-01-05 00:23:17 +01:00
  • 8f2b7b5b8e Readd Ryujinx.Ui.LocaleGenerator removed in #4188 Ac_K 2023-01-05 00:20:47 +01:00
  • fc4b7cba2c Make PPTC state non-static (#4157) gdkchan 2023-01-04 20:01:44 -03:00
  • 08831eecf7 IPC refactor part 3+4: New server HIPC message processor (#4188) gdkchan 2023-01-04 19:15:45 -03:00
  • c6a139a6e7 New Crowdin updates (#3985) Ac_K 2023-01-04 22:44:51 +01:00
  • 02714a1291 Avalonia - Add source generator for locale items (#3999) Emmanuel Hansen 2023-01-03 18:45:08 +00:00
  • 09c9686498 misc: Use official names for NVDEC registers (#4192) Mary-nyan 2023-01-02 15:48:46 +01:00
  • b6614c6ad5 chore: Update tests dependencies (#3978) Mary-nyan 2023-01-01 17:35:29 +01:00
  • b1d4b174a6 fix typo in left joycon sl binding (#4195) Emmanuel Hansen 2023-01-01 14:46:02 +00:00
  • 2b23463daa Filter hidden game files from the Game List (#4051) Andrew Glaze 2022-12-29 10:52:30 -05:00
  • 9dfe81770a Use vector outputs for texture operations (#3939) gdkchan 2022-12-29 12:09:34 -03:00
  • 52c115a1f8 HLE: Add basic stubs to get Labo VR booting to title screen. (#4007) Luminoso-256 2022-12-29 08:57:35 -06:00
  • e20abbf9cc Vulkan: Don't flush commands when creating most sync (#4087) riperiperi 2022-12-29 14:39:04 +00:00
  • 76671d63d4 Ava GUI: Restructure Ryujinx.Ava (#4165) Isaac Marovitz 2022-12-29 14:24:05 +00:00
  • 3d1a0bf374 [Headless] Fix for not receiving any SDL events on Linux (#4182) TSRBerry 2022-12-29 15:09:18 +01:00
  • c20f3fbebd haydn: Add support for PCMFloat, PCM32 and PCM8 conversions (#4100) Mary-nyan 2022-12-28 23:34:30 +01:00
  • 0d3b82477e Use new ArgumentNullException and ObjectDisposedException throw-helper API (#4163) Berkan Diler 2022-12-27 20:27:11 +01:00
  • 470be03c2f GPU: Add fallback when 16-bit formats are not supported (#4108) riperiperi 2022-12-26 18:50:27 +00:00
  • c963b3c804 Added Generic Math to BitUtils (#3929) Hunter 2022-12-26 09:11:05 -05:00
  • a4fdfb5f94 bsd::RecvFrom: verify output buffer size before writing socket address (#4135) gnisman 2022-12-26 15:49:26 +02:00
  • 37d27c4c99 Some minor cleanups and optimizations (#4174) Berkan Diler 2022-12-24 18:30:39 +01:00
  • f906eb06c2 Implement a software ETC2 texture decoder (#4121) gdkchan 2022-12-21 20:39:58 -03:00
  • 219f63ff4e Fix CPU FCVTN instruction implementation (slow path) (#4159) gdkchan 2022-12-21 20:05:58 -03:00
  • 1cca3e99ab GPU: Force rebind when pool changes (#4129) gdkchan 2022-12-21 17:35:28 -03:00
  • 55a23e5ec8 make UI display correct content in Chinese (#4155) Ccl 2022-12-22 04:20:37 +08:00
  • 479d1fd8b0 hle: Handle GPU profiler and debugger device path correctly (#4138) Mary-nyan 2022-12-21 19:23:11 +01:00
  • cb70e7bb30 Fix DrawArrays vertex buffer size (#4141) gdkchan 2022-12-21 15:08:12 -03:00
  • c200a7b7c6 ARMeilleure: Hash _data pointer instead of value for Operand (#4156) riperiperi 2022-12-21 01:28:18 +00:00
  • 6268170a10 fix sw kbd row collision (#4144) Emmanuel Hansen 2022-12-19 18:09:36 +00:00
  • ee0f9b03a4 Eliminate zero-extension moves in more cases on 32-bit games (#4140) gdkchan 2022-12-19 14:45:58 -03:00
  • f93c5f006a Revert "ARMeilleure: Add initial support for AVX512(EVEX encoding) (#3663)" (#4145) gdkchan 2022-12-18 20:21:10 -03:00
  • 295fbd0542 ARMeilleure: Add initial support for AVX512(EVEX encoding) (#3663) Wunk 2022-12-18 11:46:13 -08:00
  • d7310d7a1c hle: Fix wrong conversion in UserPresence.ToString (#4142) Mary-nyan 2022-12-18 15:23:19 +01:00
  • 8c50943a2e nuget: bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 (#4137) dependabot[bot] 2022-12-17 01:19:04 +01:00
  • ec4cd57ccf Implement another non-indexed draw method on GPU (#4123) gdkchan 2022-12-16 12:06:38 -03:00
  • 5a085cba0f GPU: Fix layered attachment write (#4131) riperiperi 2022-12-16 12:40:01 +00:00
  • 1a1d33a018 ava: Fix invisible swkbd applet on Linux (#4130) TSRBerry 2022-12-16 02:40:55 +01:00
  • 0fbcd630bc Replace DllImport usage with LibraryImport (#4084) Isaac Marovitz 2022-12-15 12:07:31 -05:00
  • f4d731ae20 Fix NRE when loading Vulkan shader cache with Vertex A shaders (#4124) gdkchan 2022-12-15 13:52:12 -03:00
  • 8ac53c66b4 Remove Half Conversion (#4106) Isaac Marovitz 2022-12-14 19:13:23 -05:00
  • 0f50de72be Vulkan: enable VK_EXT_custom_border_color features (#4116) Georg Lehmann 2022-12-15 00:53:33 +01:00
  • df758eddd1 Bsd: Add support for dns_mitm (#4102) TSRBerry 2022-12-12 18:04:08 +01:00
  • 5f32a8ed94 misc: Update to Ryujinx.Graphics.Nvdec.Dependencies 5.0.1-build13 (#4097) Mary-nyan 2022-12-12 16:19:46 +01:00
  • 535fbec675 Use NuGet Central Package Management to manage package versions solution-wise (#4095) Andrey Sukharev 2022-12-12 18:03:10 +03:00
  • 6fe88115a3 misc: Some fixes to the updaters (#4092) Mary-nyan 2022-12-12 15:17:22 +01:00
  • 475fa4d390 Fix "UI" abbreviation being miscapitalized (#4093) &Olga 2022-12-12 18:11:55 +04:00
  • edf7e628ca Use method overloads that support trimming. Mark some types to be trimming friendly (#4083) Andrey Sukharev 2022-12-12 17:10:05 +03:00
  • ba5c0cf5d8 Bsd: Implement Select (#4017) TSRBerry 2022-12-12 14:59:31 +01:00
  • 403e67d983 audio: Rewrite SoundIo bindings (#4088) Mary-nyan 2022-12-11 00:57:01 +01:00
  • c6f1908e0f Fix Lambda Explicit Type Specification Warning (#4090) Isaac Marovitz 2022-12-10 16:12:51 -05:00
  • 851d81d24a Fix Redundant Qualifer Warnings (#4091) Isaac Marovitz 2022-12-10 15:21:13 -05:00
  • 459c4caeba Fix HasUnalignedStorageBuffers value when buffers are always unaligned (#4078) gdkchan 2022-12-09 17:41:40 -03:00
  • 539b22ef7b Add explicit dependency on System.Drawing.Common on Ryujinx.Ava to workaround triming bugs Mary 2022-12-09 20:12:09 +01:00
  • 872f036d64 misc: Remove dependency on System.Drawing.Common (#4082) Mary-nyan 2022-12-09 18:00:53 +01:00
  • dca96122bf gha: Add concurrency restriction on release workflow (#4081) TSRBerry 2022-12-09 17:15:28 +01:00
  • e752959109 misc: Update Ryujinx.Graphics.Nvdec.Dependencies to 5.0.1-build12 (#4080) Mary-nyan 2022-12-09 15:46:07 +01:00
  • cf01664698 ava: Restyle the Status Bar (#4048) Ac_K 2022-12-09 15:21:54 +01:00
  • b283a4adcd nuget: bump CommandLineParser from 2.8.0 to 2.9.1 (#4058) dependabot[bot] 2022-12-09 14:16:22 +01:00
  • 8428bb6541 Fix shader FSWZADD instruction (#4069) gdkchan 2022-12-08 14:08:07 -03:00
  • 9a0330f7f8 Shader: Implement PrimitiveID (#4067) gdkchan 2022-12-08 06:55:03 -03:00
  • 57fc996337 Fix inconsistent capitalization (#4070) IverCoder 2022-12-08 17:32:24 +08:00
  • 1f3b860f06 acc: Stub CheckNetworkServiceAvailabilityAsync (#4052) Ac_K 2022-12-07 23:19:22 +01:00
  • abe3c02ab4 nuget: bump DynamicData from 7.12.8 to 7.12.11 (#4059) dependabot[bot] 2022-12-07 23:07:23 +01:00
  • 45b417b2b4 nuget: bump NUnit from 3.12.0 to 3.13.3 (#4060) dependabot[bot] 2022-12-07 22:02:31 +01:00
  • d076339e3e Add Ryujinx license file to builds (#4057) TSRBerry 2022-12-07 18:20:18 +01:00
  • 837836431d nuget: bump System.Drawing.Common from 6.0.0 to 7.0.0 (#4024) dependabot[bot] 2022-12-07 16:24:34 +00:00
  • 9f555db5cd hle: Do not add disabled AoC item to the list (#4044) Ac_K 2022-12-07 15:00:28 +01:00
  • bf7fa60dfc Fix struct layout packing (#4039) Isaac Marovitz 2022-12-06 21:04:01 -05:00
  • 752b93d3b7 gtk: Fixes warnings about obsolete components (#4049) Ac_K 2022-12-07 01:49:37 +01:00
  • f23b2878cc Shader: Add fallback for LDG from "ube" buffer ranges. (#4027) riperiperi 2022-12-06 23:15:44 +00:00
  • e211c3f00a UI: Add Metal surface creation for MoltenVK (#3980) riperiperi 2022-12-06 22:00:25 +00:00
  • d3709a753f nuget: bump XamlNameReferenceGenerator from 1.4.2 to 1.5.1 (#4026) dependabot[bot] 2022-12-06 19:00:08 +01:00
  • ab676d58ea nuget: bump System.IdentityModel.Tokens.Jwt from 6.25.0 to 6.25.1 (#4043) dependabot[bot] 2022-12-06 18:01:21 +01:00
  • 2372c194f1 ava: Cleanup Input classes (#4042) Ac_K 2022-12-06 16:32:14 +01:00
  • 40311310d1 amadeus: Add missing compressor effect from REV11 (#4010) Mary-nyan 2022-12-06 15:04:25 +01:00
  • dde9bb5c69 Fix storage buffer access when match fails (#4037) gdkchan 2022-12-06 00:36:54 -03:00
  • 266338a7c9 Change default Vsync toggle hotkey to F1 instead of Tab (#3995) MetrosexualGarbodor 2022-12-06 02:09:26 +00:00
  • 90156eea4c nuget: bump Microsoft.CodeAnalysis.CSharp from 4.2.0 to 4.4.0 (#4025) dependabot[bot] 2022-12-06 01:51:33 +00:00
  • 071c01c235 Fix Sorting Regression (#4032) Isaac Marovitz 2022-12-05 20:40:06 -05:00
  • de06ffb0f7 Fix shaders with global memory access from unknown locations (#4029) gdkchan 2022-12-05 22:09:24 -03:00
  • 8a7de35e3f Update 'OpenGL Log Level' to 'Graphics Backend Log Level' (#3996) Andrew Glaze 2022-12-05 19:48:41 -05:00
  • 121296834a Ava GUI: Several UI Fixes (#3991) Isaac Marovitz 2022-12-05 17:04:18 -05:00
  • bbb24d8c7e Restrict shader storage buffer search when match fails (#4011) gdkchan 2022-12-05 16:11:32 -03:00
  • 4da44e09cb Make structs readonly when applicable (#4002) Andrey Sukharev 2022-12-05 16:47:39 +03:00
  • ae13f0ab4d misc: Fix obsolete warnings in Ryujinx.Graphics.Vulkan (#4020) Mary-nyan 2022-12-05 13:57:11 +01:00
  • a2a35f1be6 nuget: bump Microsoft.NET.Test.Sdk from 16.8.0 to 17.4.0 (#3900) dependabot[bot] 2022-12-05 08:17:40 +01:00
  • aedfadaaf7 Add InfoType.MesosphereCurrentProcess (#3792) Shane Slattery 2022-12-04 19:46:02 +00:00
  • 5c0fb0cec3 ui: Disallow checking for updates while emulation active (#3886) Ethan Page 2022-12-04 14:17:11 -05:00
  • 17a1cab5d2 Allow SNorm buffer texture formats on Vulkan (#3957) gdkchan 2022-12-04 15:36:03 -03:00
  • 73aed239c3 Implement non-MS to MS copies with draws (#3958) gdkchan 2022-12-04 15:07:11 -03:00
  • 9ac66336a2 GPU: Use lazy checks for specialization state (#4004) riperiperi 2022-12-04 17:41:17 +00:00