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
...
*
cmake: Add missing object_address_table.
bunnei
2018-01-01
1
-0
/
+2
*
core/video_core: Fix a bunch of u64 -> u32 warnings.
bunnei
2018-01-01
4
-18
/
+18
*
svc: Stub out svcWaitSynchronization.
bunnei
2018-01-01
1
-1
/
+9
*
svc: Implement svcExitProcess.
bunnei
2018-01-01
3
-11
/
+77
*
svc: Implement svcUnlockMutex.
bunnei
2018-01-01
1
-1
/
+11
*
svc: Implement svcLockMutex.
bunnei
2018-01-01
3
-24
/
+134
*
kernel: Add ObjectAddressTable class.
bunnei
2018-01-01
3
-2
/
+101
*
thread: Keep track of the initially created handle.
bunnei
2017-12-31
3
-2
/
+7
*
svc: Implement svcExitThread.
bunnei
2017-12-31
1
-1
/
+9
*
svc: Implement svcCreateThread.
bunnei
2017-12-31
1
-2
/
+57
*
svc: Cleanup svcGetThreadPriority.
bunnei
2017-12-31
1
-3
/
+5
*
svc: Stub out svcGetCurrentProcessorNumber.
bunnei
2017-12-31
1
-1
/
+7
*
errors: Define missing kernel error codes.
bunnei
2017-12-31
1
-0
/
+3
*
svc: Implement svcSetThreadPriority.
bunnei
2017-12-31
1
-1
/
+30
*
svc: Change SignalProcessWideKey to a stub.
bunnei
2017-12-31
1
-2
/
+2
*
function_wrappers: Cleanup, fix warnings, remove unused code.
bunnei
2017-12-31
1
-187
/
+35
*
svc: Implement svcUnmapMemory.
bunnei
2017-12-31
3
-1
/
+15
*
svc: Minor cleanups.
bunnei
2017-12-30
1
-8
/
+9
*
svc: Implement svcStartThread.
bunnei
2017-12-30
1
-0
/
+16
*
thread: Main thread should set thread handle to reg 1.
bunnei
2017-12-30
1
-1
/
+4
*
thread: Remove THUMB mode flag.
bunnei
2017-12-30
1
-1
/
+1
*
thread: Main thread should be ready by default, all others dormant.
bunnei
2017-12-30
1
-4
/
+3
*
kernel: Various 64-bit fixes in memory/process/thread
bunnei
2017-12-29
5
-14
/
+14
*
applet_oe: Stub out a bunch of interfaces necessary for boot.
bunnei
2017-12-29
2
-1
/
+159
*
controller: Implement DuplicateSession.
bunnei
2017-12-29
2
-9
/
+11
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
10
-54
/
+90
*
ap, aoc_u: Minor cleanup.
bunnei
2017-12-28
3
-4
/
+1
*
service: Add empty interface for pctl:a.
bunnei
2017-12-28
6
-0
/
+90
*
kernel: Add basic support for Domain object.
bunnei
2017-12-28
5
-4
/
+112
*
kernel: Add SyncObject primitive, use it for ClientSession.
bunnei
2017-12-28
4
-10
/
+41
*
svc: Implement MapMemory.
bunnei
2017-12-28
3
-4
/
+17
*
process: Add method to mirror a memory region.
bunnei
2017-12-28
2
-0
/
+27
*
svc: Implement SetHeapSize.
bunnei
2017-12-28
2
-3
/
+19
*
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
2017-12-28
10
-20
/
+10
*
service: Halt on ReportUnimplementedFunction and improve output log.
bunnei
2017-12-28
1
-4
/
+2
*
service: Add empty interface for aoc:u.
bunnei
2017-12-28
4
-0
/
+44
*
service: Return proper result code for IPC::CommandType::Close.
bunnei
2017-10-31
4
-9
/
+12
*
hle: Use Switch formatted result codes.
bunnei
2017-10-31
8
-346
/
+110
*
svc: Implement GetThreadId and GetProcessId.
bunnei
2017-10-23
2
-2
/
+37
*
logging: Rename category "Core_ARM11" to "Core_ARM".
bunnei
2017-10-23
8
-87
/
+87
*
nso: Load more common submodules.
bunnei
2017-10-22
1
-15
/
+11
*
memory: Support 32-bit paging, move heap address space up.
bunnei
2017-10-22
2
-3
/
+3
*
hle: Fix QueryMemory response for MemoryInfo.
bunnei
2017-10-19
7
-149
/
+31
*
lm: Implement lm::Initialize and Logger::log.
bunnei
2017-10-18
2
-3
/
+67
*
hle_ipc: Only copy necessary fields for outgoing command buffer.
bunnei
2017-10-18
1
-1
/
+1
*
hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.
bunnei
2017-10-18
2
-14
/
+19
*
service: Add CreatePort function (that does not register/install).
bunnei
2017-10-18
2
-0
/
+12
*
memory: Print addresses as 64-bit.
bunnei
2017-10-18
1
-2
/
+2
*
ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug).
bunnei
2017-10-17
1
-3
/
+4
*
service: Print correct command ID on unimplemented function.
bunnei
2017-10-17
1
-1
/
+1
[prev]
[next]