summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-01-08CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n30
* CoreTiming: New CoreTiming; Add Test for CoreTiming
2018-01-07IPC: Make DuplicateSession return the Domain instead of the Session if the ↵Subv
request was made on a Domain interface.
2018-01-07AppletOE: Fixed command buffer structure for ReceiveMessage.Subv
2018-01-07IPC: Corrected some command headers in the IPC Controller interface.Subv
2018-01-07IPC: Corrected some command header sizes in appletOE.Subv
2018-01-07IPC: Take the number of domain objects as a parameter in MakeBuilder.Subv
2018-01-07SM: Fixed connecting to services with an 8-byte name, like appletOE.Subv
2018-01-07IPC: Fixed pushing ResultCodes into the command buffer.Subv
They should have 32 bits of padding after the error code now.
2018-01-07IPC: Add functions to read the input move/copy objects from an IPC request.Subv
2018-01-07IPC: Don't attempt to read the command buffer if it holds a Close request.Subv
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain ↵Subv
objects in IPC requests. Popping objects from the buffer is still not implemented.
2018-01-07IPC: Skip the entire u64 of the command id when receiving an IPC request.Subv
Service code now doesn't have to deal with this.
2018-01-07IPC: Use the correct size when pushing raw data to the command buffer and ↵Subv
fixed pushing domain objects. Domain object ids are always stored immediately after the raw data.
2018-01-07svc: Implement svcSignalProcessWideKey.bunnei
2018-01-07audio: Log dropping frames as trace to reduce spam.bunnei
2018-01-07semaphore: More changes for Switch.bunnei
2018-01-07wait_object: Refactor to allow waking up a single thread.bunnei
2018-01-07nso: Always load the filepath specified by the user.bunnei
2018-01-07core_timing: Increase clock speed for Switch docked.bunnei
2018-01-06svc: Implement svcWaitProcessWideKeyAtomic.bunnei
2018-01-06semaphore: Updates for Switch.bunnei
2018-01-06lm: Assert on unsupported multi-message.bunnei
2018-01-06svc: Implement WaitSynchronization for a single handle.bunnei
2018-01-06svc: Refactor LockMutex code to use WaitSynchronization1.bunnei
2018-01-05lm: Improve Log() to format a useful string.bunnei
2018-01-04svc: Add missing string_util include.bunnei
2018-01-04cmake: Don't compile Dynarmic as it's unused.bunnei
2018-01-04core: Increase tight_loop 100x for speed.bunnei
2018-01-04citra_qt: Remove VFP registers, since this isn't used anyways and caused an ↵bunnei
assert.
2018-01-04arm_unicorn: Load/release unicorn DLL.bunnei
2018-01-04externals: Use unicorn DLL instead of static lib.bunnei
2018-01-04unicorn: Use for arm interface on Windows.bunnei
2018-01-04arm_dynarmic: More cleanup.bunnei
2018-01-03core: Remove unicorn_dynload.bunnei
2018-01-03arm_dynarmic: Gut interface until dynarmic is ready for general use.bunnei
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei
2018-01-02vm_manager: Use a more reasonable MAX_ADDRESS size.bunnei
2018-01-02svc: Remove unnecessary "svc" prefix to naming scheme.bunnei
2018-01-02pctl: Remove duplicate InstallInterfaces function.bunnei
2018-01-02hle: Move SVC code to kernel namespace.bunnei
2018-01-01svc: Improve svcGetInfo.bunnei
2018-01-01vm_manager: Stub out a bunch of interfaces used by svcGetInfo.bunnei
2018-01-01svc: Fix string formatting for CreateThread.bunnei
2018-01-01cmake: Add missing object_address_table.bunnei
2018-01-01core/video_core: Fix a bunch of u64 -> u32 warnings.bunnei
2018-01-01svc: Stub out svcWaitSynchronization.bunnei
- This does not matter until we implement other kernel objects, mutexes use svcLockMutex for waiting.
2018-01-01svc: Implement svcExitProcess.bunnei
2018-01-01svc: Implement svcUnlockMutex.bunnei
2018-01-01svc: Implement svcLockMutex.bunnei
2018-01-01kernel: Add ObjectAddressTable class.bunnei