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
*
Services: Allow lm to log single-character messages.
Subv
2018-01-10
1
-7
/
+3
*
SVC: Fixed WaitSynchronization with multiple handles when none is immediately...
Subv
2018-01-09
1
-7
/
+18
*
SVC: Implemented CancelSynchronization.
Subv
2018-01-09
2
-1
/
+19
*
ErrorCodes: Updated the InvalidHandle and Timeout kernel error codes.
Subv
2018-01-09
1
-2
/
+7
*
SVC: Fixed WaitSynchronization with multiple handles when at least one of the...
Subv
2018-01-09
2
-3
/
+29
*
kernel: Rename Semaphore to ConditionVariable.
bunnei
2018-01-08
9
-161
/
+169
*
mutex: Remove unused call to VerifyGuestState.
bunnei
2018-01-08
1
-3
/
+0
*
Kernel: Actually wake up the requested number of threads in Semaphore::Release.
Subv
2018-01-08
3
-18
/
+16
*
Kernel: Properly keep track of mutex lock data in the guest memory. This fixe...
Subv
2018-01-08
3
-63
/
+60
*
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
Subv
2018-01-08
4
-30
/
+78
*
fix macos build
MerryMage
2018-01-08
1
-4
/
+4
*
core_timing: Use 1.020GHz for core clock rate.
bunnei
2018-01-08
1
-5
/
+3
*
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-08
7
-556
/
+276
*
IPC: Make DuplicateSession return the Domain instead of the Session if the re...
Subv
2018-01-07
2
-2
/
+7
*
AppletOE: Fixed command buffer structure for ReceiveMessage.
Subv
2018-01-07
1
-2
/
+1
*
IPC: Corrected some command headers in the IPC Controller interface.
Subv
2018-01-07
1
-4
/
+2
*
IPC: Corrected some command header sizes in appletOE.
Subv
2018-01-07
1
-12
/
+21
*
IPC: Take the number of domain objects as a parameter in MakeBuilder.
Subv
2018-01-07
2
-4
/
+6
*
SM: Fixed connecting to services with an 8-byte name, like appletOE.
Subv
2018-01-07
1
-12
/
+4
*
IPC: Fixed pushing ResultCodes into the command buffer.
Subv
2018-01-07
2
-7
/
+9
*
IPC: Add functions to read the input move/copy objects from an IPC request.
Subv
2018-01-07
3
-2
/
+42
*
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
*
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
*
arm_unicorn: Load/release unicorn DLL.
bunnei
2018-01-04
1
-0
/
+16
*
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
33
-14549
/
+22
*
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
[next]