aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-10-04NvFlinger: Remove leftover from corrections and clang format.Fernando Sahmkow
2019-10-04Nvdrv: Correct Event setup in NvdrvFernando Sahmkow
2019-10-04NVFlinger: Reverse the change that only signaled events on buffer acquire.Fernando Sahmkow
2019-10-04Nvdrv: Do framelimiting only in the CPU ThreadFernando Sahmkow
2019-10-04NvFlinger: Don't swap buffers if a frame is missing and always trigger event ...Fernando Sahmkow
2019-10-04GPU_Async: Correct fences, display events and more.Fernando Sahmkow
2019-10-04Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncsFernando Sahmkow
2019-10-04audio/audout_u: Change formatting for old clang-format versionsReinUsesLisp
2019-10-04service/nvdrv: Silence -WswitchReinUsesLisp
2019-10-04service/nfp: Silence -Wunused and -WswitchReinUsesLisp
2019-10-04service/hid: Silence -Wunused and -WswitchReinUsesLisp
2019-10-04service/am: Silence -WreorderReinUsesLisp
2019-10-04service/hid: Remove unused system referenceReinUsesLisp
2019-10-04service/friend: Remove unused fieldReinUsesLisp
2019-10-04service/filesystem: Silence -Wunused-variableReinUsesLisp
2019-10-04service/bcat: Silence -Wreorder and -WunusedReinUsesLisp
2019-10-04service/audio: Silence -WunusedReinUsesLisp
2019-10-04service/apm: Silence -Wunused and -WreorderReinUsesLisp
2019-10-03Merge pull request #2539 from DarkLordZach/bcatDavid
2019-10-02qt: Add service dialogZach Hilman
2019-10-01boxcat: Use updated game-asset API URL and tagsZach Hilman
2019-10-01bcat: Add FSC accessors for BCAT dataZach Hilman
2019-09-30boxcat: Implement events global fieldZach Hilman
2019-09-30bcat: Implement DeliveryCacheProgressImpl structureZach Hilman
2019-09-30boxcat: Use Etag header names for file digestZach Hilman
2019-09-30boxcat: Add downloading and client for launch parameter dataZach Hilman
2019-09-30bcat: Add backend function for BCAT Indirect (launch parameter)Zach Hilman
2019-09-30bcat: Expose CreateBackendFromSettings helper functionZach Hilman
2019-09-30am: Unstub PopLaunchParameter and add bcat connection for app-specific dataZach Hilman
2019-09-30bcat: Implement cmd 90201 ClearDeliveryCacheStorageZach Hilman
2019-09-30bcat: Implement cmd 30100 SetPassphraseZach Hilman
2019-09-30bcat: Implement cmd RequestSyncDeliveryCache and variantZach Hilman
2019-09-30bcat: Implement IDeliveryCacheProgressService commandsZach Hilman
2019-09-30bcat: Implement IDeliveryCacheFileService commandsZach Hilman
2019-09-30bcat: Implement IDeliveryCacheDirectoryService commandsZach Hilman
2019-09-30bcat: Implement IDeliveryCacheStorageService commandsZach Hilman
2019-09-30bcat: Add commands to create IDeliveryCacheStorageServiceZach Hilman
2019-09-30module: Create BCAT backend based upon Settings value on constructionZach Hilman
2019-09-30bcat: Add BCAT backend for Boxcat serviceZach Hilman
2019-09-30bcat: Add backend class to generify the functions of BCATZach Hilman
2019-09-30nifm: Signal to applications that internet access is availableZach Hilman
2019-09-30applets: Add accessor for AppletFrontendSetZach Hilman
2019-09-30filesystem: Add getter for BCAT temporary directoryZach Hilman
2019-09-29Services::ES fix casting warningsFreddyFunk
2019-09-24Signal styleset changes at a better timeDavid Marcec
2019-09-22lm: Flush manager output on core shutdownZach Hilman
2019-09-22lm: Rename Initialize to Log and implement with manager/reporterZach Hilman
2019-09-22lm: Implement manager class to output to reporterZach Hilman
2019-09-22core: Add LM::Manager to systemZach Hilman