Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-10 | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | |
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. | |||
2015-01-07 | CoreTiming: Ported the CoreTiming namespace from PPSSPP | Subv | |
Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing. | |||
2014-12-31 | SOC_U: Preliminary implementation of sockets. | Subv | |
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 | |||
2014-12-20 | License change | purpasmart96 | |
2014-12-13 | New logging system | Yuri Kunde Schlesner | |