David Marcec
82d43a3554
removed comment
7 years ago
David Marcec
b0eaa9934b
Rebased
7 years ago
David Marcec
db1079abd3
removed unneeded semicolon
7 years ago
David Marcec
f35665aa28
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
This reverts commit 66d80be727 , reversing
changes made to 43decd1681 .
7 years ago
David Marcec
827c35bac0
Removed reference to core timing to nvflinger and used system instead
7 years ago
David Marcec
761b54f58c
marked controller constructors as explicit
7 years ago
David Marcec
4b13f6cfcb
Rebase
7 years ago
David Marcec
f18f3f6b8e
Rebase
7 years ago
David Marcec
b48f1cbbb5
Deglobalize System: Vi
7 years ago
David Marcec
7675b98419
Deglobalize System: Time
7 years ago
David Marcec
2936be3ae1
Rebase
7 years ago
David Marcec
d927a700da
Deglobalize System: NvFlinger
7 years ago
David Marcec
a8d2fd4a00
Rebase
7 years ago
David Marcec
45a6da4016
Deglobalize System: Nim
7 years ago
David Marcec
bd8c949992
Deglobalize System: Nifm
7 years ago
David Marcec
37b2a234a2
Deglobalize System: NFP
7 years ago
David Marcec
a2b9ed6d16
Deglobalize System: LDR
7 years ago
David Marcec
9196c150d6
Deglobalize System: IRS
7 years ago
David Marcec
a43d56f18c
Deglobalize System: Hid
7 years ago
David Marcec
f0a8366ce3
Deglobalize System: Friend
7 years ago
David Marcec
1e8b0dcc2d
Deglobalize System: Fatal
7 years ago
David Marcec
7b7e57693c
Deglobalize System: Btm
7 years ago
David Marcec
d50f79f6ed
Deglobalize System: Btdrv
7 years ago
David Marcec
180dd576a7
Deglobalize System: Aoc
7 years ago
David Marcec
533e7e451f
Deglobalize System: Am
7 years ago
Zach Hilman
949a913356
pl_u: Use kernel physical memory
7 years ago
Zach Hilman
8cc2eccca2
pl_u: Remove excess static qualifier
7 years ago
Zach Hilman
977d27ed15
pl_u: Use OSS system archives if real archives don't exist
7 years ago
Zach Hilman
110075b2fa
pl_u: Expose method to encrypt TTF to BFTTF
7 years ago
Zach Hilman
447ada6c0a
prepo: Remove system global accessors
7 years ago
Zach Hilman
e975bf2349
prepo: Implement SaveReport New and System variants
7 years ago
Zach Hilman
04078a2139
configure_debug: Move reporting option to logging
7 years ago
Zach Hilman
541bf1b996
filesystem: Add const qualification to various accessors
7 years ago
Zach Hilman
c3ad37b707
yuzu: Port old usages of Filesystem namespace to FilesystemController
7 years ago
Zach Hilman
e443d76a29
services: Pass FileSystemController as reference to services that need it
7 years ago
Zach Hilman
b854fb7e1a
am: Unstub IApplicationFunctions EnsureSaveData (20)
Creates a default save data for the application given a user ID.
7 years ago
Zach Hilman
94ddc2ebdb
filesystem: Pass Size Getter functions to IFileSystem for sizes
7 years ago
Zach Hilman
49440d51b1
filesystem: Add FileSystemController to deglobalize FS services
7 years ago
David Marcec
318288f0be
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
Lioncash
6952478449
service/am: Remove usages of global system accessors
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
7 years ago
Lioncash
c4cdbfdbff
kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemory/UnmapPhysicalMemory
Corrects the parameter names within the doxygen comments so that they
resolve properly.
7 years ago
Lioncash
4ca5db278f
kernel/vm_manager: Move variables closer to usage spots in MapPhysicalMemory/UnmapPhysicalMemory
Narrows the scope of variables down to where they're only necessary.
7 years ago
mailwl
2e2c350032
AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent ( #2827 )
* AM: Implement IApplicationFunctions::GetGpuErrorDetectedSystemEvent
* Remove unneeded event clear
* Fix event name
7 years ago
Morph1984
fe122507f1
ditto
Co-Authored-By: David <25727384+ogniK5377@users.noreply.github.com>
7 years ago
Morph1984
dec5cac1c1
IsVibrationEnabled() as a const member func
7 years ago
Morph1984
32f74d8a88
clang-format
7 years ago
Morph1984
bad4a8a199
Update npad.h
7 years ago
Morph1984
8e070a3c14
Update npad.cpp
7 years ago
Morph1984
d8368a564d
Update hid.h
7 years ago
Morph1984
460e77c935
Update hid.cpp
7 years ago