index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
core: Remove unicorn_dynload.
bunnei
2018-01-03
1
-2
/
+0
*
arm_dynarmic: Gut interface until dynarmic is ready for general use.
bunnei
2018-01-03
2
-142
/
+44
*
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-02
37
-28101
/
+23
*
vm_manager: Use a more reasonable MAX_ADDRESS size.
bunnei
2018-01-02
1
-5
/
+4
*
svc: Remove unnecessary "svc" prefix to naming scheme.
bunnei
2018-01-02
1
-106
/
+106
*
pctl: Remove duplicate InstallInterfaces function.
bunnei
2018-01-02
1
-4
/
+0
*
hle: Move SVC code to kernel namespace.
bunnei
2018-01-02
4
-134
/
+121
*
svc: Improve svcGetInfo.
bunnei
2018-01-01
2
-35
/
+41
*
vm_manager: Stub out a bunch of interfaces used by svcGetInfo.
bunnei
2018-01-01
2
-1
/
+51
*
svc: Fix string formatting for CreateThread.
bunnei
2018-01-01
1
-1
/
+1
*
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
8
-26
/
+26
*
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
10
-89
/
+89
[prev]
[next]