| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-08 | Service/Account: stub LoadImage function | mailwl | |
| 2018-08-07 | acc: Add missing function table entries for GetUserCount | Lioncash | |
| Given this is stubbed within the common module in 5ac7b84, it should be added to the other relevant tables as well. | |||
| 2018-08-07 | acc: Stub GetUserCount. (#973) | bunnei | |
| - Used by Pokken Tournament DX. | |||
| 2018-08-03 | Added ability to change username & language code in the settings ui. Added ↵ | David | |
| IProfile::Get and SET::GetLanguageCode for libnx tests (#851) | |||
| 2018-07-23 | core: Make converting constructors explicit where applicable | Lioncash | |
| Avoids unwanted implicit conversions. Thankfully, given the large amount of cleanup in past PRs, only this tiny amount is left over to cover. | |||
| 2018-07-20 | HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error. | Subv | |
| And make IManagerForApplication::CheckAvailability always return false. Returning a bogus id from GetAccountId causes games to crash on boot. We should investigate this with a hwtest and either stub it properly or implement it. | |||
| 2018-07-19 | Merge pull request #728 from Subv/acc_profile | bunnei | |
| HLE/ACC: Change the default user id and small improvements to the way we handle profiles | |||
| 2018-07-19 | Merge pull request #727 from Subv/acc_users | bunnei | |
| HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers. | |||
| 2018-07-19 | HLE/ACC: Return an IProfile that is consistent with what was requested. | Subv | |
| The default username for now is "yuzu". We should eventually allow the creation of users in the emulator and have the ability to modify their parameters. | |||
| 2018-07-19 | HLE/ACC: Change the default user id to be consistent with what we tell games ↵ | Subv | |
| on startup. In IApplicationFunctions::PopLaunchParameter we tell the games that they were launched as user id 1. | |||
| 2018-07-19 | HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers. | Subv | |
| We only emulate a single user id for now. | |||
| 2018-07-19 | hle/service: Make constructors explicit where applicable | Lioncash | |
| Prevents implicit construction and makes these lingering non-explicit constructors consistent with the rest of the other classes in services. | |||
| 2018-07-02 | Rename logging macro back to LOG_* | James Rowe | |
| 2018-04-24 | acc: Move logging macros over to new fmt-compatible ones | Lioncash | |
| 2018-04-19 | service: Use nested namespace specifiers where applicable | Lioncash | |
| Tidies up namespace declarations | |||
| 2018-04-17 | Various service name fixes - part 2 (rebased) (#322) | Hexagon12 | |
| * Updated ACC with more service names * Updated SVC with more service names * Updated set with more service names * Updated sockets with more service names * Updated SPL with more service names * Updated time with more service names * Updated vi with more service names | |||
| 2018-04-10 | Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services | mailwl | |
| 2018-02-19 | acc_u0: Stub ListOpenUsers service function. | bunnei | |
| 2018-02-13 | service: Remove remaining uses of BufferDescriptor*. | bunnei | |
| 2018-02-08 | acc_u0: Implement ListAllUsers. | bunnei | |
| 2018-02-04 | logger: Add "account" service logging category. | bunnei | |
| 2018-02-04 | acc_u0: Stub out GetLastOpenedUser. | bunnei | |
| 2018-02-04 | acc:u0 : stub GetAccountId | mailwl | |
| 2018-01-24 | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | |
| 2018-01-24 | service: Fix all incorrect IPC response headers. | bunnei | |
| 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-16 | acc_u0: Add IPC interface and stub InitializeApplicationInfo. | bunnei | |
