aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Services/Vi
AgeCommit message (Expand)Author
2018-06-10Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LL...gdkchan
2018-06-09Move WriteBytes to AMemory, implement it with a Marshal copy like ReadBytes, ...gdkchan
2018-06-08Small cleanup in AMemory and removed some unused usingsgdkchan
2018-06-08ReadBytes function in AMemory, with cleaner range check. (#136)riperiperi
2018-06-02Use GetBufferType0x21 on TransactParcelAuto aswellgdkchan
2018-05-10Implement ISystemDisplayService::GetDisplayMode & Add IManagerDisplayService:...Thomas Guillemard
2018-05-07NvServices refactoring (#120)gdkchan
2018-04-24Improved logging (#103)gdkchan
2018-04-21Some implementations (#99)Ac_K
2018-04-18[HLE/Kernel] Somewhat improved sync primitivesgdkchan
2018-04-13Add logclass, made changes to logging calls (#79)emmauss
2018-04-13Fix for current framebuffer issues (#78)gdkchan
2018-04-08Merge shader branch, adding support for GLSL decompilation, a macrogdkchan
2018-04-06Rename services with the official interface namesgdkchan
2018-04-04stubs (#69)emmauss
2018-03-23handle vi:u and vi:s getdisplayservice (#66)emmauss
2018-03-20Rename IpcServices -> Servicesgdkchan
2018-03-20Support different framebuffer offsets (fixes #59)gdkchan
2018-03-19[WIP] Add support for events (#60)gdkchan
2018-03-15Improvements to audout (#58)gdkchan
2018-03-12Allow more than one process, free resources on process dispose, implement Svc...gdkchan
2018-03-09Disable memory checks by default, even on debug, move ram memory allocation i...gdkchan
2018-03-06More Vi/NvFlinger/NvDrv stubs, allow paths starting with //, do not allow pat...gdkchan
2018-03-06Implement basic performance statistics (#53)emmauss
2018-03-06stub IApplicationDisplayService:CloseDisplay (#52)emmauss
2018-03-04Try fixing NvFlinger rotation with scaling, return correct error code on Wait...gdkchan
2018-02-28Enable hardware frame buffer texture scalinggdkchan
2018-02-28Fix wrong rotation direction on nvflingergdkchan
2018-02-25Implement many objects, improve logging. (#42)Ac_K