index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix debug build
Lioncash
2018-12-01
1
-1
/
+1
*
Merge pull request #1801 from ogniK5377/log-before-execute
bunnei
2018-11-29
1
-24
/
+206
|
\
|
*
Added comment on Main memory size for more clarity
David Marcec
2018-11-27
1
-0
/
+1
|
*
Made svcSetHeapSize and svcCreateSharedMemory more readable
David Marcec
2018-11-27
1
-4
/
+4
|
*
Reworked svcs slightly, improved error messages in AM and fsp_srv
David Marcec
2018-11-27
1
-12
/
+20
|
*
Improved error messages for SVCs
David Marcec
2018-11-26
1
-76
/
+170
|
*
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-26
1
-11
/
+90
*
|
svc: Implement svcSetResourceLimitLimitValue()
Lioncash
2018-11-26
1
-1
/
+36
*
|
svc: Implement svcGetResourceLimitCurrentValue()
Lioncash
2018-11-26
1
-16
/
+49
*
|
svc: Implement svcGetResourceLimitLimitValue()
Lioncash
2018-11-26
2
-2
/
+33
*
|
svc: Implement svcCreateResourceLimit()
Lioncash
2018-11-26
2
-1
/
+27
|
/
*
svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo
Luke Street
2018-11-25
1
-1
/
+2
*
kernel/handle_table: Move private static functions into the cpp file
Lioncash
2018-11-21
2
-7
/
+9
*
kernel/handle_table: Restrict handle table size to 1024 entries
Lioncash
2018-11-21
1
-5
/
+2
*
kernel/handle_table: Default destructor in the cpp file
Lioncash
2018-11-21
2
-0
/
+3
*
Merge pull request #1734 from lioncash/shared
bunnei
2018-11-20
3
-29
/
+45
|
\
|
*
kernel/shared_memory: Make Map() and Unmap() take the target process by refer...
Lioncash
2018-11-19
3
-12
/
+12
|
*
kernel/shared_memory: Add a const qualified member function overload for GetP...
Lioncash
2018-11-19
2
-1
/
+12
|
*
kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet
Lioncash
2018-11-19
2
-2
/
+2
|
*
kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32
Lioncash
2018-11-19
2
-2
/
+2
|
*
kernel/shared_memory: Make data members private
Lioncash
2018-11-19
1
-12
/
+17
*
|
kernel/process: Move <random> include to the cpp file
Lioncash
2018-11-20
2
-1
/
+1
*
|
Merge pull request #1667 from DarkLordZach/swkbd
bunnei
2018-11-20
1
-3
/
+33
|
\
\
|
*
|
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
1
-4
/
+4
|
*
|
svc: Implement svcCreateTransferMemory
Zach Hilman
2018-11-18
1
-3
/
+33
*
|
|
kernel/resource_limit: Clean up interface
Lioncash
2018-11-19
6
-190
/
+81
|
|
/
|
/
|
*
|
Merge pull request #1620 from DarkLordZach/ldr-ro
bunnei
2018-11-18
4
-7
/
+9
|
\
\
|
*
|
ldr_ro: Add error check for memory allocation failure
Zach Hilman
2018-11-17
3
-6
/
+7
|
*
|
process: Make MirrorMemory take state to map new memory as
Zach Hilman
2018-11-15
1
-1
/
+2
*
|
|
Merge pull request #1728 from FearlessTobi/reset-signal
Mat M
2018-11-18
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
svc: ResetSignal is not stubbed
Tobias
2018-11-18
1
-1
/
+1
*
|
|
kernel/errors: Clean up error codes
Lioncash
2018-11-16
2
-62
/
+32
*
|
|
Merge pull request #1638 from FreddyFunk/SetMemoryPermission-Stubbed
Mat M
2018-11-16
2
-1
/
+48
|
\
\
\
|
*
|
|
Implement SetMemoryPermission
Frederic Laing
2018-11-06
1
-3
/
+39
|
*
|
|
Stubbed SetMemoryPermission
Frederic Laing
2018-11-03
2
-1
/
+12
*
|
|
|
Merge pull request #1687 from lioncash/deduplication
bunnei
2018-11-15
2
-37
/
+13
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
kernel/thread: Deduplicate scheduler switching code
Lioncash
2018-11-14
2
-37
/
+13
*
|
|
|
Merge pull request #1679 from DarkLordZach/deterministic-rng-2
bunnei
2018-11-14
3
-1
/
+27
|
\
\
\
\
|
*
|
|
|
svc: Use proper random entropy generation algorithm
Zach Hilman
2018-11-13
3
-1
/
+27
|
|
/
/
/
*
|
|
|
vm_manager: Unstub GetTotalHeapUsage()
Lioncash
2018-11-13
1
-2
/
+1
*
|
|
|
kernel/process: Migrate heap-related memory management out of the process cla...
Lioncash
2018-11-13
4
-84
/
+97
|
/
/
/
*
|
|
svc: Return random seed for svcGetInfo RandomEntropy
Zach Hilman
2018-11-12
1
-1
/
+2
*
|
|
svcBreak now dumps information from the debug buffer passed (#1646)
David
2018-11-07
1
-0
/
+28
|
/
/
*
|
general: Remove unused boost inclusions where applicable
Lioncash
2018-10-30
1
-2
/
+0
*
|
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-4
/
+4
*
|
Merge pull request #1621 from lioncash/ipc
bunnei
2018-10-29
2
-4
/
+8
|
\
\
|
*
|
hle_ipc: Add member function for querying the existence of a domain header
Lioncash
2018-10-29
2
-1
/
+5
|
*
|
hle_ipc: Make GetDomainMessageHeader return a regular pointer
Lioncash
2018-10-29
2
-3
/
+3
|
|
/
*
/
core: Make System references const where applicable
Lioncash
2018-10-28
2
-3
/
+3
|
/
*
svc: Localize the GetInfo enum class to the function itself
Lioncash
2018-10-26
2
-32
/
+31
[next]