aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE
AgeCommit message (Expand)Author
2020-02-06Render Profiler in GUI (#854)emmauss
2020-02-06Implement IDeliveryCacheProgressService in bcat (#908)Thog
2020-02-02Fix inconsistencies with UserId (#906)Thog
2020-01-31Fix application list (#891)Xpl0itR
2020-01-30Discard higher 32-bits of IPC message magic and command number (#911)gdkchan
2020-01-30prepo IPrepoService accurate parsing for report (#905)Ac_K
2020-01-27Fix OpenBisFileSystem wrong buffer type (#909)Thog
2020-01-26SoftwareKeyboard: Interactive data size should include size field. (#907)bunnei
2020-01-24Make VirtualFileSystem only instanciable once (#901)Thog
2020-01-21Keep the GUI alive when closing a game (#888)Thog
2020-01-19Update 32 bits syscalls to match 64 bits implementation (#892)Thog
2020-01-18Various small audren fixes (#894)bylaws
2020-01-17Support audio effect output status (#890)gdkchan
2020-01-16Update to LibHac 0.8.2 (#889)Alex Barney
2020-01-13Rework SVC handling (#883)Thog
2020-01-13Name all threads (#886)Ac_K
2020-01-13Fix race condition in ContentManager (#884)Thog
2020-01-12Call EnsureApplicationSaveData when launching a game (#871)Alex Barney
2020-01-12Add 32 bits support to HleProcessDebugger (#859)Thog
2020-01-12MapBufferEx: take page size into account (#873)Thog
2020-01-12System firmware installer (#791)emmauss
2020-01-09Fix R5G6B5 in SurfaceFlinger (#863)Thog
2020-01-09Address PR feedbackgdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09GPU resource disposalgdkchan
2020-01-09Initialize GPU physical memory accessor from KProcess, to allow homebrew that...gdkchan
2020-01-09Improved and simplified window texture presentationgdk
2020-01-09Add per-source type memory change tracking, simplified state change tracking,...gdk
2020-01-09Initial workgdk
2020-01-09Fix timezone month being reported incorrectly to games (#861)Thog
2020-01-05Rename "RyuFs" directory to "Ryujinx" and use the same savedata system the Sw...Alex Barney
2020-01-04Fix EphemeralNetworkSystemClock wrong steady clock (#858)Thog
2019-12-29Fix GUI freeze wehn closing without any emulation running (#853)Thog
2019-12-26Fix LibHac.IStorage not being disposed in FileSystem proxy (#851)Thog
2019-12-26Make HLE disposable safely (#850)Thog
2019-12-25Fix remap ioctl map offset (#852)gdkchan
2019-12-23Fix an endge case in bsd IClient::Poll implementation (#848)Thog
2019-12-21Rewrite the configuration system (#831)Thog
2019-12-08Fix ILogger type and size decoding (#842)Thog
2019-12-03Fully reverse swkbd configuration structure and follow-up to swkbd implementa...jduncanator
2019-11-29prepo: Silent error while parsing report (#837)Ac_K
2019-11-29Add features to GUI (#757)Xpl0itR
2019-11-27time: Fix wrong buffer usage in CalculateStandardUserSystemClockDifferenceByU...Thog
2019-11-26Fix issues on ro implementation (#834)Thog
2019-11-25prepo: Implement calls of IPrepoService (#830)Ac_K
2019-11-25Remove one extraneous incrementation (#833)Thog
2019-11-23Use BinaryPrimitives.ReverseEndianness instead EndianSwap class (#832)Ac_K
2019-11-21ldn: Implement calls of UserLocalCommunicationService (#829)Ac_K
2019-11-18Initial swkbd implementation (#826)jduncanator
2019-11-15Implement IApplicationFunctions & IQueryService commands (#823)Ac_K