| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename logging macro back to LOG_* | James Rowe | 2018-07-02 | 1 | -4/+4 |
| * | Service/MM: add service and stub some functions | mailwl | 2018-06-05 | 1 | -0/+2 |
| * | Service/BCAT: add module and services | mailwl | 2018-05-28 | 1 | -0/+2 |
| * | Added RequestWithContext & ControlWithContext | David Marcec | 2018-05-17 | 1 | -0/+2 |
| * | general: Make formatting of logged hex values more straightforward | Lioncash | 2018-05-02 | 1 | -4/+4 |
| * | string_util: Remove StringFromFormat() and related functions | Lioncash | 2018-04-29 | 1 | -3/+2 |
| * | general: Convert assertion macros over to be fmt-compatible | Lioncash | 2018-04-27 | 1 | -1/+1 |
| * | Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl | David Marcec | 2018-04-26 | 1 | -5/+5 |
| |\ |
|
| | * | Service/PCTL: convert to module, add services, stub | mailwl | 2018-04-25 | 1 | -1/+1 |
| | * | service: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -5/+5 |
| * | | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport... | David Marcec | 2018-04-22 | 1 | -1/+1 |
| * | | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi... | David Marcec | 2018-04-21 | 1 | -0/+2 |
| |/ |
|
| * | core: Relocate g_service_manager to the System class | Lioncash | 2018-04-20 | 1 | -27/+25 |
| * | externals: Update fmt to 4d35f94 | Daniel Lim Wee Soong | 2018-04-03 | 1 | -6/+6 |
| * | service: Add NFP module interface. | bunnei | 2018-03-29 | 1 | -0/+2 |
| * | Service/SSL: add ssl service | mailwl | 2018-03-23 | 1 | -0/+2 |
| * | Service/spl: add module and services | mailwl | 2018-03-22 | 1 | -0/+2 |
| * | Service: add fatal:u, fatal:p services | mailwl | 2018-03-20 | 1 | -0/+2 |
| * | Clean Warnings (?) | N00byKing | 2018-03-19 | 1 | -1/+1 |
| * | hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer. | bunnei | 2018-03-18 | 1 | -2/+1 |
| * | core: Move process creation out of global state. | bunnei | 2018-03-14 | 1 | -2/+2 |
| * | Service/Set: add more services | mailwl | 2018-03-03 | 1 | -1/+1 |
| * | service: Add Friend service interface. | bunnei | 2018-02-19 | 1 | -0/+2 |
| * | pl_u: Implement basic shared font loading from RAM dump. | bunnei | 2018-02-14 | 1 | -0/+2 |
| * | Service:nifm: add nifm:a, nifm:s and nifm:u services | mailwl | 2018-02-03 | 1 | -0/+2 |
| * | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | 2018-01-24 | 1 | -1/+1 |
| * | service: Fix all incorrect IPC response headers. | bunnei | 2018-01-24 | 1 | -1/+1 |
| * | AppletOE: Make ISelfController keep a reference to nvflinger. | Subv | 2018-01-22 | 1 | -1/+1 |
| * | Services: Vi shouldn't be responsible for creating nvflinger. | Subv | 2018-01-22 | 1 | -1/+5 |
| * | filesystem: Implement basic IStorage functionality. | David Marcec | 2018-01-21 | 1 | -0/+2 |
| * | acc, set, applet_oe: stub various functions, add set service (#105) | goaaats | 2018-01-19 | 1 | -0/+2 |
| * | Start to implement/stub BSD:U and SFDNSRES services (#78) | flerovium^-^ | 2018-01-18 | 1 | -0/+2 |
| * | acc_u0: Add IPC interface and stub InitializeApplicationInfo. | bunnei | 2018-01-16 | 1 | -0/+2 |
| * | NV: Move the nvdrv classes into the Nvidia namespace, and move the functional... | Subv | 2018-01-16 | 1 | -1/+1 |
| * | time: Implement GetStandardUserSystemClock, GetCurrentTime. | bunnei | 2018-01-14 | 1 | -1/+4 |
| * | audio: Stub out AudOutU::ListAudioOuts. | bunnei | 2018-01-14 | 1 | -0/+2 |
| * | hid: Implement IAppletResource::GetSharedMemoryHandle. | bunnei | 2018-01-14 | 1 | -4/+1 |
| * | yuzu: Update license text to be consistent across project. | bunnei | 2018-01-13 | 1 | -1/+1 |
| * | Remove settings issues in sdl and fix a few files that broke in mingw | James Rowe | 2018-01-12 | 1 | -2/+0 |
| * | NV: Implemented (with stubs) the vi:m service and some of its subservices. | Subv | 2018-01-10 | 1 | -0/+4 |
| * | kernel: Fix implementation of ConvertSessionToDomain. | bunnei | 2017-12-29 | 1 | -11/+2 |
| * | service: Add empty interface for pctl:a. | bunnei | 2017-12-28 | 1 | -0/+2 |
| * | service: Halt on ReportUnimplementedFunction and improve output log. | bunnei | 2017-12-28 | 1 | -4/+2 |
| * | service: Add empty interface for aoc:u. | bunnei | 2017-12-28 | 1 | -0/+2 |
| * | service: Return proper result code for IPC::CommandType::Close. | bunnei | 2017-10-31 | 1 | -2/+4 |
| * | service: Add CreatePort function (that does not register/install). | bunnei | 2017-10-18 | 1 | -0/+10 |
| * | service: Print correct command ID on unimplemented function. | bunnei | 2017-10-17 | 1 | -1/+1 |
| * | hle: Implement ConvertSessionToDomain, various cleanups. | bunnei | 2017-10-15 | 1 | -12/+11 |
| * | hle: Add service stubs for apm and appletOE. | bunnei | 2017-10-14 | 1 | -0/+4 |
| * | hle: Initial implementation of NX service framework and IPC. | bunnei | 2017-10-14 | 1 | -72/+43 |