| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2018-03-03 | Service/Set: add more services | mailwl | |
| 2018-02-19 | service: Add Friend service interface. | bunnei | |
| 2018-02-14 | pl_u: Implement basic shared font loading from RAM dump. | bunnei | |
| 2018-02-03 | Service:nifm: add nifm:a, nifm:s and nifm:u services | mailwl | |
| 2018-01-24 | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | |
| 2018-01-24 | service: Fix all incorrect IPC response headers. | bunnei | |
| 2018-01-22 | AppletOE: Make ISelfController keep a reference to nvflinger. | Subv | |
| It'll be needed when we implement CreateManagedDisplayLayer. | |||
| 2018-01-22 | Services: Vi shouldn't be responsible for creating nvflinger. | Subv | |
| It is now created during Service initialization and passed to all the services that need it. | |||
| 2018-01-21 | filesystem: Implement basic IStorage functionality. | David Marcec | |
| 2018-01-19 | acc, set, applet_oe: stub various functions, add set service (#105) | goaaats | |
| * Stubs for various acc:u0 funcs needed * Stub for GetDesiredLanguage in IApplicationFunctions * Add set service + stubs needed for games * Fix formatting * Implement IProfile, IManagerForApplication, return bool in CheckAvailability, style fixes * Remove IProfile::Get(needs more research), fix IPC response sizes | |||
| 2018-01-18 | Start to implement/stub BSD:U and SFDNSRES services (#78) | flerovium^-^ | |
| * bsd: start stubbing bsd:u and sfdnsres * bsd: stubbed RegisterClient * bsd: attempt to get past socket() * bsd: fix some wrong assumptions about IPC * bsd: fix format specifiers * bsd: stubbed Connect() * bsd: stubbed SendTo() * made requested changes * sockets: respect alphabetical order at service installation * run clang-format * bsd: start stubbing bsd:u and sfdnsres * bsd: stubbed RegisterClient * bsd: attempt to get past socket() * bsd: fix some wrong assumptions about IPC * bsd: fix format specifiers * bsd: stubbed Connect() * bsd: stubbed SendTo() * made requested changes * sockets: respect alphabetical order at service installation * run clang-format * run clang-format (2) | |||
| 2018-01-16 | acc_u0: Add IPC interface and stub InitializeApplicationInfo. | bunnei | |
| 2018-01-16 | NV: Move the nvdrv classes into the Nvidia namespace, and move the ↵ | Subv | |
| functionality to a s single module that services call. | |||
| 2018-01-14 | time: Implement GetStandardUserSystemClock, GetCurrentTime. | bunnei | |
| 2018-01-14 | audio: Stub out AudOutU::ListAudioOuts. | bunnei | |
| 2018-01-14 | hid: Implement IAppletResource::GetSharedMemoryHandle. | bunnei | |
| 2018-01-13 | yuzu: Update license text to be consistent across project. | bunnei | |
| 2018-01-12 | Remove settings issues in sdl and fix a few files that broke in mingw | James Rowe | |
| 2018-01-10 | NV: Implemented (with stubs) the vi:m service and some of its subservices. | Subv | |
| The homebrew display test application now properly writes graphics data to the graphics buffer but we still don't have a way to compose the display layers. | |||
| 2017-12-29 | kernel: Fix implementation of ConvertSessionToDomain. | bunnei | |
| 2017-12-28 | service: Add empty interface for pctl:a. | bunnei | |
| 2017-12-28 | service: Halt on ReportUnimplementedFunction and improve output log. | bunnei | |
| 2017-12-28 | service: Add empty interface for aoc:u. | bunnei | |
| 2017-10-31 | service: Return proper result code for IPC::CommandType::Close. | bunnei | |
| 2017-10-18 | service: Add CreatePort function (that does not register/install). | bunnei | |
| 2017-10-17 | service: Print correct command ID on unimplemented function. | bunnei | |
| 2017-10-15 | hle: Implement ConvertSessionToDomain, various cleanups. | bunnei | |
| 2017-10-14 | hle: Add service stubs for apm and appletOE. | bunnei | |
| 2017-10-14 | hle: Initial implementation of NX service framework and IPC. | bunnei | |
| 2017-10-12 | Remove more 3DS-specific code. | bunnei | |
| 2017-10-12 | Remove more 3DS-specific code. | bunnei | |
| 2017-10-10 | hle: Remove a large amount of 3ds-specific service code. | bunnei | |
