index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
bcat: In-class initialize ProgressServiceBackend's impl member
Lioncash
2019-10-06
2
-2
/
+2
*
|
|
|
bcat: Make ProgressServiceBackend's constructor take a std::string_view
Lioncash
2019-10-06
2
-3
/
+7
*
|
|
|
bcat: Make ProgressServiceBackend's GetEvent() const
Lioncash
2019-10-06
2
-2
/
+2
*
|
|
|
boxcat: Silence an unused variable warning
Lioncash
2019-10-06
1
-1
/
+2
|
/
/
/
*
|
|
audio/audout_u: Change formatting for old clang-format versions
ReinUsesLisp
2019-10-04
1
-1
/
+1
*
|
|
service/nvdrv: Silence -Wswitch
ReinUsesLisp
2019-10-04
4
-4
/
+10
*
|
|
service/nfp: Silence -Wunused and -Wswitch
ReinUsesLisp
2019-10-04
1
-4
/
+5
*
|
|
service/hid: Silence -Wunused and -Wswitch
ReinUsesLisp
2019-10-04
15
-23
/
+18
*
|
|
service/am: Silence -Wreorder
ReinUsesLisp
2019-10-04
1
-2
/
+1
*
|
|
service/hid: Remove unused system reference
ReinUsesLisp
2019-10-04
2
-2
/
+1
*
|
|
service/friend: Remove unused field
ReinUsesLisp
2019-10-04
1
-1
/
+0
*
|
|
service/filesystem: Silence -Wunused-variable
ReinUsesLisp
2019-10-04
1
-1
/
+1
*
|
|
service/bcat: Silence -Wreorder and -Wunused
ReinUsesLisp
2019-10-04
2
-2
/
+2
*
|
|
service/audio: Silence -Wunused
ReinUsesLisp
2019-10-04
1
-1
/
+1
*
|
|
service/apm: Silence -Wunused and -Wreorder
ReinUsesLisp
2019-10-04
2
-4
/
+5
|
|
/
|
/
|
*
|
Merge pull request #2936 from VPeruS/use-isallzeroarray
bunnei
2019-10-04
1
-1
/
+1
|
\
\
|
*
|
[crypto] Use IsAllZeroArray helper function
vperus
2019-10-02
1
-1
/
+1
*
|
|
Merge pull request #2539 from DarkLordZach/bcat
David
2019-10-03
26
-40
/
+1636
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
qt: Add service dialog
Zach Hilman
2019-10-02
1
-6
/
+5
|
*
|
boxcat: Use updated game-asset API URL and tags
Zach Hilman
2019-10-01
1
-6
/
+6
|
*
|
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-10-01
10
-31
/
+51
|
*
|
boxcat: Implement events global field
Zach Hilman
2019-09-30
3
-12
/
+14
|
*
|
bcat: Implement DeliveryCacheProgressImpl structure
Zach Hilman
2019-09-30
6
-88
/
+314
|
*
|
boxcat: Use Etag header names for file digest
Zach Hilman
2019-09-30
2
-24
/
+21
|
*
|
boxcat: Add downloading and client for launch parameter data
Zach Hilman
2019-09-30
2
-16
/
+77
|
*
|
bcat: Add backend function for BCAT Indirect (launch parameter)
Zach Hilman
2019-09-30
2
-0
/
+11
|
*
|
bcat: Expose CreateBackendFromSettings helper function
Zach Hilman
2019-09-30
2
-2
/
+2
|
*
|
am: Unstub PopLaunchParameter and add bcat connection for app-specific data
Zach Hilman
2019-09-30
2
-16
/
+52
|
*
|
bcat: Implement cmd 90201 ClearDeliveryCacheStorage
Zach Hilman
2019-09-30
1
-1
/
+23
|
*
|
bcat: Implement cmd 30100 SetPassphrase
Zach Hilman
2019-09-30
1
-1
/
+33
|
*
|
bcat: Implement cmd RequestSyncDeliveryCache and variant
Zach Hilman
2019-09-30
1
-2
/
+70
|
*
|
bcat: Implement IDeliveryCacheProgressService commands
Zach Hilman
2019-09-30
1
-0
/
+131
|
*
|
bcat: Implement IDeliveryCacheFileService commands
Zach Hilman
2019-09-30
1
-0
/
+117
|
*
|
bcat: Implement IDeliveryCacheDirectoryService commands
Zach Hilman
2019-09-30
1
-0
/
+99
|
*
|
bcat: Implement IDeliveryCacheStorageService commands
Zach Hilman
2019-09-30
1
-0
/
+58
|
*
|
bcat: Add commands to create IDeliveryCacheStorageService
Zach Hilman
2019-09-30
3
-2
/
+32
|
*
|
module: Create BCAT backend based upon Settings value on construction
Zach Hilman
2019-09-30
3
-1
/
+36
|
*
|
bcat: Add BCAT backend for Boxcat service
Zach Hilman
2019-09-30
2
-0
/
+407
|
*
|
bcat: Add backend class to generify the functions of BCAT
Zach Hilman
2019-09-30
2
-0
/
+100
|
*
|
settings: Add option to set BCAT backend
Zach Hilman
2019-09-30
2
-0
/
+6
|
*
|
nifm: Signal to applications that internet access is available
Zach Hilman
2019-09-30
1
-3
/
+10
|
*
|
core/loader: Track the NSO build ID of the current process
Zach Hilman
2019-09-30
3
-0
/
+14
|
*
|
applets: Add accessor for AppletFrontendSet
Zach Hilman
2019-09-30
2
-0
/
+6
|
*
|
filesystem: Add getter for BCAT temporary directory
Zach Hilman
2019-09-30
3
-0
/
+16
|
*
|
vfs: Add function to extract ZIP file into virtual filesystem
Zach Hilman
2019-09-30
2
-0
/
+96
|
*
|
Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"
bunnei
2019-09-29
1
-3
/
+0
|
*
|
Merge pull request #2574 from DarkLordZach/dynarmic-jit-nullptr
bunnei
2019-09-29
1
-0
/
+3
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
arm_dynarmic: Check if jit is nullptr when preparing reschedule
Zach Hilman
2019-06-10
1
-0
/
+3
*
|
|
Signal styleset changes at a better time
David Marcec
2019-09-24
1
-8
/
+2
|
/
/
*
|
Merge pull request #2683 from DarkLordZach/lock-exit
David
2019-09-23
6
-7
/
+48
|
\
\
[prev]
[next]