aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS
AgeCommit message (Expand)Author
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-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-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
2019-11-14Set AArch32 mode in KThread (#818)Natalie C
2019-11-14Fix GetAudioDeviceServiceWithRevisionInfo logging (#822)Ac_K
2019-11-14Implement a rudimentary applets system (#804)jduncanator
2019-11-08Improve IRoInterface logic (#809)Thomas Guillemard
2019-11-08Add detail of ZbcSetTableArguments (#810)Thomas Guillemard
2019-11-03hle: Fix some inconsistencies in namespace naming in Services (#808)Thomas Guillemard
2019-11-03Rewrite nvservices (#800)Thomas Guillemard
2019-10-31.NET Core 3.0 is here! (#784)LDj3SNuD
2019-10-31Increase IPC buffer size (#803)jduncanator
2019-10-28Fix ghost users bug. (#799)LDj3SNuD
2019-10-25svc: Implement `ref` parameters (#798)jduncanator
2019-10-19Fix latest version of hbl/hb-menu (#795)Thomas Guillemard
2019-10-17Update to LibHac 0.6.0 (#792)Alex Barney
2019-10-16Move InvalidSystemResourceException with the other Exceptions (#794)Ac_K
2019-10-11Fix TimeZoneBinary dispose issues (#785)Thomas Guillemard
2019-10-11audout:u: Implement SetAudioOutVolume and GetAudioOutVolume (#781)Ac_K
2019-10-11Fix error code returned by CloseSession (#787)Thomas Guillemard
2019-10-11Fix hwopus DecodeInterleaved implementation (#786)Thomas Guillemard
2019-10-08Update time implementation to 9.0.0 (#783)Thomas Guillemard
2019-09-20am: IApplicationFunctions GetGpuErrorDetectedSystemEvent implementation (#775)Ac_K
2019-09-20Remove IntUtils and use BitUtils instead. (#774)Ac_K