aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Config.cs
AgeCommit message (Collapse)Author
2018-04-24Improved logging (#103)gdkchan
2018-04-16Add special log for stubs (#81)emmauss
* add stub loglevel * add log for stubbed methods
2018-04-13Add logclass, made changes to logging calls (#79)emmauss
* add logclass, made changes to logging calls * made enum parsing case insensitive * enable logclass on partial or complete match
2018-03-20Allow enabling/disabling memory checks on config filegdkchan
2018-03-02Refactor HID, fix issues (#48)gdkchan
* Refactor HID, fix issues * Fix on touch screen code with wrong offset * Don't use magic values * Replace more magic values with actual variables, fix touch screen coordinates on different window sizes
2018-02-25Implement many objects, improve logging. (#42)Ac_K
* Implement many objects, improve logging. Change and rename folders of Services Add Logging of IpcMessage. Add "lm" Log Service. Parse Errors of SetTerminateResult Add Svc Calls. Add many object implementations. * Corrections Forgotten Debug Conf * Corrections 2 * Corrections 3 * Corrections 4
2018-02-20Split main project into core,graphics and chocolarm4 subproject (#29)emmauss