Commit graph

  • 5c6a3eb570 Added missing VCVT instruction variant between floating point and fixed point piyachetk 2021-04-24 17:53:48 +0700
  • eb081fee9e Address gdkchan's comments Mary 2021-12-05 15:58:11 +0100
  • 5555d4bdf2 sdl2: Update to Ryujinx.SDL2-CS 2.0.19 Mary 2021-12-05 15:40:42 +0100
  • b0cf303bae Remove usage of Mono.Posix.NETStandard in Ryujinx.Memory project Mary 2021-12-05 14:26:46 +0100
  • f40b12b016 Remove usage of Mono.Posix.NETStandard in ARMeilleure project Mary 2021-12-05 14:04:08 +0100
  • 61288bd80f Remove usage of Mono.Posix.NETStandard in Ryujinx project Mary 2021-12-05 14:00:23 +0100
  • acc0b0f313
    Fix FLO.SH shader instruction with a input of 0 (#2876) gdkchan 2021-12-05 09:25:05 -0300
  • 1bf7649490
    fix for pre-name support amiibo jozz024 2021-12-04 22:52:00 -0600
  • 65241a9a95
    Merge branch 'Ryujinx:master' into master jozz024 2021-12-04 22:43:15 -0600
  • 2ab777885b
    kernel: Improve GetInfo readability and update to 13.0.0 (#2900) Mary 2021-12-05 00:23:26 +0100
  • f39fce8f54
    misc: Migrate usage of RuntimeInformation to OperatingSystem (#2901) Mary 2021-12-05 00:02:30 +0100
  • 2acc6f710f misc: Sync Config.json default debug config Mary 2021-12-04 19:15:18 +0100
  • b56541c3fa misc: Update SPB to 0.0.4-build17 Mary 2021-12-04 19:03:41 +0100
  • f7efd413e6 misc: Fix alsoft.ini being present on Linux releases Mary 2021-12-04 18:49:01 +0100
  • adb9dc1100 misc: Migrate usage of RuntimeInformation to OperatingSystem Mary 2021-12-04 18:13:49 +0100
  • 008a9f0398 kernel: Implement GetInfo FreeThreadCount Mary 2021-12-04 17:09:22 +0100
  • 97ffd72c86 kernel: Implement GetInfo IsApplication Mary 2021-12-04 17:04:56 +0100
  • cc2512b03b kernel: Define InfoTYpe and make it less obscure when reading GetInfo Mary 2021-12-04 16:33:49 +0100
  • 05bb664aa2 Use Math.Clamp for volume in soundio sharmander 2021-12-02 19:39:12 -0500
  • 71b44498b1 Use clamp for bounds check sharmander 2021-12-02 19:37:18 -0500
  • 1080ca4d73
    Needed VirtualAmiiboFile changes for name jozz024 2021-12-02 16:16:11 -0600
  • 224631c3b2
    Initial Framework for nfp Name support jozz024 2021-12-02 16:14:41 -0600
  • ff12f911e2 Pooling the FIFO command buffers reduces heap allocations by another 10%, from 80MB/sec to 65MB/sec in Mario Logan Stromberg 2021-11-30 21:25:53 -0800
  • 1a45df0b12 Reverting changes to ITexture so it accepts a ReadOnlySpan again. Logan Stromberg 2021-11-30 21:07:57 -0800
  • 0dcd59d443 Updating some comments Logan Stromberg 2021-11-30 17:27:41 -0800
  • 9d38fd5c5c making it a easier to debug buffer pool leaks Logan Stromberg 2021-11-30 16:58:31 -0800
  • d8edc66420 fixing the texture decoding regression Logan Stromberg 2021-11-30 16:47:59 -0800
  • 3544dcc1ee pointless changes Logan Stromberg 2021-11-30 14:03:00 -0800
  • a8e98427d7 fix dumb range syntax in pooled buffer, and also allow the option to initially clear the buffer Logan Stromberg 2021-11-30 13:53:49 -0800
  • 7c9360d393
    Fix Amiibo hanging since .NET 6 changes (#2890) Mary 2021-11-30 11:09:32 +0100
  • f5253140a5 Fix Amiibo hanging since .NET 6 changes Mary 2021-11-30 08:51:54 +0100
  • 560ed5eebd
    Don't blow up everything if a DLC file is moved or renamed. (#2867) Logan Stromberg 2021-11-29 10:21:27 -0800
  • 3a4a752622 making pooled buffer access internal so it can only be fetched as a span - this prevents references to the pooled buffer from escaping. Requires some refactor to the ASTC decoder to support it. Logan Stromberg 2021-11-28 17:52:51 -0800
  • 480f0f64c8 Merge remote-tracking branch 'upstream/master' into range MutantAura 2021-11-29 00:18:10 +0000
  • 05b1a0fe93
    Update Ryujinx.HLE/HOS/ApplicationLoader.cs Logan Stromberg 2021-11-28 15:10:32 -0800
  • 57d3296ba4
    infra: Migrate to .NET 6 (#2829) Mary 2021-11-28 21:24:17 +0100
  • a36a0248cc Implementing a new BufferPool<T> wrapper for ArrayPool<T> which can be used to pass around large pooled buffers. Replacing all Texture.SetData(Span) signatures with equivalents which use these pooled buffers. Returning pooled buffers from texture format conversions and DMA copies. Logan Stromberg 2021-11-28 09:41:57 -0800
  • 12f3b452b7 Update readme Mary 2021-11-28 14:54:46 +0100
  • 7b040e51b0
    kernel: Fix sleep timing accuracy (#2828) Mary 2021-11-28 13:15:26 +0100
  • 578255d252 Clean up linux workaround as it's uneeded now Mary 2021-11-28 13:04:08 +0100
  • 786fb04d20
    kernel: Add support for CFI (#2839) Mary 2021-11-28 13:01:17 +0100
  • 930f72295e add todo Jumpman 2021-11-25 18:29:06 -0500
  • 9be87da433 Fix hanging when stopping emulation Jumpman 2021-11-25 06:09:34 -0500
  • c70644a2d2 Add empty line where there should be one. sharmander 2021-11-24 22:55:05 -0500
  • cad2be996e Finalize UI sharmander 2021-11-24 22:48:17 -0500
  • bf1639e32f Finalize UI sharmander 2021-11-24 22:48:17 -0500
  • 1a58caa7f2 Restore intiial volume level in function definition. sharmander 2021-11-24 22:37:16 -0500
  • fee1229c68 Implement AudRen Support sharmander 2021-11-24 22:36:11 -0500
  • 149dd939da Undo unintentionally committed code. sharmander 2021-11-24 20:22:40 -0500
  • bc77bda00d Clean up the volume ui a bit. sharmander 2021-11-24 20:20:36 -0500
  • ed66bebc78 Update UI to show Volume % instead of Muted/Unmuted sharmander 2021-11-24 19:58:06 -0500
  • 291214f0c9 Properly toggle mute w/ hotkey sharmander 2021-11-24 19:41:08 -0500
  • 48b1344ada Toggling with Hotkey now properly restores volume to original level. sharmander 2021-11-24 19:38:22 -0500
  • 18f01146f7 Toggling with Hotkey now properly restores volume to original level. sharmander 2021-11-24 19:38:22 -0500
  • 8ba0fe7b97 Address gdk comments sharmander 2021-11-24 18:11:39 -0500
  • 3dcee8c437
    account/ns: Implement 13.0.0+ service calls (#2820) Ac_K 2021-11-24 22:11:50 +0100
  • 8e46c03599 Shader cache version bump gdk 2021-11-23 19:43:46 -0300
  • 1f175bf452 kernel: Fix issues with timeout of -1 (0xFFFFFFFF) Mary 2021-11-23 23:35:51 +0100
  • 4dc7a198c5 Fix FLO.SH shader instruction with a input of 0 gdk 2021-11-23 19:35:28 -0300
  • adcc204a67 Don't dispose of renderer until after tex / program destroy commands have finished dispatching Logan Stromberg 2021-11-23 13:33:27 -0800
  • 674ff263a0 Address caian's comment Mary 2021-11-23 19:37:52 +0100
  • 13d4f1c82f Remove unnecessary work sharmander 2021-11-22 21:41:43 -0500
  • dcfe3a9b57 Fix SDL2 Problem : Credits to d3xMachina sharmander 2021-11-22 21:37:42 -0500
  • 902db4ca84 Fix Headless sharmander 2021-11-22 18:46:19 -0500
  • 7be862ec9d Add ability to change volume via slider. sharmander 2021-11-22 18:37:48 -0500
  • b19adf269f Add default hotkey to config.json sharmander 2021-11-22 16:18:07 -0500
  • 8ea0d1c7c6 Add hotkey (F2) to mute sharmander 2021-11-22 16:15:24 -0500
  • da1c4b0e20 Formatting fixes sharmander 2021-11-22 16:01:15 -0500
  • c725043da6 Merge branch 'ui-add-mute' of https://github.com/saldabain/Ryujinx into ui-add-mute sharmander 2021-11-22 15:55:25 -0500
  • 2d82655879 Merge branch 'ui-add-mute' of https://github.com/saldabain/Ryujinx into ui-add-mute sharmander 2021-11-22 15:54:47 -0500
  • b297541589 Merge branch 'ui-add-mute' of https://github.com/saldabain/Ryujinx into ui-add-mute sharmander 2021-11-22 15:54:47 -0500
  • ab111c40f3 Merge branch 'ui-add-mute' of https://github.com/saldabain/Ryujinx into ui-add-mute sharmander 2021-11-22 15:52:36 -0500
  • 1f53dcab6e Merge branch 'ui-add-mute' of https://github.com/saldabain/Ryujinx into ui-add-mute sharmander 2021-11-22 15:52:36 -0500
  • 794ad0ea62 Formatting fixesAmend previous commit sharmander 2021-11-22 14:42:10 -0500
  • e4cc301cc0 Amend previous commit sharmander 2021-11-22 14:42:10 -0500
  • 72a3c528a4 Add the ability to toggle mute in the status bar. sharmander 2021-11-22 14:39:18 -0500
  • 6138914c12 Add the ability to toggle mute in the status bar. sharmander 2021-11-22 14:39:18 -0500
  • e81ee7e90c Fix warnings Mary 2021-11-22 20:22:00 +0100
  • 047b314e95 Switching around renderer disposal to what I hope is a more correct ordering Logan Stromberg 2021-11-21 22:24:50 -0800
  • 6367171b7f More correctly setting the "enabled" check box on dlc dialog for the add-on NSP based on the enabled state of all NCAs in the package. Logan Stromberg 2021-11-21 22:03:45 -0800
  • 9eaa94664a Use a semaphore signal instead of thread.sleep to handle blocking when threaded renderer queue is full Logan Stromberg 2021-11-21 14:57:51 -0800
  • 45aa3015ea change comment Logan Stromberg 2021-11-21 13:57:56 -0800
  • 37e3da3543 Don't blow up everything if a DLC file is missing Logan Stromberg 2021-11-21 13:57:13 -0800
  • 30b7aaefca
    Better depth range detection (#2754) gdkchan 2021-11-21 10:25:03 -0300
  • 1ab37f0716 Move depth mode set out of the loop and to a separate method gdk 2021-11-21 10:09:58 -0300
  • 55f39b4674 PR feedback gdk 2021-11-05 20:21:31 -0300
  • c3a8aa1738 Better depth range detection gdk 2021-10-18 16:52:18 -0300
  • 347e087b3c
    Merge branch 'Ryujinx:master' into master Somebody Whoisbored 2021-11-20 16:05:56 -0700
  • fee0757309 Add fallback fonts to the keyboard renderer Caian Benedicto 2021-11-20 10:34:44 -0300
  • de1be4e614 Grow buffers by 1.5x of its size when resizing gdk 2021-11-19 14:20:55 -0300
  • f04fd4ade0 Bump ImageSharp version to 1.0.4 to fix a bug in Image.Load Caian Benedicto 2021-11-17 18:53:25 -0300
  • 626e70849c Make the software keyboard renderer multithreaded Caian Benedicto 2021-11-17 09:16:25 -0300
  • 8d2e2d8016 Change keyboard rendering from System.Drawing to ImageSharp Caian Benedicto 2021-11-16 08:09:32 -0300
  • faaa50eb98 Attempt to workaround System.Drawing.Common changes on 6.0.0 Mary 2021-11-16 17:07:27 +0100
  • 02d786a086
    Nickname! - Init Amiibos with Profile's name! (#2804) VocalFan 2021-11-15 18:03:17 -0500
  • cd86d2cfb5 Address rip's comment Mary 2021-11-15 19:32:44 +0100
  • b9d83cc97e
    Fix shader integer from/to double conversion (#2831) gdkchan 2021-11-14 21:37:07 -0300
  • cf1eb07471 Move texture anisotropy check to SetInfo riperiperi 2021-11-14 22:48:31 +0000
  • 11b8ea2f82 kernel: Add support for CFI Mary 2021-11-13 17:15:23 +0100
  • 788aec511f
    Limit Custom Anisotropic Filtering to mipmapped textures with many levels (#2832) riperiperi 2021-11-13 19:04:21 +0000