aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Logging.cs
AgeCommit message (Collapse)Author
2018-04-24Improved logging (#103)gdkchan
2018-04-20fix typo in log (#93)emmauss
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-04-08Remove line numbers from loggdkchan
2018-04-08log calling method in logs (#71)emmauss
2018-03-12Allow more than one process, free resources on process dispose, implement ↵gdkchan
SvcExitThread
2018-03-06Implement basic performance statistics (#53)emmauss
* implement basic frame time stats * added game frame time * made performancestatictics class non-static * report average framerate instead of current framerate
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