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
...
|
*
|
|
|
|
|
|
kernel/thread: Expand documentation of nominal_priority and current_priority
Lioncash
2019-03-15
2
-3
/
+11
|
*
|
|
|
|
|
|
kernel/thread: Make bracing consistent within UpdatePriority()
Lioncash
2019-03-15
1
-2
/
+4
|
*
|
|
|
|
|
|
kernel/thread: Amend condition within UpdatePriority()
Lioncash
2019-03-15
1
-3
/
+3
|
*
|
|
|
|
|
|
kernel/thread: Maintain priority ordering of added mutex waiting threads
Lioncash
2019-03-15
1
-14
/
+24
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #2252 from bunnei/move-page-table
bunnei
2019-03-17
4
-9
/
+10
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
core: Move PageTable struct into Common.
bunnei
2019-03-16
4
-9
/
+10
*
|
|
|
|
|
|
|
Merge pull request #2249 from lioncash/ipc
bunnei
2019-03-16
1
-0
/
+30
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
ipc_helpers: Allow pushing and popping floating-point values
Lioncash
2019-03-16
1
-0
/
+30
|
|
/
/
/
/
/
/
/
*
/
/
/
/
/
/
/
kernel/thread: Actually remove the definition of ExitCurrentThread()
Lioncash
2019-03-16
1
-6
/
+0
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
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
1
-1
/
+2
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
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
7
-63
/
+79
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-07
6
-26
/
+33
|
*
|
|
|
|
|
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
2
-9
/
+11
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
kernel/scheduler: Pass in system instance in constructor
Lioncash
2019-03-04
2
-9
/
+11
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
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
4
-15
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
gpu: Move command processing to another thread.
bunnei
2019-03-06
1
-1
/
+1
|
*
|
|
|
|
gpu: Refactor command and swap buffers interface for asynch.
bunnei
2019-03-06
3
-14
/
+4
|
|
/
/
/
/
[prev]
[next]