Commit Graph

12 Commits

Author SHA1 Message Date
David Marcec
bb6aa7797f Removed the use of rp.MakeBuilder
Due to keeping the code style consistent in the yuzu codebase. `rb = rp.MakeBuilder(...)` was replaced with `rb{ctx, ...}`
2018-09-19 15:09:59 +10:00
Lioncash
402c3bee4a ssl: Move SSL class to cpp file
This isn't required to be visible to anything outside of the main source
file, and will eliminate needing to rebuild anything else including the
header if the SSL class needs to be changed in the future.
2018-09-02 11:45:26 -04:00
James Rowe
847a518200 Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
David Marcec
1101c39491 Switched to NGLOG_WARNING 2018-04-26 20:03:12 -07:00
David Marcec
77b81b1d1c Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl 2018-04-26 14:28:54 -07:00
David Marcec
8748b04296 Added PREPO to logging backend, Removed comments from SaveReportWithUser 2018-04-26 14:19:34 -07:00
Lioncash
65a090a755 ssl: Move logging macros over to new fmt-compatible ones 2018-04-24 12:01:31 -04:00
David Marcec
2230305b80 GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport. 2018-04-22 19:02:18 -07:00
David Marcec
0f93dfdece Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids) 2018-04-21 22:04:24 -07:00
Lioncash
20333e8393 service: Use nested namespace specifiers where applicable
Tidies up namespace declarations
2018-04-19 22:20:28 -04:00
mailwl
33a7e34f7b Service/SSL: update service according switchbrew 2018-04-11 19:17:18 +03:00
mailwl
442fb85d79 Service/SSL: add ssl service 2018-03-23 09:32:50 +03:00