| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-01 | service: Add bpc and pcv services | Lioncash | |
| Adds the basic skeleton for the remaining pcv-related services based off information on Switch Brew. | |||
| 2018-07-31 | Merge pull request #875 from lioncash/fgm | bunnei | |
| service: Add fgm services | |||
| 2018-07-31 | service: Add fgm services | Lioncash | |
| Adds the basic skeleton for the fgm services based off the information provided by Switch Brew. | |||
| 2018-07-31 | service: Add the pcie service | Lioncash | |
| Adds the basic skeleton of the pcie service based off information on Switch Brew. | |||
| 2018-07-30 | Merge pull request #857 from lioncash/wlan | bunnei | |
| service: Add wlan services | |||
| 2018-07-28 | service: Add wlan services | Lioncash | |
| Adds the basic skeleton for the wlan services based off the information on Switch Brew. | |||
| 2018-07-28 | service: Add btm services | Lioncash | |
| Adds the skeleton for the btm services based off the information on Switch Brew. | |||
| 2018-07-28 | Merge pull request #847 from lioncash/ncm | bunnei | |
| service: Add ncm services | |||
| 2018-07-28 | Merge pull request #846 from lioncash/mii | bunnei | |
| service: Add mii services | |||
| 2018-07-27 | service: Add ncm services | Lioncash | |
| Adds the basic skeleton for the ncm services based off information on Switch Brew. | |||
| 2018-07-27 | Merge pull request #845 from lioncash/nfc | bunnei | |
| service: Add nfc services | |||
| 2018-07-27 | Merge pull request #844 from lioncash/lbl | bunnei | |
| service: Add the lbl service | |||
| 2018-07-27 | service: Add mii services | Lioncash | |
| Adds the skeleton for the mii services based off information provided by Switch Brew | |||
| 2018-07-27 | service: Add nfc services | Lioncash | |
| Adds the skeleton of the nfc service based off the information provided on Switch Brew. | |||
| 2018-07-27 | service: Add the lbl service | Lioncash | |
| Adds the skeleton of the lbl service based off the information provided by Switch Brew. | |||
| 2018-07-26 | service: Add the btdrv service | Lioncash | |
| Adds the skeleton for the btdrv service based off the information provided by Switch Brew | |||
| 2018-07-26 | Merge pull request #834 from lioncash/grc | bunnei | |
| service: Add the grc:c service | |||
| 2018-07-26 | Merge pull request #832 from lioncash/nim | bunnei | |
| service: Add the nim services | |||
| 2018-07-26 | service: Add the grc:c service | Lioncash | |
| Adds the basic skeleton for the grc:c service based off the information provided by Switch Brew. | |||
| 2018-07-26 | service: Add the nim services | Lioncash | |
| Adds the skeleton for the nim services based off information from Switch Brew. | |||
| 2018-07-26 | service: Add ldn services | Lioncash | |
| Adds ldn services based off information provided by Switch Brew. | |||
| 2018-07-25 | Merge pull request #828 from lioncash/ldr | Sebastian Valle | |
| service: Add ldr services | |||
| 2018-07-25 | Merge pull request #826 from lioncash/erpt | Sebastian Valle | |
| service: Add erpt and eupld services | |||
| 2018-07-25 | service: Add ldr services | Lioncash | |
| Adds the skeleton for the ldr-related services based off the information provided on Switch Brew. | |||
| 2018-07-25 | service: Add eupld services | Lioncash | |
| Adds the skeleton for the eupld services based off information on Switch Brew. | |||
| 2018-07-25 | service: Add the erpt services | Lioncash | |
| Adds the basic skeleton of the erpt service based off information on Switch Brew. | |||
| 2018-07-25 | Merge pull request #822 from lioncash/pm | bunnei | |
| service: Add pm services | |||
| 2018-07-25 | service: Add pm services | Lioncash | |
| Adds the skeleton for the process management services based off information on Switch Brew. | |||
| 2018-07-25 | service: Add the es service | Lioncash | |
| Adds the skeleton for the ETicket service based off the information on Switch Brew | |||
| 2018-07-02 | Rename logging macro back to LOG_* | James Rowe | |
| 2018-06-05 | Service/MM: add service and stub some functions | mailwl | |
| 2018-05-28 | Service/BCAT: add module and services | mailwl | |
| 2018-05-17 | Added RequestWithContext & ControlWithContext | David Marcec | |
| 2018-05-02 | general: Make formatting of logged hex values more straightforward | Lioncash | |
| This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on). | |||
| 2018-04-29 | string_util: Remove StringFromFormat() and related functions | Lioncash | |
| Given we utilize fmt, we don't need to provide our own functions for formatting anymore | |||
| 2018-04-27 | general: Convert assertion macros over to be fmt-compatible | Lioncash | |
| 2018-04-26 | Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl | David Marcec | |
| 2018-04-25 | Service/PCTL: convert to module, add services, stub | mailwl | |
| PCTL::CreateServiceWithoutInitialize and IParentalControlService::Initialize, required by Kirby Star Allies | |||
| 2018-04-24 | service: Move logging macros over to new fmt-compatible ones | Lioncash | |
| 2018-04-22 | GetIUserInterface->CreateUserInterface, Added todos and stub logs. ↵ | David Marcec | |
| Playreport->PlayReport. | |||
| 2018-04-21 | Implemented GetIUserInterface properly, Playreport and ↵ | David Marcec | |
| SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids) | |||
| 2018-04-20 | core: Relocate g_service_manager to the System class | Lioncash | |
| Converts the service manager from a global into an instance-based variable. | |||
| 2018-04-03 | externals: Update fmt to 4d35f94 | Daniel Lim Wee Soong | |
| Versions prior to this didn't compile on OpenBSD due to unconditional use of the non-standard strtod_l() function. The fmt::MemoryWriter API has been removed in the intervening versions, so replace its use with fmt::memory_buffer and fmt::format_to. The library also no longer provides the fmt::fmt ALIAS, so define it in externals/CMakeLists.txt. | |||
| 2018-03-29 | service: Add NFP module interface. | bunnei | |
| service: Initialize NFP service. Log: Add NFP service as a log subtype. | |||
| 2018-03-23 | Service/SSL: add ssl service | mailwl | |
| 2018-03-22 | Service/spl: add module and services | mailwl | |
| 2018-03-20 | Service: add fatal:u, fatal:p services | mailwl | |
| 2018-03-19 | Clean Warnings (?) | N00byKing | |
| 2018-03-18 | hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer. | bunnei | |
| 2018-03-14 | core: Move process creation out of global state. | bunnei | |
