Zach Hilman
6212df3beb
lm: Flush manager output on core shutdown
7 years ago
Zach Hilman
fa6531ab0f
lm: Rename Initialize to Log and implement with manager/reporter
Allows saving and clearer output of data.
7 years ago
Zach Hilman
ef9a7fa1f5
lm: Implement manager class to output to reporter
7 years ago
Zach Hilman
4153bd8d17
core: Add LM::Manager to system
Allows centralized control over logging mechanisms.
7 years ago
David Marcec
59fd910355
removed comment
7 years ago
David Marcec
654427d4d0
Rebased
7 years ago
FearlessTobi
82979296d2
service/acc: Lower log severity from INFO to DEBUG
According to ogniK, this should have always been Debug and not Info.
7 years ago
David Marcec
9513abbb0a
removed unneeded semicolon
7 years ago
David Marcec
d961d5479e
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
This reverts commit fa1c60c33e , reversing
changes made to e34899067b .
7 years ago
David Marcec
e73ac40eaa
Removed reference to core timing to nvflinger and used system instead
7 years ago
David Marcec
aed884d121
marked controller constructors as explicit
7 years ago
David Marcec
bd1c4ec9a0
Rebase
7 years ago
David Marcec
fcdbf0bc53
Rebase
7 years ago
David Marcec
4d220964df
Deglobalize System: Vi
7 years ago
David Marcec
2c6e4ce0ad
Deglobalize System: Time
7 years ago
David Marcec
36a97dd8a2
Rebase
7 years ago
David Marcec
d6e830d877
Deglobalize System: NvFlinger
7 years ago
David Marcec
f21ab654db
Rebase
7 years ago
David Marcec
8d3ff2b127
Deglobalize System: Nim
7 years ago
David Marcec
ad53dc0106
Deglobalize System: Nifm
7 years ago
David Marcec
8df2a98f75
Deglobalize System: NFP
7 years ago
David Marcec
482a03f8a5
Deglobalize System: LDR
7 years ago
David Marcec
07823b61a1
Deglobalize System: IRS
7 years ago
David Marcec
28181919a6
Deglobalize System: Hid
7 years ago
David Marcec
a9e9570d84
Deglobalize System: Friend
7 years ago
David Marcec
a40e5b2def
Deglobalize System: Fatal
7 years ago
David Marcec
c33faabb27
Deglobalize System: Btm
7 years ago
David Marcec
f2b61ff073
Deglobalize System: Btdrv
7 years ago
David Marcec
7da8e3f812
Deglobalize System: Aoc
7 years ago
David Marcec
2dbfac652e
Deglobalize System: Am
7 years ago
Zach Hilman
2a4730cbee
pl_u: Use kernel physical memory
7 years ago
Zach Hilman
60c2e9e675
qt: Prompt user for confirmation if exit lock is active
7 years ago
David Marcec
6325c3044c
server side clang format fix2
7 years ago
Zach Hilman
e58e3719d8
am: Implement ISelfController ExitLock commands
7 years ago
Zach Hilman
a7fda84902
am: Implement ISelfController Exit
Closes the current application.
7 years ago
Zach Hilman
4c1c8801a5
am: Add RequestExit event to AppletMessageQueue
Tested against libnx, signals to games to begin cleanup.
7 years ago
David Marcec
d3783fcc52
Use clang-format provided by build server
7 years ago
Zach Hilman
885ea2de2a
pl_u: Remove excess static qualifier
7 years ago
Zach Hilman
94afffe9e5
pl_u: Use OSS system archives if real archives don't exist
7 years ago
Zach Hilman
ae9604faba
pl_u: Expose method to encrypt TTF to BFTTF
7 years ago
Zach Hilman
8dd2e91427
prepo: Remove system global accessors
7 years ago
Zach Hilman
daf9cd9358
prepo: Implement SaveReport New and System variants
7 years ago
Zach Hilman
038bcec111
configure_debug: Move reporting option to logging
7 years ago
Zach Hilman
a49169e819
filesystem: Add const qualification to various accessors
7 years ago
Zach Hilman
c6ff4a6f4d
yuzu: Port old usages of Filesystem namespace to FilesystemController
7 years ago
Zach Hilman
4b91057688
services: Pass FileSystemController as reference to services that need it
7 years ago
Zach Hilman
1b04b72653
am: Unstub IApplicationFunctions EnsureSaveData (20)
Creates a default save data for the application given a user ID.
7 years ago
Zach Hilman
43af31836e
filesystem: Pass Size Getter functions to IFileSystem for sizes
7 years ago
Zach Hilman
8abbc619a1
filesystem: Add FileSystemController to deglobalize FS services
7 years ago
David Marcec
c2f966dbc1
Mark KickOffPb & SubmitGPFIFO as trace
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
7 years ago