| Age | Commit message (Expand) | Author |
| 2018-06-10 | Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LL... | gdkchan |
| 2018-06-09 | Move WriteBytes to AMemory, implement it with a Marshal copy like ReadBytes, ... | gdkchan |
| 2018-06-08 | ReadBytes function in AMemory, with cleaner range check. (#136) | riperiperi |
| 2018-06-04 | Fix ILibraryAppletCreator CreateStorage, implement Write on IStorageAccessor | gdkchan |
| 2018-06-02 | SMO stubs and implementations (#129) | Starlet |
| 2018-05-07 | Fix regression caused by wrong endian on GetAudioRendererWorkBufferSize versi... | gdkchan |
| 2018-05-04 | Update IAudioRendererManager.cs | Ac_K |
| 2018-05-01 | A REAL fix for some games. (#116) | Ac_K |
| 2018-04-26 | Add null terminator to audio device names when writing to the output buffer | gdkchan |
| 2018-04-24 | [HLE/Audio] Use correct audio device names | gdkchan |
| 2018-04-24 | Improved logging (#103) | gdkchan |
| 2018-04-22 | Stub a few services, add support for generating call stacks on the CPU | gdkchan |
| 2018-04-19 | Fix bad merge, and a few other fixes | gdkchan |
| 2018-04-18 | [HLE/Kernel] Somewhat improved sync primitives | gdkchan |
| 2018-04-17 | Update IAudioDeviceService.cs (#87) | Ac_K |
| 2018-04-16 | Add special log for stubs (#81) | emmauss |
| 2018-04-13 | Add logclass, made changes to logging calls (#79) | emmauss |
| 2018-04-06 | Rename services with the official interface names | gdkchan |
| 2018-03-21 | rename some services (#63) | emmauss |
| 2018-03-20 | Rename IpcServices -> Services | gdkchan |
| 2018-03-19 | [WIP] Add support for events (#60) | gdkchan |
| 2018-03-16 | Add BFI instruction, even more audout fixes | gdkchan |
| 2018-03-15 | Improvements to audout (#58) | gdkchan |
| 2018-03-12 | IAudioDeviceService -> IAudioDevice | gdkchan |
| 2018-03-12 | Fix GetAudioRenderersProcessMasterVolume which was totally wrong | gdkchan |
| 2018-03-12 | Stub GetAudioRenderersProcessMasterVolume and avoid blowing up the stack insi... | gdkchan |
| 2018-03-12 | Allow more than one process, free resources on process dispose, implement Svc... | gdkchan |
| 2018-03-04 | Do not block execution on audout append buffer | gdkchan |
| 2018-03-02 | Update IAudioOut.cs (#51) | Ac_K |
| 2018-02-25 | Implement many objects, improve logging. (#42) | Ac_K |