summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added information reporting from ThrowFatalErrorGravatar archshift2015-02-221-0/+1
| | | | This was RE'd from the errdisp applet.
* backend: Add logging subentry for ldrGravatar Lioncash2015-02-121-0/+1
| | | | Fixes an assertion upon executing citra in debug mode.
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-2/+2
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* CoreTiming: Ported the CoreTiming namespace from PPSSPPGravatar Subv2015-01-071-0/+1
| | | | | | Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing.
* SOC_U: Preliminary implementation of sockets.Gravatar Subv2014-12-311-0/+1
| | | | | | | | | | | | | Stubbed CreateMemoryBlock Using Berkeley sockets, and Winsock2.2 on Windows. So far ftpony creates the socket and accepts incoming connections SOC_U: Renamed functions to maintain consistency Also prevents possible scope errors / conflicts with the actual Berkeley socket functions SOCU: Close all the opened sockets when cleaning up SOCU
* License changeGravatar purpasmart962014-12-201-1/+1
|
* New logging systemGravatar Yuri Kunde Schlesner2014-12-131-0/+151