| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-22 | lm: Implement manager class to output to reporter | Zach Hilman | |
| 2019-09-22 | core: Add LM::Manager to system | Zach Hilman | |
| Allows centralized control over logging mechanisms. | |||
| 2019-09-22 | reporter: Add log output for packaged lm log data | Zach Hilman | |
| Takes the vector from head to tail of log data and saves it. | |||
| 2019-09-23 | Merge pull request #2683 from DarkLordZach/lock-exit | David | |
| am: Implement exit locking and self exit commands | |||
| 2019-09-22 | Merge pull request #2876 from ogniK5377/AcquireNpadStyleSetUpdateEventHandle-fix | Zach Hilman | |
| AcquireNpadStyleSetUpdateEventHandle should have a separate event for each controller type | |||
| 2019-09-22 | Merge pull request #2895 from FearlessTobi/debug-logs | David | |
| service/acc: Lower log severity from INFO to DEBUG | |||
| 2019-09-22 | Merge pull request #2873 from ogniK5377/new-ioctls | Fernando Sahmkow | |
| Initial implementation of Ioctl2 & Ioctl3 | |||
| 2019-09-22 | removed comment | David Marcec | |
| 2019-09-22 | Rebased | David Marcec | |
| 2019-09-22 | Merge pull request #2884 from ogniK5377/deglobal-sys-services | Fernando Sahmkow | |
| Remove usage of System::CurrentInterface() from most services | |||
| 2019-09-22 | service/acc: Lower log severity from INFO to DEBUG | FearlessTobi | |
| According to ogniK, this should have always been Debug and not Info. | |||
| 2019-09-22 | removed unneeded semicolon | David Marcec | |
| 2019-09-22 | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" | David Marcec | |
| This reverts commit fa1c60c33ef88c6cd0b72da46842dc9098db712d, reversing changes made to e34899067b60a69bca02761bd1290c6824bb559a. | |||
| 2019-09-22 | Removed reference to core timing to nvflinger and used system instead | David Marcec | |
| 2019-09-22 | marked controller constructors as explicit | David Marcec | |
| 2019-09-22 | Rebase | David Marcec | |
| 2019-09-22 | Rebase | David Marcec | |
| 2019-09-22 | Deglobalize System: Vi | David Marcec | |
| 2019-09-22 | Deglobalize System: Time | David Marcec | |
| 2019-09-22 | Rebase | David Marcec | |
| 2019-09-22 | Deglobalize System: NvFlinger | David Marcec | |
| 2019-09-22 | Rebase | David Marcec | |
| 2019-09-22 | Deglobalize System: Nim | David Marcec | |
| 2019-09-22 | Deglobalize System: Nifm | David Marcec | |
| 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 #2535 from DarkLordZach/cheat-v2 | David | |
| cheat_engine: Use Atmosphere's Cheat VM and fix cheat crash | |||
| 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-21 | dmnt_cheat_vm: Default initialize structure values | 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-21 | core: Track system exit lock status | Zach Hilman | |
| Used to determine if yuzu should confirm before pausing or stopping a game. | |||
| 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 | dmnt_cheat_vm: Make Cheat VM compliant to code style | Zach Hilman | |
| 2019-09-21 | core: Initialize cheats after load to avoid VMManager crash | Zach Hilman | |
| This used to occur due to the VMManager being nullptr at the time cheats were registered (during load, but before it was done). This is bypassed by not accessing the VMManager for offset data until load is complete, | |||
