aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS
AgeCommit message (Expand)Author
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
2019-09-19Misc fixes (#772)LDj3SNuD
2019-09-20audren: Fix AudioRenderer implementation (#773)Ac_K
2019-09-19Refactoring HOS folder structure (#771)Ac_K
2019-09-10bcat:u: Implement EnumerateDeliveryCacheDirectory (#768)Ac_K
2019-09-08Implement basic support of SystemSaveData and Cleanup IFileSystemProxy (#767)Ac_K
2019-09-06Implement Bluetooth, Btm, Hid and Nsd services and calls. (#761)Ac_K
2019-09-04timezone: improve sanity checks on TimeZone Rule name (#758)Thomas Guillemard
2019-09-04IGeneralService Implement GetClientId and IsAnyInternetRequestAccepted (#749)Ac_K
2019-09-02Implement OpenReadOnlySaveDataFileSystem (#748)Alex Barney
2019-09-02Added GUI to Ryujinx (#695)Xpl0itR
2019-09-01NvHostChannelIoctl: Implement setter for SetSubmitTimeout, SetPriority and Se...Ac_K
2019-08-28Implement am ICommonStateGetter::SetCpuBoostMode (#743)Ac_K
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan
2019-07-25Implement time:* 4.0.0 commands (#736)Thomas Guillemard
2019-07-22Little rewrite of HID input (#723)emmauss