index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2019-10-07
hid: Implement DeactivateNpad
Morph
2019-10-06
Merge pull request #2951 from lioncash/global
Zach Hilman
2019-10-06
bcat/module: Silence truncation warnings
Lioncash
2019-10-06
bcat: Take std::function instance by value in NullBackend's constructor
Lioncash
2019-10-06
bcat: In-class initialize ProgressServiceBackend's impl member
Lioncash
2019-10-06
bcat: Make ProgressServiceBackend's constructor take a std::string_view
Lioncash
2019-10-06
bcat: Make ProgressServiceBackend's GetEvent() const
Lioncash
2019-10-06
boxcat: Silence an unused variable warning
Lioncash
2019-10-06
core/core: Remove unused header
Lioncash
2019-10-06
core: Remove Core::CurrentProcess()
Lioncash
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-04
audio/audout_u: Change formatting for old clang-format versions
ReinUsesLisp
2019-10-04
service/nvdrv: Silence -Wswitch
ReinUsesLisp
2019-10-04
service/nfp: Silence -Wunused and -Wswitch
ReinUsesLisp
2019-10-04
service/hid: Silence -Wunused and -Wswitch
ReinUsesLisp
2019-10-04
service/am: Silence -Wreorder
ReinUsesLisp
2019-10-04
service/hid: Remove unused system reference
ReinUsesLisp
2019-10-04
service/friend: Remove unused field
ReinUsesLisp
2019-10-04
service/filesystem: Silence -Wunused-variable
ReinUsesLisp
2019-10-04
service/bcat: Silence -Wreorder and -Wunused
ReinUsesLisp
2019-10-04
service/audio: Silence -Wunused
ReinUsesLisp
2019-10-04
service/apm: Silence -Wunused and -Wreorder
ReinUsesLisp
2019-10-04
Merge pull request #2936 from VPeruS/use-isallzeroarray
bunnei
2019-10-03
Merge pull request #2539 from DarkLordZach/bcat
David
2019-10-02
[crypto] Use IsAllZeroArray helper function
vperus
2019-10-02
qt: Add service dialog
Zach Hilman
2019-10-01
boxcat: Use updated game-asset API URL and tags
Zach Hilman
2019-10-01
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-09-30
boxcat: Implement events global field
Zach Hilman
2019-09-30
bcat: Implement DeliveryCacheProgressImpl structure
Zach Hilman
2019-09-30
boxcat: Use Etag header names for file digest
Zach Hilman
2019-09-30
boxcat: Add downloading and client for launch parameter data
Zach Hilman
2019-09-30
bcat: Add backend function for BCAT Indirect (launch parameter)
Zach Hilman
2019-09-30
bcat: Expose CreateBackendFromSettings helper function
Zach Hilman
2019-09-30
am: Unstub PopLaunchParameter and add bcat connection for app-specific data
Zach Hilman
2019-09-30
bcat: Implement cmd 90201 ClearDeliveryCacheStorage
Zach Hilman
2019-09-30
bcat: Implement cmd 30100 SetPassphrase
Zach Hilman
2019-09-30
bcat: Implement cmd RequestSyncDeliveryCache and variant
Zach Hilman
2019-09-30
bcat: Implement IDeliveryCacheProgressService commands
Zach Hilman
2019-09-30
bcat: Implement IDeliveryCacheFileService commands
Zach Hilman
2019-09-30
bcat: Implement IDeliveryCacheDirectoryService commands
Zach Hilman
2019-09-30
bcat: Implement IDeliveryCacheStorageService commands
Zach Hilman
2019-09-30
bcat: Add commands to create IDeliveryCacheStorageService
Zach Hilman
2019-09-30
module: Create BCAT backend based upon Settings value on construction
Zach Hilman
2019-09-30
bcat: Add BCAT backend for Boxcat service
Zach Hilman
2019-09-30
bcat: Add backend class to generify the functions of BCAT
Zach Hilman
2019-09-30
settings: Add option to set BCAT backend
Zach Hilman
2019-09-30
nifm: Signal to applications that internet access is available
Zach Hilman
2019-09-30
core/loader: Track the NSO build ID of the current process
Zach Hilman
2019-09-30
applets: Add accessor for AppletFrontendSet
Zach Hilman
[next]