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
*
IPC: Don't attempt to read the command buffer if it holds a Close request.
Subv
2018-01-07
1
-0
/
+5
*
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
Subv
2018-01-07
8
-405
/
+118
*
IPC: Skip the entire u64 of the command id when receiving an IPC request.
Subv
2018-01-07
2
-15
/
+5
*
IPC: Use the correct size when pushing raw data to the command buffer and fix...
Subv
2018-01-07
4
-10
/
+29
*
svc: Implement svcSignalProcessWideKey.
bunnei
2018-01-07
2
-4
/
+23
*
audio: Log dropping frames as trace to reduce spam.
bunnei
2018-01-07
1
-1
/
+1
*
semaphore: More changes for Switch.
bunnei
2018-01-07
2
-11
/
+17
*
wait_object: Refactor to allow waking up a single thread.
bunnei
2018-01-07
2
-15
/
+28
*
nso: Always load the filepath specified by the user.
bunnei
2018-01-07
1
-1
/
+3
*
core_timing: Increase clock speed for Switch docked.
bunnei
2018-01-07
3
-3
/
+3
*
svc: Implement svcWaitProcessWideKeyAtomic.
bunnei
2018-01-06
2
-1
/
+54
*
semaphore: Updates for Switch.
bunnei
2018-01-06
2
-21
/
+31
*
lm: Assert on unsupported multi-message.
bunnei
2018-01-06
1
-0
/
+9
*
svc: Implement WaitSynchronization for a single handle.
bunnei
2018-01-06
1
-4
/
+24
*
svc: Refactor LockMutex code to use WaitSynchronization1.
bunnei
2018-01-06
1
-13
/
+45
*
lm: Improve Log() to format a useful string.
bunnei
2018-01-05
1
-10
/
+75
*
svc: Add missing string_util include.
bunnei
2018-01-04
1
-0
/
+1
*
cmake: Don't compile Dynarmic as it's unused.
bunnei
2018-01-04
1
-1
/
+1
*
core: Increase tight_loop 100x for speed.
bunnei
2018-01-04
1
-1
/
+1
*
citra_qt: Remove VFP registers, since this isn't used anyways and caused an a...
bunnei
2018-01-04
1
-4
/
+0
*
arm_unicorn: Load/release unicorn DLL.
bunnei
2018-01-04
1
-0
/
+16
*
externals: Use unicorn DLL instead of static lib.
bunnei
2018-01-04
2
-0
/
+4
*
unicorn: Use for arm interface on Windows.
bunnei
2018-01-04
4
-9
/
+242
*
arm_dynarmic: More cleanup.
bunnei
2018-01-04
1
-6
/
+0
*
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
[next]