aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/OsHle
AgeCommit message (Expand)Author
2018-07-15Fix RevMagic on audrengdkchan
2018-07-15Remove outdated commentgdkchan
2018-07-15Small nit on GetAudioRendererWorkBufferSizegdkchan
2018-07-15Add support for ioctl2, SetTimeout and KickoffPbWithAttr (#261)gdkchan
2018-07-14Audio Renderer improvements (#210)gdkchan
2018-07-14Allow using ulong max value as yield (#263)gdkchan
2018-07-13Implement CSRNG (Cryptographically Secure Random Bytes) (#216)Starlet
2018-07-13TimeZone implements cmd 0, 1, 2, 3, 4 and 100 (#250)Thomas Guillemard
2018-07-12NvGetConfig with production/non production swapping (#243)David
2018-07-09Allow sample rate of 0 on OpenAudioOut, fix 5.1 sound output (#240)gdkchan
2018-07-08Improvements to IAudioOutManager (#232)gdkchan
2018-07-03Fix formatting on ISettingsServergdkchan
2018-07-02Some things for time:* (#211)Thomas Guillemard
2018-06-30Implement GetReleasedAudioOutBufferAuto properly (#206)Lordmau5
2018-06-28add the forgotten mm:u link (#190)greggameplayer
2018-06-26Relax GetThreadContext3 by allowing it to get the context of a running threadgdkchan
2018-06-26Set PC value on SvcCall aswellgdkchan
2018-06-26Implement SvcGetThreadContext3gdkchan
2018-06-25Fix GetLastOpenedUser stub returning an invalid account id valuegdkchan
2018-06-25Aways write voice state as finished playing while proper audren support is no...gdkchan
2018-06-23Small OpenGL Renderer refactoring (#177)gdkchan
2018-06-23Workaround for recent audren regressiongdkchan
2018-06-23Fix 3 graphics related issues (#180)gdkchan
2018-06-23Better audren implementation (#179)Starlet
2018-06-21Fix some thread sync issues (#172)gdkchan
2018-06-17Implement NPDM files parser (#169)Ac_K
2018-06-17Merge pull request #152 from greggameplayer/patch-5Ac_K
2018-06-15delete mixed tabs & spaces & use void for methodsgreggameplayer
2018-06-15add a new Method for OpenAudioOut & OpenAudioOutAutogreggameplayer
2018-06-15Implement ListAudioOutsAuto & OpenAudioOutAutogreggameplayer
2018-06-13change places of the args of GetAvailableLanguagesCodesMethodgreggameplayer
2018-06-13correct whitespacesgreggameplayer
2018-06-13Implement GetAvailableLanguageCodes2 with a methodgreggameplayer
2018-06-13Merge pull request #157 from Cyuubi/pctl-initialize-and-without-initializeAc_K
2018-06-12Compliant with review.Starlet
2018-06-13Remove commentLordmau5
2018-06-12[PCTL] Add CreateServiceWithoutInitialize and InitializeStarlet
2018-06-11Merge branch 'master' into ICommonStateGetterLordmau5
2018-06-10Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LL...gdkchan