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
...
|
*
|
|
|
|
|
|
nfp: Eliminate two unnecessary copies
Lioncash
2020-09-17
1
-10
/
+13
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #4594 from german77/MotionHID
bunnei
2020-09-17
6
-19
/
+203
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
configure_input: Hook up the motion button and checkbox
Morph
2020-09-05
2
-1
/
+2
|
*
|
|
|
|
|
|
Add cemu hook changes related to PR #4609
german
2020-09-04
1
-2
/
+1
|
*
|
|
|
|
|
|
Remove RealMotionDevice
german
2020-09-04
3
-28
/
+16
|
*
|
|
|
|
|
|
controllers/npad: Simplify motion entry assignment
Morph
2020-09-04
1
-29
/
+18
|
*
|
|
|
|
|
|
Include HID and configuration changes related to motion
german
2020-09-04
5
-15
/
+222
*
|
|
|
|
|
|
|
control_metadata: Resolve typo in Portuguese language name
Lioncash
2020-09-17
1
-1
/
+1
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
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
[prev]
[next]