aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Switch.cs
AgeCommit message (Expand)Author
2018-06-10Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LL...gdkchan
2018-05-07NvServices refactoring (#120)gdkchan
2018-04-24Improved logging (#103)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-10Allow to enable/disable memory checks even on release mode through the flag, ...gdkchan
2018-03-09Disable memory checks by default, even on debug, move ram memory allocation i...gdkchan
2018-03-06Implement basic performance statistics (#53)emmauss
2018-03-05Allow multiple hid shared memory locationsgdkchan
2018-03-03Fix Rename* functions on FspSrv, add a separate class do hold system settings...gdkchan
2018-03-02Refactor HID, fix issues (#48)gdkchan
2018-02-22implement single tap touchscreen (#34)emmauss
2018-02-20Split main project into core,graphics and chocolarm4 subproject (#29)emmauss