index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: implement GetGaiStringErrorRequest, IContextRegistrar
Liam
2023-07-22
10
-5
/
+115
*
Merge pull request #11094 from liamwhite/get
liamwhite
2023-07-22
20
-158
/
+85
|
\
|
*
kernel: reduce page table region checking
Liam
2023-07-14
7
-85
/
+21
|
*
k_process: PageTable -> GetPageTable
Liam
2023-07-14
19
-75
/
+66
*
|
Merge pull request #11113 from liamwhite/nsd1
bunnei
2023-07-21
2
-1
/
+17
|
\
\
|
*
|
nsd: add GetApplicationServerEnvironmentType
Liam
2023-07-17
2
-1
/
+17
*
|
|
core: remove remaining uses of dynamic_cast
Liam
2023-07-21
1
-2
/
+6
*
|
|
Merge pull request #11096 from german77/amiibooo
liamwhite
2023-07-21
7
-54
/
+143
|
\
\
\
|
*
|
|
service: nfc: Update Implementation to match with latest RE
Narr the Reg
2023-07-17
7
-54
/
+143
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #11116 from lat9nq/clang-shadowing
liamwhite
2023-07-19
2
-5
/
+5
|
\
\
\
|
*
|
|
general: Silence -Wshadow{,-uncaptured-local} warnings
lat9nq
2023-07-18
2
-5
/
+5
*
|
|
|
Merge pull request #11114 from Kelebek1/warnings
liamwhite
2023-07-19
1
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Debug SetIdleTimeDetectionExtension
Kelebek1
2023-07-18
1
-2
/
+2
|
|
/
/
*
|
|
ssl: Link with crypt32 for secure channel backend
Morph
2023-07-17
1
-0
/
+1
*
|
|
ssl: Reorder inclusions
Morph
2023-07-17
5
-24
/
+27
*
|
|
network: Forward declarations
Morph
2023-07-17
2
-3
/
+5
|
|
/
|
/
|
*
|
Merge pull request #10912 from comex/ssl
liamwhite
2023-07-16
15
-205
/
+2072
|
\
\
|
|
/
|
/
|
|
*
Rename variables to avoid -Wshadow warnings under GCC
comex
2023-07-01
1
-5
/
+5
|
*
...actually add the SecureTransport backend to Git.
comex
2023-07-01
1
-0
/
+219
|
*
Updates:
comex
2023-07-01
5
-207
/
+268
|
*
Merge remote-tracking branch 'origin/master' into ssl
comex
2023-07-01
58
-436
/
+417
|
|
\
|
*
|
PR feedback + constification
comex
2023-06-25
8
-60
/
+62
|
*
|
re-format
comex
2023-06-25
1
-4
/
+5
|
*
|
Fix more Windows build errors
comex
2023-06-25
2
-23
/
+30
|
*
|
ssl: fix compatibility with OpenSSL 1.1.1
comex
2023-06-25
1
-1
/
+10
|
*
|
Fixes:
comex
2023-06-25
2
-1
/
+2
|
*
|
ssl: rename argument to avoid false positive codespell warning
comex
2023-06-25
1
-2
/
+2
|
*
|
Implement SSL service
comex
2023-06-25
14
-203
/
+1770
*
|
|
Merge pull request #10985 from liamwhite/handle-translate
bunnei
2023-07-11
2
-7
/
+770
|
\
\
\
|
*
|
|
k_server_session: translate special header for non-HLE requests
Liam
2023-07-08
2
-7
/
+770
*
|
|
|
Merge pull request #10996 from Kelebek1/readblock_optimisation
bunnei
2023-07-10
1
-10
/
+22
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-07-02
1
-10
/
+22
*
|
|
|
service: nfc: Ensure controller is in the correct mode
german77
2023-07-02
1
-11
/
+21
|
/
/
/
*
|
|
Merge pull request #10969 from Morph1984/k-synchronize
liamwhite
2023-07-02
3
-36
/
+52
|
\
\
\
|
*
|
|
kernel: Synchronize
Morph
2023-07-01
3
-36
/
+52
|
|
|
/
|
|
/
|
*
|
|
parcel: Optimize small_vector sizes
Morph
2023-06-30
1
-11
/
+13
*
|
|
general: Use ScratchBuffer where possible
Morph
2023-06-30
6
-45
/
+53
|
/
/
*
|
Merge pull request #10859 from liamwhite/no-more-atomic-wait
liamwhite
2023-06-23
4
-18
/
+10
|
\
\
|
*
|
general: remove atomic signal and wait
Liam
2023-06-22
4
-18
/
+10
*
|
|
Merge pull request #10842 from german77/native_mifare
liamwhite
2023-06-23
7
-116
/
+109
|
\
\
\
|
*
|
|
input_common: Implement native mifare support
Narr the Reg
2023-06-21
7
-116
/
+109
*
|
|
|
Remove memory allocations in some hot paths
Kelebek1
2023-06-22
37
-275
/
+270
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #10086 from Morph1984/coretiming-ng-1
bunnei
2023-06-21
11
-27
/
+24
|
\
\
\
|
*
|
|
nvdisp: Fix SingleCore frametime reporting
Morph
2023-06-07
1
-1
/
+1
|
*
|
|
core_timing: Fix SingleCore cycle timer
Morph
2023-06-07
1
-9
/
+1
|
*
|
|
time: Use compile time division for TimeSpanType conversion
Morph
2023-06-07
5
-11
/
+15
|
*
|
|
core_timing: Use CNTPCT as the guest CPU tick
Morph
2023-06-07
3
-5
/
+5
|
*
|
|
nvnflinger: Acquire lock prior to signaling the vsync variable
Morph
2023-06-07
1
-1
/
+2
*
|
|
|
time_zone_manager: Add null terminator
lat9nq
2023-06-20
1
-2
/
+4
*
|
|
|
time_zone_manager: Stop on comma
lat9nq
2023-06-20
1
-1
/
+3
|
|
_
|
/
|
/
|
|
[next]