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 #2687 from lioncash/tls-process
bunnei
2019-07-18
3
-14
/
+30
|
\
|
*
kernel/process: Allocate the process' TLS region during initialization
Lioncash
2019-07-07
3
-3
/
+14
|
*
kernel/process: Move main thread stack allocation to its own function
Lioncash
2019-07-07
2
-12
/
+17
*
|
Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace.
Fernando Sahmkow
2019-07-17
1
-4
/
+4
*
|
Merge pull request #2690 from SciresM/physmem_fixes
Fernando Sahmkow
2019-07-14
6
-40
/
+470
|
\
\
|
*
|
Remove unicorn mappings/unmappings
Michael Scire
2019-07-11
1
-19
/
+0
|
*
|
Prevent merging of device mapped memory blocks.
Michael Scire
2019-07-08
1
-0
/
+5
|
*
|
Remove unused member function declaration
Michael Scire
2019-07-07
1
-9
/
+0
|
*
|
physmem: add helpers, cleanup logic.
Michael Scire
2019-07-07
2
-171
/
+170
|
*
|
clang-format fixes
Michael Scire
2019-07-07
2
-3
/
+3
|
*
|
address review commentary
Michael Scire
2019-07-07
5
-36
/
+42
|
*
|
Implement MapPhysicalMemory/UnmapPhysicalMemory
Michael Scire
2019-07-07
6
-20
/
+468
|
|
/
*
|
Clang format
David Marcec
2019-07-13
1
-2
/
+4
*
|
"AudioRenderer" thread should have a unique name
David Marcec
2019-07-13
2
-4
/
+4
*
|
Merge pull request #2717 from SciresM/unmirror_memory
bunnei
2019-07-11
2
-7
/
+34
|
\
\
|
*
|
Restore memory perms on svcUnmapMemory/UnloadNro
Michael Scire
2019-07-11
2
-7
/
+34
*
|
|
Merge pull request #2723 from lioncash/mem
bunnei
2019-07-11
1
-20
/
+0
|
\
\
\
|
*
|
|
core/arm: Remove obsolete Unicorn memory mapping
Lioncash
2019-07-11
1
-20
/
+0
|
|
/
/
*
|
|
service/am: Implement IsAutoSleepDisabled
Lioncash
2019-07-11
2
-1
/
+10
*
|
|
service/am: Implement SetAutoSleepDisabled
Lioncash
2019-07-11
2
-1
/
+23
|
/
/
*
|
Merge pull request #2700 from ogniK5377/GetFriendList
bunnei
2019-07-10
1
-1
/
+34
|
\
\
|
*
|
IFriendService::GetFriendList
David Marcec
2019-07-09
1
-1
/
+34
*
|
|
Merge pull request #2611 from DarkLordZach/pm-info-cmd
bunnei
2019-07-10
3
-16
/
+116
|
\
\
\
|
*
|
|
pm: Implement pm:shell and pm:dmnt GetApplicationPid
Zach Hilman
2019-06-26
3
-7
/
+33
|
*
|
|
pm: Implement pm:dmnt GetTitlePid
Zach Hilman
2019-06-26
1
-7
/
+36
|
*
|
|
pm: Implement pm:info GetTitleId
Zach Hilman
2019-06-26
1
-2
/
+47
*
|
|
|
Merge pull request #2650 from DarkLordZach/mii-iface-ver
bunnei
2019-07-10
1
-1
/
+15
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
mii: Implement IDatabaseService SetInterfaceVersion
Zach Hilman
2019-07-06
1
-1
/
+15
|
|
/
/
*
|
|
Merge pull request #2657 from ogniK5377/npad-assignments
Zach Hilman
2019-07-08
5
-3
/
+99
|
\
\
\
|
*
|
|
addressed issues
David Marcec
2019-07-08
1
-6
/
+7
|
*
|
|
hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment
David Marcec
2019-07-01
5
-3
/
+98
*
|
|
|
Merge pull request #2651 from DarkLordZach/apm-boost-mode-1
bunnei
2019-07-07
11
-57
/
+236
|
\
\
\
\
|
*
|
|
|
am: Implement SetCpuBoostMode in terms of APM
Zach Hilman
2019-06-28
5
-13
/
+26
|
*
|
|
|
apm: Implement SetCpuBoostMode
Zach Hilman
2019-06-28
2
-0
/
+14
|
*
|
|
|
apm: Add getters for performance config and mode
Zach Hilman
2019-06-28
2
-33
/
+49
|
*
|
|
|
apm: Add apm:am service
Zach Hilman
2019-06-28
2
-11
/
+9
|
*
|
|
|
apm: Add Controller class to manage speed data and application
Zach Hilman
2019-06-28
2
-0
/
+138
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #2642 from DarkLordZach/fsp-log-2
bunnei
2019-07-07
6
-27
/
+73
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
fsp-srv: Implement GetAccessLogVersionInfo
Zach Hilman
2019-06-28
2
-3
/
+14
|
*
|
|
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-06-28
6
-26
/
+61
|
|
/
/
*
|
|
Merge pull request #2677 from lioncash/assert
Zach Hilman
2019-07-06
3
-37
/
+48
|
\
\
\
|
*
|
|
kernel/vm_manager: Rename 'new map' to 'stack'
Lioncash
2019-07-06
3
-37
/
+37
|
*
|
|
kernel/vm_manager: Handle stack/TLS IO region placement better
Lioncash
2019-07-05
1
-2
/
+13
*
|
|
|
clang-format fixes
Michael Scire
2019-07-06
1
-4
/
+5
*
|
|
|
am: Implement GetAccumulatedSuspendedTickValue
Michael Scire
2019-07-06
2
-7
/
+19
|
/
/
/
*
|
|
Merge pull request #2555 from lioncash/tls
Zach Hilman
2019-07-04
6
-81
/
+148
|
\
\
\
|
*
|
|
kernel/process: Default initialize all member variables
Lioncash
2019-07-03
1
-2
/
+2
|
*
|
|
kernel/process: Decouple TLS handling from threads
Lioncash
2019-07-03
4
-66
/
+97
|
*
|
|
kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundary
Lioncash
2019-07-03
2
-13
/
+49
*
|
|
|
Merge pull request #2658 from ogniK5377/QueryAudioDeviceOutputEvent
bunnei
2019-07-04
1
-3
/
+16
|
\
\
\
\
[next]