| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-22 | Deglobalize System: NFP | David Marcec | |
| 2019-09-22 | Deglobalize System: LDR | David Marcec | |
| 2019-09-22 | Deglobalize System: IRS | David Marcec | |
| 2019-09-22 | Deglobalize System: Hid | David Marcec | |
| 2019-09-22 | Deglobalize System: Friend | David Marcec | |
| 2019-09-22 | Deglobalize System: Fatal | David Marcec | |
| 2019-09-22 | Deglobalize System: Btm | David Marcec | |
| 2019-09-22 | Deglobalize System: Btdrv | David Marcec | |
| 2019-09-22 | Deglobalize System: Aoc | David Marcec | |
| 2019-09-22 | Deglobalize System: Am | David Marcec | |
| 2019-09-22 | Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1 | David | |
| system_archive: Move shared font data to system_archive and fix extended font data | |||
| 2019-09-21 | pl_u: Use kernel physical memory | Zach Hilman | |
| 2019-09-21 | qt: Prompt user for confirmation if exit lock is active | Zach Hilman | |
| 2019-09-22 | server side clang format fix2 | David Marcec | |
| 2019-09-21 | am: Implement ISelfController ExitLock commands | Zach Hilman | |
| 2019-09-21 | am: Implement ISelfController Exit | Zach Hilman | |
| Closes the current application. | |||
| 2019-09-21 | am: Add RequestExit event to AppletMessageQueue | Zach Hilman | |
| Tested against libnx, signals to games to begin cleanup. | |||
| 2019-09-22 | Use clang-format provided by build server | David Marcec | |
| 2019-09-21 | pl_u: Remove excess static qualifier | Zach Hilman | |
| 2019-09-21 | pl_u: Use OSS system archives if real archives don't exist | Zach Hilman | |
| 2019-09-22 | Merge pull request #2612 from DarkLordZach/prepo-new | David | |
| prepo: Implement New, System, and Non-User variants of SaveReport | |||
| 2019-09-21 | pl_u: Expose method to encrypt TTF to BFTTF | Zach Hilman | |
| 2019-09-21 | prepo: Remove system global accessors | Zach Hilman | |
| 2019-09-21 | prepo: Implement SaveReport New and System variants | Zach Hilman | |
| 2019-09-21 | configure_debug: Move reporting option to logging | Zach Hilman | |
| 2019-09-21 | filesystem: Add const qualification to various accessors | Zach Hilman | |
| 2019-09-21 | yuzu: Port old usages of Filesystem namespace to FilesystemController | Zach Hilman | |
| 2019-09-21 | services: Pass FileSystemController as reference to services that need it | Zach Hilman | |
| 2019-09-21 | am: Unstub IApplicationFunctions EnsureSaveData (20) | Zach Hilman | |
| Creates a default save data for the application given a user ID. | |||
| 2019-09-21 | filesystem: Pass Size Getter functions to IFileSystem for sizes | Zach Hilman | |
| 2019-09-21 | filesystem: Add FileSystemController to deglobalize FS services | Zach Hilman | |
| 2019-09-21 | Mark KickOffPb & SubmitGPFIFO as trace | David Marcec | |
| These functions are not stubbed and are called fairly often. Due to the nature of how often they're called, we should keep them marked as LOG_TRACE instead of LOG_DEBUG or LOG_WARNING | |||
| 2019-09-20 | disable clang-format temp | David Marcec | |
| 2019-09-19 | Initial implementation of Ioctl2 & Ioctl3 | David Marcec | |
| Purpose of Ioctl2 and Ioctl3 is to prevent the passing of raw pointers through ioctls | |||
| 2019-09-14 | Merge pull request #2667 from DarkLordZach/profile-editor | bunnei | |
| acc: Implement IProfileEditor interface and 'Store'/'StoreWithImage' commands | |||
| 2019-09-09 | Merge pull request #2716 from lioncash/hle-global | David | |
| service/am: Remove usages of global system accessors | |||
| 2019-09-09 | Merge pull request #2763 from lioncash/map-phys | David | |
| kernel/vm_manager: Minor cleanup | |||
| 2019-09-05 | Merge pull request #2418 from DarkLordZach/srv-es | David | |
| es: Implement various ticket accessor commands from IEticketService | |||
| 2019-09-04 | service/am: Remove usages of global system accessors | Lioncash | |
| Avoids the use of global accessors, removing the reliance on global state. This also makes dependencies explicit in the interface, as opposed to being hidden | |||
| 2019-09-04 | kernel/vm_manager: Correct doxygen comment parameter tags for ↵ | Lioncash | |
| MapPhysicalMemory/UnmapPhysicalMemory Corrects the parameter names within the doxygen comments so that they resolve properly. | |||
| 2019-09-04 | kernel/vm_manager: Move variables closer to usage spots in ↵ | Lioncash | |
| MapPhysicalMemory/UnmapPhysicalMemory Narrows the scope of variables down to where they're only necessary. | |||
| 2019-09-05 | Merge pull request #2834 from Morph1984/audrenu_QueryAudioDeviceInputEvent | David | |
| audren_u: Stub IAudioDevice::QueryAudioDeviceInputEvent | |||
| 2019-09-05 | Merge pull request #2836 from Morph1984/hid_vibration | David | |
| hid: Implement PermitVibration and IsVibrationPermitted | |||
| 2019-09-05 | Merge pull request #2818 from MysticExile/fmt | David | |
| externals: update fmt to 6.0.0 | |||
| 2019-09-04 | AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827) | mailwl | |
| * AM: Implement IApplicationFunctions::GetGpuErrorDetectedSystemEvent * Remove unneeded event clear * Fix event name | |||
| 2019-09-04 | Merge pull request #2829 from Morph1984/audio | bunnei | |
| service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume | |||
| 2019-09-04 | ditto | Morph1984 | |
| Co-Authored-By: David <25727384+ogniK5377@users.noreply.github.com> | |||
| 2019-09-04 | IsVibrationEnabled() as a const member func | Morph1984 | |
| 2019-09-04 | clang-format | Morph1984 | |
| 2019-09-04 | Update npad.h | Morph1984 | |
