| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common: add sysconf() fallback | 2020-06-29 | 1 | -3/+16 | |
| | | | | | | | src/common/memory_detect.cpp:15:10: fatal error: 'sys/sysinfo.h' file not found #include <sys/sysinfo.h> ^~~~~~~~~~~~~~~ | ||||
| * | Merge pull request #4140 from ReinUsesLisp/validation-layers | 2020-06-29 | 3 | -5/+43 | |
| |\ | | | | | renderer_vulkan: Update validation layer name and test before enabling | ||||
| | * | renderer_vulkan: Update validation layer name and test before enabling | 2020-06-22 | 3 | -5/+43 | |
| | | | | | | | | | | | | | | | Update validation layer string to VK_LAYER_KHRONOS_validation. While we are at it, properly check for available validation layers before enabling them. | ||||
| * | | Merge pull request #3955 from FernandoS27/prometheus-2b | 2020-06-28 | 115 | -2293/+3971 | |
| |\ \ | | | | | | | Remake Kernel Scheduling, CPU Management & Boot Management (Prometheus) | ||||
| | * | | Core/Common: Address Feedback. | 2020-06-27 | 21 | -58/+58 | |
| | | | | |||||
| | * | | NvFlinger: Clang Format. | 2020-06-27 | 1 | -1/+1 | |
| | | | | |||||
| | * | | Build System: Fix GCC & MINGW Build. | 2020-06-27 | 1 | -0/+4 | |
| | | | | |||||
| | * | | SVC: Implement 32-bits wrappers and update Dynarmic. | 2020-06-27 | 4 | -34/+282 | |
| | | | | |||||
| | * | | SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, ↵ | 2020-06-27 | 2 | -6/+39 | |
| | | | | | | | | | | | | | SetMemoryAttribute32 | ||||
| | * | | ARM: Update Dynarmic and Setup A32 according to latest interface. | 2020-06-27 | 8 | -93/+174 | |
| | | | | |||||
| | * | | SVC: Add GetThreadPriority32 & SetThreadPriority32 | 2020-06-27 | 2 | -2/+30 | |
| | | | | |||||
| | * | | ArmDynarmic32: Setup CNTPCT correctly | 2020-06-27 | 1 | -1/+1 | |
| | | | | |||||
| | * | | Audio: Correct buffer release for host timing. | 2020-06-27 | 3 | -1/+22 | |
| | | | | |||||
| | * | | Common/Kernel: Corrections and small bug fixing. | 2020-06-27 | 2 | -8/+3 | |
| | | | | |||||
| | * | | Services/NvFlinger: Do vSync in a sepparate thread on Multicore. | 2020-06-27 | 4 | -5/+69 | |
| | | | | |||||
| | * | | Common/NativeClockx86: Reduce native clock accuracy further. | 2020-06-27 | 1 | -1/+1 | |
| | | | | |||||
| | * | | Tests/CoreTiming: Correct host timing tests. | 2020-06-27 | 2 | -157/+14 | |
| | | | | |||||
| | * | | ARMDynarmicInterface: Correct GCC Build Errors. | 2020-06-27 | 2 | -6/+6 | |
| | | | | |||||
| | * | | Common/AtomicOps: Correct GCC Intrinsic argument ordering. | 2020-06-27 | 1 | -5/+5 | |
| | | | | |||||
| | * | | Kernel: Correct Host Context on Threads and Scheduler. | 2020-06-27 | 4 | -11/+11 | |
| | | | | |||||
| | * | | YuzuQT: Hide Speed UI on Multicore. | 2020-06-27 | 1 | -1/+1 | |
| | | | | |||||
| | * | | Clang Format. | 2020-06-27 | 14 | -48/+49 | |
| | | | | |||||
| | * | | ARMInterface/Externals: Update dynarmic and fit to latest version. | 2020-06-27 | 1 | -7/+7 | |
| | | | | |||||
| | * | | ARMInterface: Correct rebase errors. | 2020-06-27 | 3 | -5/+5 | |
| | | | | |||||
| | * | | CoreTiming: Correct rebase bugs and other miscellaneous things. | 2020-06-27 | 2 | -4/+8 | |
| | | | | |||||
| | * | | Core: Split Microprofile Dynarmic timing per Core | 2020-06-27 | 1 | -3/+12 | |
| | | | | |||||
| | * | | General: Tune the priority of main emulation threads so they have higher ↵ | 2020-06-27 | 6 | -0/+60 | |
| | | | | | | | | | | | | | priority than less important helper threads. | ||||
| | * | | Dynarmic Interface: don't clear cache if JIT has not been created. | 2020-06-27 | 2 | -0/+6 | |
| | | | | |||||
| | * | | General: Correct rebase, sync gpu and context management. | 2020-06-27 | 9 | -32/+45 | |
| | | | | |||||
| | * | | CoreTiming/CycleTimer: Correct Idling. | 2020-06-27 | 1 | -2/+5 | |
| | | | | |||||
| | * | | SingleCore: Correct ticks reset to be on preemption. | 2020-06-27 | 1 | -1/+1 | |
| | | | | |||||
| | * | | General: Cleanup legacy code. | 2020-06-27 | 19 | -740/+8 | |
| | | | | |||||
| | * | | Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct ↵ | 2020-06-27 | 2 | -3/+13 | |
| | | | | | | | | | | | | | svcBreak. | ||||
| | * | | Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL. | 2020-06-27 | 2 | -6/+13 | |
| | | | | |||||
| | * | | HLE_IPC: Correct HLE Event behavior on timeout. | 2020-06-27 | 3 | -1/+19 | |
| | | | | |||||
| | * | | SingleCore: Improve Cycle timing Behavior and replace mutex in global ↵ | 2020-06-27 | 3 | -2/+4 | |
| | | | | | | | | | | | | | scheduler for spinlock. | ||||
| | * | | FrameLimiting: Enable frame limiting for single core. | 2020-06-27 | 2 | -1/+2 | |
| | | | | |||||
| | * | | SingleCore: Use Cycle Timing instead of Host Timing. | 2020-06-27 | 15 | -80/+152 | |
| | | | | |||||
| | * | | Scheduler: Correct Reload/Unload | 2020-06-27 | 2 | -3/+5 | |
| | | | | |||||
| | * | | Thread: Release the ARM Interface on exitting. | 2020-06-27 | 3 | -1/+8 | |
| | | | | |||||
| | * | | General: Move ARM_Interface into Threads. | 2020-06-27 | 18 | -170/+136 | |
| | | | | |||||
| | * | | Core: Refactor ARM Interface. | 2020-06-27 | 10 | -42/+69 | |
| | | | | |||||
| | * | | X64 Clock: Reduce accuracy to be less or equal to guest accuracy. | 2020-06-27 | 3 | -1/+10 | |
| | | | | |||||
| | * | | ARM/WaitTree: Better track the CallStack for each thread. | 2020-06-27 | 3 | -11/+74 | |
| | | | | |||||
| | * | | SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface. | 2020-06-27 | 3 | -5/+20 | |
| | | | | |||||
| | * | | SingleCore: Move Host Timing from a sepparate thread to main cpu thread. | 2020-06-27 | 7 | -10/+48 | |
| | | | | |||||
| | * | | GUI: Make multicore only work with Async and add GUI for multicore. | 2020-06-27 | 6 | -5/+63 | |
| | | | | |||||
| | * | | ARM: Addapt to new Exclusive Monitor Interface. | 2020-06-27 | 5 | -31/+24 | |
| | | | | |||||
| | * | | CPU_Manager: Correct stopping on SingleCore. | 2020-06-27 | 1 | -3/+8 | |
| | | | | |||||
| | * | | Scheduler: Correct yielding interaction with SetThreadActivity. | 2020-06-27 | 1 | -0/+15 | |
| | | | | |||||