| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-02 | Merge pull request #2604 from ogniK5377/INotificationService | bunnei | |
| Implemented INotificationService | |||
| 2019-07-02 | file_sys: Rename other ContentRecordType members | Bakugo | |
| 2019-06-28 | Attemp clang format fix? | David Marcec | |
| Seems to be an issue with clang format | |||
| 2019-06-28 | Addressed issues | David Marcec | |
| 2019-06-26 | Merge pull request #2548 from DarkLordZach/applet-shopn | bunnei | |
| applets: Implement backend and default frontend for Parental Controls and EShop (ShopN) applets | |||
| 2019-06-25 | glue: Correct missing bytes in ApplicationLaunchParameter | Zach Hilman | |
| 2019-06-25 | SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this ↵ | David Marcec | |
| should be the users account id | |||
| 2019-06-25 | fixed spelling errors and fixed issue with Pop not returning the ↵ | David Marcec | |
| SizedNotificationInfo | |||
| 2019-06-24 | applets: Pass current process title ID to applets | Zach Hilman | |
| Avoids using system accessor to get current process in applet code. | |||
| 2019-06-24 | general_frontend: Add documentation for parental controls and ecommerce applets | Zach Hilman | |
| 2019-06-24 | web_browser: Only delete temporary directory if it was created | Zach Hilman | |
| Prevents crashes with ShopN applet occasionally. | |||
| 2019-06-24 | web_browser: Take ECommerce applet frontend optionally in constructor | Zach Hilman | |
| If it is needed but wasn't passed (or passed nullptr), the Shop handling code will alert and throw an error. | |||
| 2019-06-24 | web_browser: Use function tables for execute and initialize | Zach Hilman | |
| Allows easy handling of multiple shim types, as they have enough in common to be the same backend but not enough to share init/exec. | |||
| 2019-06-24 | web_browser: Correct structures and properly parse TLVs/ShimKind | Zach Hilman | |
| Much, much more HW-accurate and allows us to easily support all of the different web 'shim' types. | |||
| 2019-06-24 | applets: Track ECommerce and Parental Control applet frontends | Zach Hilman | |
| 2019-06-24 | applets: Implement Auth applet backend | Zach Hilman | |
| This is responsible for parental controls and supports verifying, changing, and registering PIN codes. | |||
| 2019-06-24 | glue: Implement arp:w and arp:r services | Zach Hilman | |
| These keep track of running process' launch properties and control properties and allows for issuing and reading them by process and title ID. | |||
| 2019-06-24 | glue: Add errors for glue/arp services | Zach Hilman | |
| 2019-06-24 | glue: Add scaffolding for bgtc:t and bgtc:sc services | Zach Hilman | |
| 2019-06-24 | arp: Move to glue services | Zach Hilman | |
| Glue is the name of the sysmodule that contains both arp and bgtc. | |||
| 2019-06-24 | glue: Add manager to keep track of application registry | Zach Hilman | |
| Manages mapping between title IDs and application launch and control properties. | |||
| 2019-06-24 | Implemented INotificationService | David Marcec | |
| 2019-06-21 | Merge pull request #2602 from lioncash/cast | bunnei | |
| service/acc: Silence truncation warnings | |||
| 2019-06-21 | Merge pull request #2482 from DarkLordZach/prepo | bunnei | |
| core: Add detailed local reporting feature for development | |||
| 2019-06-21 | service/acc: Silence truncation warnings | Lioncash | |
| The sanitizing function ensures that the returned type is always the correct type. This eliminates warnings without extra casts. | |||
| 2019-06-19 | Revert PR 2590. | Fernando Sahmkow | |
| Even though it has been proven that IAudioRenderer:SystemEvent is actually an automatic event. The current implementation of such event is all thought to be manual. Thus it's implementation needs to be corrected when doing such change. As it is right now this PR introduced a series of regressions on softlocks on multiple games. Therefore, this pr reverts such change until a correct implementation is made. | |||
| 2019-06-19 | Merge pull request #2590 from lioncash/event | bunnei | |
| service/audio/audren_u: Correct event reset type for the system event | |||
| 2019-06-18 | service/audio/audren_u: Correct event reset type for the system event | Lioncash | |
| This is actually an auto-reset event in the audio service itself, not a manual one. | |||
| 2019-06-17 | Addressed issues | David Marcec | |
| 2019-06-16 | Signalled accumulated_suspended_tick_changed_event on creation based on RE | David Marcec | |
| 2019-06-16 | Cleanup | David Marcec | |
| 2019-06-16 | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & ↵ | David Marcec | |
| Partial impl of GetAccumulatedSuspendedTickChangedEvent IPC-100 was changed to InitializeApplicationInfoOld instead of InitializeApplicationInfo. IPC-150 makes an indentical call to IPC-100 however does extra processing. They should not have the same name as it's quite confusing to debug. | |||
| 2019-06-12 | common/hex_util: Combine HexVectorToString() and HexArrayToString() | Lioncash | |
| These can be generified together by using a concept type to designate them. This also has the benefit of not making copies of potentially very large arrays. | |||
| 2019-06-07 | constants: Extract backup JPEG used by account services | Zach Hilman | |
| 2019-06-06 | Merge pull request #2551 from lioncash/dtor | bunnei | |
| service/ns: Add missing override specifiers | |||
| 2019-06-05 | Merge pull request #2419 from DarkLordZach/srv-lr-iface | bunnei | |
| lr: Add command handler skeletons for Open*LocationResolver | |||
| 2019-06-05 | service/ns: Add missing override specifiers | Lioncash | |
| 2019-06-05 | Merge pull request #2526 from lioncash/global | Zach Hilman | |
| core/telemetry_session: Remove usages of the global system accessor | |||
| 2019-06-05 | Merge pull request #2545 from lioncash/timing | Zach Hilman | |
| core/core_timing_util: Use std::chrono types for specifying time units | |||
| 2019-06-05 | Merge pull request #2510 from SciresM/desired_language | Zach Hilman | |
| Implement/Fix IApplicationFunctions::GetDesiredLanguage | |||
| 2019-06-04 | core/core_timing_util: Amend casing of cyclesTo* functions | Lioncash | |
| Makes the casing consistent with all of our general function naming conventions. | |||
| 2019-06-04 | core/core_timing_util: Use std::chrono types for specifying time units | Lioncash | |
| Makes the interface more type-safe and consistent in terms of return values. | |||
| 2019-05-30 | Merge pull request #1931 from DarkLordZach/mii-database-1 | bunnei | |
| mii: Implement MiiManager backend and several mii service commands | |||
| 2019-05-29 | core/core: Remove unnecessary includes | Lioncash | |
| The contents of these includes aren't used anywhere in this translation unit. | |||
| 2019-05-26 | ncm: Implement LR OpenAddOnContentLocationResolver (2) | Zach Hilman | |
| Returns an object of type IAddOnContentLocationResolver for the provided StorageId. | |||
| 2019-05-26 | ncm: Implement LR OpenRegisteredLocationResolver (1) | Zach Hilman | |
| Returns an object of type IRegisteredLocationResolver for the StorageId. | |||
| 2019-05-26 | ncm: Implement LR OpenLocationResolver (0) | Zach Hilman | |
| Returns an object of type ILocationResolver with the provided StorageId. | |||
| 2019-05-26 | loader: Move NSO module tracking to AppLoader | Zach Hilman | |
| Also cleanup of general stuff | |||
| 2019-05-25 | Merge pull request #2509 from lioncash/aoc | bunnei | |
| service/aoc_u: Minor cleanup | |||
| 2019-05-25 | prepo: Save reports from PlayReport service | Zach Hilman | |
| Logs a lot of seemingly innocuous telemetry games generate. | |||
