summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-04cmake: Add script to find Unicorn.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 a...bunnei
2018-01-04arm_unicorn: Load/release unicorn DLL.bunnei
2018-01-04cmake: Add CopyYuzuUnicornDeps script.bunnei
2018-01-04externals: Use unicorn DLL instead of static lib.bunnei
2018-01-04unicorn: Use for arm interface on Windows.bunnei
2018-01-04DownloadExternals: Use yuzu repo.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-03externals: Point dynarmic at a real commit.bunnei
2018-01-03gitmodules: Fix to include lz4.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
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
2017-12-31thread: Keep track of the initially created handle.bunnei
2017-12-31svc: Implement svcExitThread.bunnei
2017-12-31svc: Implement svcCreateThread.bunnei
2017-12-31svc: Cleanup svcGetThreadPriority.bunnei
2017-12-31svc: Stub out svcGetCurrentProcessorNumber.bunnei
2017-12-31errors: Define missing kernel error codes.bunnei
2017-12-31svc: Implement svcSetThreadPriority.bunnei
2017-12-31svc: Change SignalProcessWideKey to a stub.bunnei
2017-12-31function_wrappers: Cleanup, fix warnings, remove unused code.bunnei