Commit Graph

  • 32a1cd83fd
    AvaloniaKeyboardDriver: Swallow TextInput events to avoid bell (#4320) merry 2023-01-22 10:21:52 +00:00
  • e3d0ccf8d5
    Allow setting texture data from 1x to fix some textures resetting randomly (#2860) riperiperi 2023-01-22 02:03:30 +00:00
  • c14844d12c
    Ava UI: Various Fixes (#4326) Ac_K 2023-01-22 01:42:55 +01:00
  • 7fea26e97e
    Remove use of reflection on GAL multithreading (#4287) gdkchan 2023-01-21 21:07:43 -03:00
  • 7b7f62c776
    nuget: bump Microsoft.CodeAnalysis.Analyzers from 3.3.3 to 3.3.4 (#4310) dependabot[bot] 2023-01-21 20:04:39 +00:00
  • 423dbc8888
    Use volatile read/writes for GAL threading (#4327) riperiperi 2023-01-21 19:49:55 +00:00
  • 6adf15e479
    Implement CSET and CSETP shader instructions (#4318) gdkchan 2023-01-21 12:18:05 -03:00
  • 2747f12591
    nuget: bump System.IdentityModel.Tokens.Jwt from 6.25.1 to 6.26.0 (#4322) dependabot[bot] 2023-01-21 05:24:57 +01:00
  • a47824f961
    Ava UI: Add Notifications and Cleanup (#4275) Ac_K 2023-01-21 02:57:37 +01:00
  • 8474d52778
    Ava UI: Fix string.Format issues in Locale (#4305) Ac_K 2023-01-21 02:06:19 +01:00
  • dd7a924596
    Catch Profile.json parse to prevent crash on launch (#3393) Phi 2023-01-21 01:36:57 +01:00
  • a76eaf9a9a
    Ava UI: Add Control+Cmd+F HotKey for Mac OS (#4317) gnisman 2023-01-20 23:18:01 +02:00
  • 009e6bcd1b
    Audio: Implement PCM24 output (#4321) merry 2023-01-20 20:46:13 +00:00
  • eb2cc159fa
    Ava UI: Fixes and cleanup Updater (#4269) Ac_K 2023-01-20 21:30:21 +01:00
  • bb89e36fd8
    Vulkan: Destroy old swapchain on swapchain recreation (#3889) Fliperworld 2023-01-19 21:31:25 -03:00
  • de3134adbe
    Vulkan: Explicitly enable precise occlusion queries (#4292) riperiperi 2023-01-19 00:30:42 +00:00
  • 36d53819a4
    NativeSignalHandler: Fix write flag (#4306) merry 2023-01-19 00:13:17 +00:00
  • ae4324032a
    Optimize string memory usage. Use Spans and StringBuilders where possible (#3933) Andrey Sukharev 2023-01-19 01:25:16 +03:00
  • f449895e6d
    HOS: Load RomFs by pid (#4301) Ac_K 2023-01-18 14:50:42 +01:00
  • 410be95ab6
    Fix NRE when disposing AddressSpace with 4KB pages support (#4307) TSRBerry 2023-01-17 15:50:39 +01:00
  • cff9046fc7
    ConfigurationState: Default to Vulkan on macOS (#4299) merry 2023-01-17 04:32:08 +00:00
  • 86fd0643c2
    Implement support for page sizes > 4KB (#4252) gdkchan 2023-01-17 01:13:24 -03:00
  • 43a83a401e
    Ava UI: Readd some infos to the GameList (#4302) Ac_K 2023-01-17 04:57:21 +01:00
  • f0e27a23a5
    Add short duration texture cache (#3754) riperiperi 2023-01-17 03:39:46 +00:00
  • e68650237d
    Ava: Fix Linux Vulkan renderer regression (#4303) TSRBerry 2023-01-16 03:59:41 +01:00
  • 1faff14e73
    UI: Fixes GTK sorting regression of #4294 Ac_K 2023-01-16 03:09:52 +01:00
  • 784cf9d594
    Ava UI: Renderer refactoring (#4297) Ac_K 2023-01-16 01:14:01 +01:00
  • 64263c5218
    UI: Fix applications times (#4294) Ac_K 2023-01-16 00:11:16 +01:00
  • 065c4e520d
    Specify image view usage flags on Vulkan (#4283) gdkchan 2023-01-15 19:12:52 -03:00
  • 139a930407
    Implement missing service calls in pm (#4210) Isaac Marovitz 2023-01-15 16:16:24 -05:00
  • 719dc97bbd
    Ava UI: TitleUpdateWindow Refactor (#4276) Isaac Marovitz 2023-01-15 06:11:52 -05:00
  • 41bba5310a
    Audren: Implement polyphase upsampler (#4256) merry 2023-01-15 04:20:49 +00:00
  • 8071c8c8c0
    Ava UI: Fixes "Hide Cursor on Idle" for Windows (#4266) Ac_K 2023-01-15 01:05:44 +01:00
  • b402b4e7f6
    Change GetPageSize to use Environment.SystemPageSize (#4291) gnisman 2023-01-14 20:37:04 +02:00
  • 93df366b2c
    Fix texture flush from CPU WaitSync regression on OpenGL (#4289) gdkchan 2023-01-14 11:23:57 -03:00
  • cd3a15aea5
    Fix NRE when MemoryUnmappedHandler is called for a destroyed channel (#4285) gdkchan 2023-01-14 00:16:06 -03:00
  • 070136b3f7
    Fix texture modified on CPU from GPU thread after being modified on GPU not being updated (#4284) gdkchan 2023-01-13 23:46:45 -03:00
  • 08ab47c6c0
    Update Program.cs Ac_K 2023-01-13 07:56:41 +01:00
  • 85faa9d8fa
    Revert "Relax Vulkan requirements (#4228)" (#4279) Ac_K 2023-01-13 07:04:59 +01:00
  • dca5b14493
    Relax Vulkan requirements (#4228) gdkchan 2023-01-13 02:09:48 -03:00
  • 4d2c8e2a44
    Prepo: Fix SaveSystemReport* IPC definitions (#4278) Ac_K 2023-01-13 01:50:14 +01:00
  • 8fa248ceb4
    Vulkan: Add workarounds for MoltenVK (#4202) riperiperi 2023-01-13 00:31:21 +00:00
  • 30862b5ffd
    ava: Reorder settings of Resolution Scaler (#4270) Ac_K 2023-01-13 00:07:53 +01:00
  • 9f57747c57
    Ava UI: Various Fixes (#4268) Isaac Marovitz 2023-01-12 07:23:24 -05:00
  • fe29a2ff6e
    Ava UI: Settings Adjustments (#4273) Isaac Marovitz 2023-01-12 07:09:32 -05:00
  • e9a173e00c
    Ptc: Check process architecture (#4272) merry 2023-01-12 07:50:45 +00:00
  • a11784fcbf
    Arm64: Cpu feature detection (#4264) merry 2023-01-12 07:05:18 +00:00
  • fd36c8deca
    lm: Handle Tail flag in LogPacket (#4274) Ac_K 2023-01-12 07:42:05 +01:00
  • 70638340b3
    Ava UI: Move Ava logging to Logger.Debug (#4255) Ac_K 2023-01-11 23:27:26 +01:00
  • 4b495f3333
    Ava UI: Fixes PerformanceCheck condition (#4271) Ac_K 2023-01-11 21:47:15 +01:00
  • 934b5a64e5
    Ava GUI: User Profile Manager + Other Fixes (#4166) Isaac Marovitz 2023-01-11 00:20:19 -05:00
  • cee667b491
    Ava: Fixes Update count in heading (#4265) Ac_K 2023-01-11 05:39:25 +01:00
  • 94a64f2aea
    Remove textures from cache on unmap if not mapped and modified (#4211) gdkchan 2023-01-10 22:53:56 -03:00
  • 2355c2af62
    ava: Generate Locale menu automatically (#4243) Ac_K 2023-01-11 01:29:22 +01:00
  • 5e0f8e8738
    Implement JIT Arm64 backend (#4114) gdkchan 2023-01-10 19:16:59 -03:00
  • d16288a2a8
    Set LSApplicationCategoryType to games (#4257) UltraHDR 2023-01-10 21:49:46 +00:00
  • 600f86dc7b
    Fix context menu locales (#4242) Isaac Marovitz 2023-01-10 13:15:15 -05:00
  • 7210c17c5e
    misc: Enforce LF (#4253) Mary-nyan 2023-01-10 19:00:14 +01:00
  • a16854e55a
    ava: Cleanup AppHost (#4240) Ac_K 2023-01-10 18:45:55 +01:00
  • 3e455a90a1
    Ava: Add missing null check to ContentDialogHelper.ShowAsync() (#4248) TSRBerry 2023-01-10 09:22:25 +01:00
  • e4413542b2
    Add command line arguments to override docked mode (#4239) TSRBerry 2023-01-10 00:59:23 +01:00
  • 8c720783f5
    linux: Fix packaging step for CI & Add Ryujinx.Headless.SDL2 to Ryujinx.sh (#4249) TSRBerry 2023-01-10 00:45:46 +01:00
  • 8734ea9dd4
    Linux: Add Avalonia detection to Ryujinx.sh (#4224) TSRBerry 2023-01-09 22:58:51 +01:00
  • c586e6d2b7
    Replace tabs with spaces across the project (#4244) gdkchan 2023-01-09 18:58:29 -03:00
  • 3a4eeb77fe
    headless: Change window icon size to 48x48 (#4247) TSRBerry 2023-01-09 19:02:41 +01:00
  • 51b3953cfc
    [Headless] Add missing arguments & Fix typos (#4193) TSRBerry 2023-01-09 04:55:37 +01:00
  • 610eecc1c1
    ava: Fixes regressions from refactoring (#4237) Ac_K 2023-01-09 04:37:20 +01:00
  • 492056abf6
    Ava: Make Avalonia use our logging system (#4231) merry 2023-01-09 03:32:20 +00:00
  • ee6e682ab4
    Fix selection bar (#4236) Isaac Marovitz 2023-01-08 21:36:11 -05:00
  • 6f60e102a2
    HIPC: Fix reply possibly also receiving one request (#4232) gdkchan 2023-01-08 15:34:49 -03:00
  • eeb2af9953
    Ava GUI: MainWindow Refactor (#4178) Isaac Marovitz 2023-01-08 12:46:25 -05:00
  • 550747eac6
    Horizon: Impl Prepo, Fixes bugs, Clean things (#4220) Ac_K 2023-01-08 13:13:39 +01:00
  • 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