aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2019-09-22lm: Rename Initialize to Log and implement with manager/reporterZach Hilman
Allows saving and clearer output of data.
2019-09-22lm: Implement manager class to output to reporterZach Hilman
2019-09-22core: Add LM::Manager to systemZach Hilman
Allows centralized control over logging mechanisms.
2019-09-22reporter: Add log output for packaged lm log dataZach Hilman
Takes the vector from head to tail of log data and saves it.
2019-09-23Merge pull request #2683 from DarkLordZach/lock-exitDavid
am: Implement exit locking and self exit commands
2019-09-22Merge pull request #2876 from ogniK5377/AcquireNpadStyleSetUpdateEventHandle-fixZach Hilman
AcquireNpadStyleSetUpdateEventHandle should have a separate event for each controller type
2019-09-22Merge pull request #2895 from FearlessTobi/debug-logsDavid
service/acc: Lower log severity from INFO to DEBUG
2019-09-22Merge pull request #2873 from ogniK5377/new-ioctlsFernando Sahmkow
Initial implementation of Ioctl2 & Ioctl3
2019-09-22removed commentDavid Marcec
2019-09-22RebasedDavid Marcec
2019-09-22Merge pull request #2884 from ogniK5377/deglobal-sys-servicesFernando Sahmkow
Remove usage of System::CurrentInterface() from most services
2019-09-22service/acc: Lower log severity from INFO to DEBUGFearlessTobi
According to ogniK, this should have always been Debug and not Info.
2019-09-22removed unneeded semicolonDavid Marcec
2019-09-22Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"David Marcec
This reverts commit fa1c60c33ef88c6cd0b72da46842dc9098db712d, reversing changes made to e34899067b60a69bca02761bd1290c6824bb559a.
2019-09-22Removed reference to core timing to nvflinger and used system insteadDavid Marcec
2019-09-22marked controller constructors as explicitDavid Marcec
2019-09-22RebaseDavid Marcec
2019-09-22RebaseDavid Marcec
2019-09-22Deglobalize System: ViDavid Marcec
2019-09-22Deglobalize System: TimeDavid Marcec
2019-09-22RebaseDavid Marcec
2019-09-22Deglobalize System: NvFlingerDavid Marcec
2019-09-22RebaseDavid Marcec
2019-09-22Deglobalize System: NimDavid Marcec
2019-09-22Deglobalize System: NifmDavid Marcec
2019-09-22Deglobalize System: NFPDavid Marcec
2019-09-22Deglobalize System: LDRDavid Marcec
2019-09-22Deglobalize System: IRSDavid Marcec
2019-09-22Deglobalize System: HidDavid Marcec
2019-09-22Deglobalize System: FriendDavid Marcec
2019-09-22Deglobalize System: FatalDavid Marcec
2019-09-22Deglobalize System: BtmDavid Marcec
2019-09-22Deglobalize System: BtdrvDavid Marcec
2019-09-22Deglobalize System: AocDavid Marcec
2019-09-22Deglobalize System: AmDavid Marcec
2019-09-22Merge pull request #2535 from DarkLordZach/cheat-v2David
cheat_engine: Use Atmosphere's Cheat VM and fix cheat crash
2019-09-22Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1David
system_archive: Move shared font data to system_archive and fix extended font data
2019-09-21pl_u: Use kernel physical memoryZach Hilman
2019-09-21qt: Prompt user for confirmation if exit lock is activeZach Hilman
2019-09-21dmnt_cheat_vm: Default initialize structure valuesZach Hilman
2019-09-22server side clang format fix2David Marcec
2019-09-21am: Implement ISelfController ExitLock commandsZach Hilman
2019-09-21am: Implement ISelfController ExitZach Hilman
Closes the current application.
2019-09-21am: Add RequestExit event to AppletMessageQueueZach Hilman
Tested against libnx, signals to games to begin cleanup.
2019-09-21core: Track system exit lock statusZach Hilman
Used to determine if yuzu should confirm before pausing or stopping a game.
2019-09-22Use clang-format provided by build serverDavid Marcec
2019-09-21pl_u: Remove excess static qualifierZach Hilman
2019-09-21pl_u: Use OSS system archives if real archives don't existZach Hilman
2019-09-22Merge pull request #2612 from DarkLordZach/prepo-newDavid
prepo: Implement New, System, and Non-User variants of SaveReport
2019-09-21dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman