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
...
*
|
|
|
Merge pull request #2921 from FreddyFunk/compiler-warnings-core
bunnei
2019-10-09
1
-6
/
+6
|
\
\
\
\
|
*
|
|
|
Services::ES fix casting warnings
FreddyFunk
2019-09-29
1
-6
/
+6
|
|
/
/
/
*
|
|
|
Merge pull request #2654 from DarkLordZach/lm-log-rewrite
bunnei
2019-10-08
10
-159
/
+367
|
\
\
\
\
|
*
|
|
|
lm: Flush manager output on core shutdown
Zach Hilman
2019-09-22
5
-11
/
+15
|
*
|
|
|
lm: Rename Initialize to Log and implement with manager/reporter
Zach Hilman
2019-09-22
1
-140
/
+22
|
*
|
|
|
lm: Implement manager class to output to reporter
Zach Hilman
2019-09-22
2
-0
/
+233
|
*
|
|
|
core: Add LM::Manager to system
Zach Hilman
2019-09-22
6
-19
/
+39
|
*
|
|
|
reporter: Add log output for packaged lm log data
Zach Hilman
2019-09-22
2
-0
/
+69
|
|
/
/
/
*
|
|
/
hid: Implement DeactivateNpad
Morph
2019-10-07
2
-1
/
+13
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #2951 from lioncash/global
Zach Hilman
2019-10-06
18
-65
/
+87
|
\
\
\
|
*
|
|
core/core: Remove unused header
Lioncash
2019-10-06
1
-1
/
+0
|
*
|
|
core: Remove Core::CurrentProcess()
Lioncash
2019-10-06
5
-13
/
+11
|
*
|
|
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-06
14
-51
/
+76
*
|
|
|
bcat/module: Silence truncation warnings
Lioncash
2019-10-06
1
-3
/
+3
*
|
|
|
bcat: Take std::function instance by value in NullBackend's constructor
Lioncash
2019-10-06
2
-2
/
+2
*
|
|
|
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
[prev]
[next]