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
*
file_sys/romfs_factory: Eliminate usage of the global system accessor
Lioncash
2020-09-16
5
-34
/
+49
*
file_sys/bis_factory: Eliminate usage of the global system accessor
Lioncash
2020-09-16
5
-11
/
+11
*
loader/nso: Remove unnecessary [[maybe_unused]]
Lioncash
2020-09-16
1
-2
/
+1
*
core/loader: Remove dependencies on the global system instance
Lioncash
2020-09-16
20
-45
/
+85
*
Merge pull request #4658 from lioncash/copy3
Rodrigo Locatti
2020-09-16
2
-44
/
+43
|
\
|
*
nca_patch: Significantly reduce the stack usage size within SearchBucketEntry()
Lioncash
2020-09-15
1
-4
/
+4
|
*
nca_patch: Make SearchBucketEntry() internally linked
Lioncash
2020-09-15
2
-44
/
+43
*
|
cheat_engine: Convert ExtractName into a non-template function
Lioncash
2020-09-15
1
-19
/
+17
*
|
cheat_engine: Remove unnecessary system argument to CheatParser's Parse function
Lioncash
2020-09-15
3
-15
/
+9
|
/
*
patch_manager: Resolve implicit truncations in FormatTitleVersion()
Lioncash
2020-09-14
1
-3
/
+4
*
patch_manager: Make use of type aliases
Lioncash
2020-09-14
2
-69
/
+79
*
patch_manager: Make a few functions internally linked
Lioncash
2020-09-14
2
-15
/
+12
*
crypto/key_manager: Remove dependency on the global system accessor
Lioncash
2020-09-14
2
-5
/
+8
*
kernel: Remove all dependencies on the global system instance
Lioncash
2020-09-14
5
-11
/
+20
*
Merge pull request #4636 from lioncash/kernel-hle
bunnei
2020-09-14
3
-7
/
+5
|
\
|
*
service: Remove two usages of the global system accessor
Lioncash
2020-09-07
3
-7
/
+5
*
|
Merge pull request #4323 from ReinUsesLisp/no-spin
bunnei
2020-09-11
1
-1
/
+1
|
\
\
|
*
|
kernel/scheduler: Use std::mutex instead of spin lock
ReinUsesLisp
2020-07-12
1
-1
/
+1
*
|
|
Merge pull request #4634 from lioncash/blocking
bunnei
2020-09-11
3
-19
/
+19
|
\
\
\
|
*
|
|
bsd: Resolve unused value within SendToImpl
Lioncash
2020-09-07
1
-0
/
+1
|
*
|
|
bsd: Resolve sign comparison warnings
Lioncash
2020-09-07
1
-3
/
+3
|
*
|
|
sockets_translate: Make use of designated initializers
Lioncash
2020-09-07
1
-12
/
+12
|
*
|
|
blocking_worker: Make use of templated lambda
Lioncash
2020-09-07
1
-3
/
+2
|
*
|
|
blocking_worker: Resolve -Wdocumentation warning
Lioncash
2020-09-07
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #4310 from ogniK5377/apollo-1-prod
bunnei
2020-09-11
1
-72
/
+77
|
\
\
\
|
*
|
|
audio_core: Apollo Part 1, AudioRenderer refactor
David Marcec
2020-07-25
1
-72
/
+77
*
|
|
|
Merge pull request #4597 from Morph1984/mjolnir-p2
bunnei
2020-09-10
9
-131
/
+548
|
\
\
\
\
|
*
|
|
|
applets/controller: Resolve several compiler warnings
Morph
2020-09-04
1
-1
/
+2
|
*
|
|
|
Address feedback
Morph
2020-09-04
3
-0
/
+9
|
*
|
|
|
applets/controller: Set min_players to have a minimum value of 1.
Morph
2020-09-04
1
-1
/
+1
|
*
|
|
|
applets/controller: Modify heuristic to account for certain games
Morph
2020-09-04
1
-7
/
+12
|
*
|
|
|
applets/controller: Implement fallback applet for the SDL frontend
Morph
2020-09-04
3
-90
/
+34
|
*
|
|
|
applets/controller: Implement "Explain Text"
Morph
2020-09-04
3
-16
/
+29
|
*
|
|
|
Project Mjölnir: Part 2 - Controller Applet
Morph
2020-09-04
9
-42
/
+487
*
|
|
|
|
Merge pull request #4633 from ReinUsesLisp/gpu-init
Rodrigo Locatti
2020-09-10
1
-1
/
+0
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-09-06
1
-1
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #4397 from ReinUsesLisp/bsd
bunnei
2020-09-05
10
-56
/
+1387
|
\
\
\
\
|
*
|
|
|
service/bsd: Handle Poll with no entries accurately
ReinUsesLisp
2020-07-28
1
-0
/
+5
|
*
|
|
|
services/bsd: Implement most of bsd:s
ReinUsesLisp
2020-07-28
5
-55
/
+911
|
*
|
|
|
service/sockets: Add worker pool abstraction
ReinUsesLisp
2020-07-28
1
-0
/
+30
|
*
|
|
|
service/sockets: Add worker abstraction to execute blocking calls asynchronously
ReinUsesLisp
2020-07-28
2
-0
/
+133
|
*
|
|
|
service/sockets: Add translate functions
ReinUsesLisp
2020-07-28
3
-0
/
+215
|
*
|
|
|
service/sockets: Add enumerations and structures
ReinUsesLisp
2020-07-28
2
-0
/
+81
|
*
|
|
|
services/nifm: Implement GetCurrentIpAddress
ReinUsesLisp
2020-07-28
1
-1
/
+12
*
|
|
|
|
hid: Implement MergeSingleJoyasDualJoy
Morph
2020-09-04
3
-5
/
+24
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #4590 from ReinUsesLisp/tsan-sched
bunnei
2020-09-03
1
-2
/
+6
|
\
\
\
\
|
*
|
|
|
hle/scheduler: Fix data race in is_context_switch_pending
ReinUsesLisp
2020-08-26
1
-2
/
+6
*
|
|
|
|
file_sys/patch_manager: Add missing include
ReinUsesLisp
2020-09-03
1
-0
/
+1
*
|
|
|
|
Merge pull request #4568 from lioncash/fsp
bunnei
2020-09-02
1
-3
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
fsp_srv: Resolve -Wunused-but-set-variable warning
Lioncash
2020-08-23
1
-1
/
+8
[next]