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
*
Merge pull request #2256 from bunnei/gpu-vmm
bunnei
2019-03-22
1
-12
/
+4
|
\
|
*
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-20
1
-10
/
+2
|
*
gpu: Move GPUVAddr definition to common_types.
bunnei
2019-03-20
1
-2
/
+2
*
|
Merge pull request #2234 from lioncash/mutex
bunnei
2019-03-21
5
-29
/
+62
|
\
\
|
*
|
core/hle/kernel/mutex: Remove usages of global system accessors
Lioncash
2019-03-14
1
-11
/
+15
|
*
|
core/hle/kernel: Make Mutex a per-process class.
Lioncash
2019-03-14
5
-18
/
+47
*
|
|
Merge pull request #2275 from lioncash/memflags
bunnei
2019-03-21
4
-22
/
+20
|
\
\
\
|
*
|
|
kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respect...
Lioncash
2019-03-21
4
-22
/
+20
|
*
|
|
kernel/vm_manager: Amend flag values for CodeMutable
Lioncash
2019-03-21
1
-1
/
+1
*
|
|
|
Merge pull request #2276 from lioncash/am
bunnei
2019-03-21
1
-1
/
+15
|
\
\
\
\
|
*
|
|
|
service/am: Add function table for IDebugFunctions
Lioncash
2019-03-21
1
-1
/
+15
|
|
/
/
/
*
|
|
|
Merge pull request #1933 from DarkLordZach/cheat-engine
bunnei
2019-03-21
2
-0
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
vm_manager: Remove cheat-specific ranges from VMManager
Zach Hilman
2019-03-05
3
-25
/
+2
|
*
|
|
vm_manager: Add support for storing and getting main code region
Zach Hilman
2019-03-04
2
-0
/
+28
|
*
|
|
controllers/npad: Add accessor for current press state
Zach Hilman
2019-03-04
1
-0
/
+1
*
|
|
|
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-03-20
6
-96
/
+96
|
\
\
\
\
|
*
|
|
|
remove all occurance of specifying endianness inside BitField
Weiyi Wang
2019-02-06
6
-96
/
+96
*
|
|
|
|
Merge pull request #2268 from lioncash/codeset
bunnei
2019-03-20
4
-45
/
+106
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
kernel/process: Make MapSegment lambda reference parameter const
Lioncash
2019-03-20
1
-1
/
+1
|
*
|
|
|
kernel: Move CodeSet structure to its own source files
Lioncash
2019-03-20
4
-44
/
+105
*
|
|
|
|
Merge pull request #2267 from FernandoS27/fix-2238
bunnei
2019-03-20
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Fix crash caused by 2238.
Fernando Sahmkow
2019-03-19
1
-1
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #2224 from lioncash/opus
bunnei
2019-03-20
1
-34
/
+48
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
hwopus: Leverage multistream API for decoding regular Opus packets
Lioncash
2019-03-11
1
-34
/
+48
*
|
|
|
|
Merge pull request #2258 from lioncash/am
bunnei
2019-03-18
2
-13
/
+73
|
\
\
\
\
\
|
*
|
|
|
|
service/am: Add basic implementation of ChangeMainAppletMasterVolume
Lioncash
2019-03-18
2
-1
/
+29
|
*
|
|
|
|
service/am: Unstub SetTransparentVolumeRate()
Lioncash
2019-03-18
2
-1
/
+17
|
*
|
|
|
|
service/am: Unstub SetExpectedMasterVolume()
Lioncash
2019-03-18
2
-11
/
+27
*
|
|
|
|
|
fsp_srv: Unstub SetCurrentProcess
Lioncash
2019-03-18
2
-1
/
+5
*
|
|
|
|
|
Merge pull request #2238 from lioncash/thread
bunnei
2019-03-17
2
-21
/
+41
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
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
[next]