Subv
|
ba02f0deef
svc: Stub ResetSignal and CreateTransferMemory
|
8 лет назад |
Subv
|
0a1278081e
svc: Stub SetMemoryAttribute
|
8 лет назад |
Subv
|
7ad20154fc
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)
|
8 лет назад |
Subv
|
188feba457
Services: Allow lm to log single-character messages.
|
8 лет назад |
Subv
|
c2ee513d35
SVC: Fixed WaitSynchronization with multiple handles when none is immediately ready.
|
8 лет назад |
Subv
|
bc91ebacc1
SVC: Implemented CancelSynchronization.
|
8 лет назад |
Subv
|
a418f6e77b
ErrorCodes: Updated the InvalidHandle and Timeout kernel error codes.
|
8 лет назад |
Subv
|
8d9250fa70
SVC: Fixed WaitSynchronization with multiple handles when at least one of them is ready.
|
8 лет назад |
bunnei
|
4236799832
kernel: Rename Semaphore to ConditionVariable.
|
8 лет назад |
bunnei
|
9fcd2bf672
mutex: Remove unused call to VerifyGuestState.
|
8 лет назад |
Subv
|
db3a525166
Kernel: Actually wake up the requested number of threads in Semaphore::Release.
|
8 лет назад |
Subv
|
1bbe9309da
Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking.
|
8 лет назад |
Subv
|
2a3f8e8484
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
|
8 лет назад |
bunnei
|
1b9ed033fc
cmake: Use LIBUNICORN_* on Windows.
|
8 лет назад |
MerryMage
|
f10a304ecd
fix macos build
|
8 лет назад |
bunnei
|
d6e4e6ea32
core_timing: Use 1.020GHz for core clock rate.
|
8 лет назад |
B3n30
|
82151d407d
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
|
8 лет назад |
Subv
|
c12c756539
IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.
|
8 лет назад |
Subv
|
e3b4c8e043
AppletOE: Fixed command buffer structure for ReceiveMessage.
|
8 лет назад |
Subv
|
ad965501d0
IPC: Corrected some command headers in the IPC Controller interface.
|
8 лет назад |
Subv
|
166286e976
IPC: Corrected some command header sizes in appletOE.
|
8 лет назад |
Subv
|
ba2ffd7b81
IPC: Take the number of domain objects as a parameter in MakeBuilder.
|
8 лет назад |
Subv
|
5f41477f9c
SM: Fixed connecting to services with an 8-byte name, like appletOE.
|
8 лет назад |
Subv
|
80f6df5414
IPC: Fixed pushing ResultCodes into the command buffer.
|
8 лет назад |
Subv
|
32847d8b86
IPC: Add functions to read the input move/copy objects from an IPC request.
|
8 лет назад |
Subv
|
7e3561b1cd
IPC: Don't attempt to read the command buffer if it holds a Close request.
|
8 лет назад |
Subv
|
0368324f79
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
|
8 лет назад |
Subv
|
b0ceb4df70
IPC: Skip the entire u64 of the command id when receiving an IPC request.
|
8 лет назад |
Subv
|
226786f0b0
IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects.
|
8 лет назад |
bunnei
|
bc8ef64804
svc: Implement svcSignalProcessWideKey.
|
8 лет назад |