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 #2129 from FernandoS27/cntpct
bunnei
2019-03-16
3
-2
/
+12
|
\
|
*
Corrections, documenting and fixes.
Fernando Sahmkow
2019-02-16
2
-4
/
+3
|
*
Use u128 on Clock Cycles calculation.
Fernando Sahmkow
2019-02-15
3
-6
/
+6
|
*
Correct CNTPCT to use Clock Cycles instead of Cpu Cycles.
Fernando Sahmkow
2019-02-15
3
-2
/
+13
*
|
Merge pull request #2242 from lioncash/thread-fn
bunnei
2019-03-16
4
-33
/
+31
|
\
\
|
*
|
kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread
Lioncash
2019-03-15
2
-8
/
+7
|
*
|
kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface
Lioncash
2019-03-15
4
-25
/
+24
*
|
|
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-14
2
-6
/
+10
*
|
|
Merge pull request #2230 from lioncash/global
bunnei
2019-03-14
2
-8
/
+9
|
\
\
\
|
*
|
|
kernel/process: Remove use of global system accessors
Lioncash
2019-03-12
2
-8
/
+9
|
|
/
/
*
|
|
Merge pull request #2226 from lioncash/private
bunnei
2019-03-13
4
-14
/
+36
|
\
\
\
|
*
|
|
kernel/server_port: Make data members private
Lioncash
2019-03-11
4
-14
/
+36
*
|
|
|
Merge pull request #2223 from lioncash/error
bunnei
2019-03-13
3
-19
/
+5
|
\
\
\
\
|
*
|
|
|
core/hle/result: Remove now-unnecessary manually defined copy assignment oper...
Lioncash
2019-03-10
1
-5
/
+0
|
*
|
|
|
core/hle/result: Amend error in comment description for ResultCode
Lioncash
2019-03-10
1
-1
/
+1
|
*
|
|
|
core/hle/result: Remove now-unused constructor for ResultCode
Lioncash
2019-03-10
1
-10
/
+0
|
*
|
|
|
core/hle/result: Relocate IPC error code to ipc_helpers
Lioncash
2019-03-10
3
-3
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #2166 from lioncash/vi-init-service
bunnei
2019-03-13
9
-40
/
+146
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
service/vi: Unstub GetDisplayService
Lioncash
2019-02-26
5
-11
/
+49
|
*
|
|
core/ipc_helper: Allow popping all signed value types with RequestParser
Lioncash
2019-02-26
1
-0
/
+15
|
*
|
|
service/vi: Remove use of a module class
Lioncash
2019-02-26
8
-46
/
+99
*
|
|
|
Merge pull request #2211 from lioncash/arbiter
bunnei
2019-03-12
8
-64
/
+80
|
\
\
\
\
|
*
|
|
|
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-07
7
-27
/
+34
|
*
|
|
|
kernel/svc: Move address arbiter signaling behind a unified API function
Lioncash
2019-03-07
3
-22
/
+26
|
*
|
|
|
kernel/svc: Move address arbiter waiting behind a unified API function
Lioncash
2019-03-07
3
-19
/
+24
*
|
|
|
|
service/service: Remove unncessary calls to c_str()
Lioncash
2019-03-10
1
-4
/
+3
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #2207 from lioncash/hwopus
bunnei
2019-03-10
1
-69
/
+107
|
\
\
\
\
|
*
|
|
|
service/audio/hwopus: Move decoder state to its own class
Lioncash
2019-03-07
1
-50
/
+85
|
*
|
|
|
service/audio/hwopus: Provide a name for the second word of OpusPacketHeader
Lioncash
2019-03-07
1
-2
/
+4
|
*
|
|
|
service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoder...
Lioncash
2019-03-07
1
-17
/
+17
|
*
|
|
|
service/audio/hwopus: Enclose internals in an anonymous namespace
Lioncash
2019-03-07
1
-2
/
+3
*
|
|
|
|
Merge pull request #2193 from lioncash/global
bunnei
2019-03-10
5
-17
/
+23
|
\
\
\
\
\
|
*
|
|
|
|
kernel/scheduler: Pass in system instance in constructor
Lioncash
2019-03-04
5
-17
/
+23
*
|
|
|
|
|
clang fix
Hexagon12
2019-03-09
1
-1
/
+2
*
|
|
|
|
|
Log 2 new setting values
Hexagon12
2019-03-09
1
-0
/
+2
*
|
|
|
|
|
Merge pull request #2210 from lioncash/optional
bunnei
2019-03-08
4
-47
/
+47
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional
Lioncash
2019-03-07
4
-47
/
+47
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #2195 from lioncash/shared-global
bunnei
2019-03-07
1
-3
/
+2
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
kernel/shared_memory: Get rid of the use of global accessor functions within ...
Lioncash
2019-03-04
1
-3
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #2202 from lioncash/port-priv
bunnei
2019-03-07
6
-36
/
+78
|
\
\
\
\
\
|
*
|
|
|
|
kernel/server_session: Make data members private
Lioncash
2019-03-05
5
-32
/
+73
|
*
|
|
|
|
kernel/client_session: Make data members private
Lioncash
2019-03-05
1
-4
/
+5
*
|
|
|
|
|
Merge pull request #2206 from lioncash/audio-stop
bunnei
2019-03-07
1
-1
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
service/audio/audout_u: Only actually stop the audio stream in StopAudioOut i...
Lioncash
2019-03-07
1
-1
/
+3
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #2055 from bunnei/gpu-thread
bunnei
2019-03-07
8
-22
/
+22
|
\
\
\
\
\
\
|
*
|
|
|
|
|
gpu: Refactor a/synchronous implementations into their own classes.
bunnei
2019-03-06
1
-2
/
+7
|
*
|
|
|
|
|
gpu: Move command processing to another thread.
bunnei
2019-03-06
2
-5
/
+5
|
*
|
|
|
|
|
gpu: Refactor command and swap buffers interface for asynch.
bunnei
2019-03-06
3
-14
/
+4
|
*
|
|
|
|
|
gpu: Refactor to take RendererBase instead of RasterizerInterface.
bunnei
2019-03-06
1
-1
/
+1
|
*
|
|
|
|
|
settings: Add new graphics setting for use_asynchronous_gpu_emulation.
bunnei
2019-03-06
2
-0
/
+3
[next]