aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2019-09-30bcat: Add BCAT backend for Boxcat serviceZach Hilman
Downloads content from yuzu servers and unpacks it into the temporary directory provided. Fully supports all Backend features except passphrase.
2019-09-30bcat: Add backend class to generify the functions of BCATZach Hilman
Provides the most abstract simplified functions of BCAT as functions. Also includes a NullBackend class which is just a no-op.
2019-09-30settings: Add option to set BCAT backendZach Hilman
2019-09-30nifm: Signal to applications that internet access is availableZach Hilman
2019-09-30core/loader: Track the NSO build ID of the current processZach Hilman
2019-09-30applets: Add accessor for AppletFrontendSetZach Hilman
Allows other services to call applets without using LLE.
2019-09-30filesystem: Add getter for BCAT temporary directoryZach Hilman
2019-09-30vfs: Add function to extract ZIP file into virtual filesystemZach Hilman
2019-09-29Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"bunnei
2019-09-29Merge pull request #2574 from DarkLordZach/dynarmic-jit-nullptrbunnei
arm_dynarmic: Check if jit is nullptr when preparing reschedule
2019-09-29Services::ES fix casting warningsFreddyFunk
2019-09-24Signal styleset changes at a better timeDavid Marcec
We should signal when a net controller is added and our event should be manual, not automatic.
2019-09-22card_image: Add accessors for raw partitions in XCIZach Hilman
2019-09-22card_image: Lazily load partitions in XCIZach Hilman
2019-09-22pfs: Provide accessors for file sizes and offsetsZach Hilman
2019-09-22lm: Flush manager output on core shutdownZach Hilman
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