Historique des commits

Auteur SHA1 Message Date
  Fernando Sahmkow 40cd4df584 CpuCore: Clear exclusive state after doing a run in dynarmic. il y a 6 ans
  Lioncash e4c381b885 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class il y a 6 ans
  Fernando Sahmkow 25f8606a6d Kernel Scheduler: Make sure the global scheduler shutdowns correctly. il y a 6 ans
  Fernando Sahmkow 82218c925a Kernel: Style and Corrections il y a 7 ans
  Fernando Sahmkow 47c6c78c03 Redesign CPU Cores to work with the new scheduler il y a 7 ans
  Fernando Sahmkow 555866f8dc Core Timing: Rework Core Timing to run all cores evenly. il y a 6 ans
  Lioncash 8fc806e88a yuzu: Remove setting for using Unicorn il y a 7 ans
  fearlessTobi 447bdac298 yuzu: Remove CPU Jit setting from the UI il y a 7 ans
  Lioncash b117ca5fce kernel/svc: Deglobalize the supervisor call handlers il y a 7 ans
  Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock il y a 7 ans
  Lioncash fad20213e6 kernel/scheduler: Pass in system instance in constructor il y a 7 ans
  Lioncash bd983414f6 core_timing: Convert core timing into a class il y a 7 ans
  Lioncash 48d9d66dc5 core_timing: Rename CoreTiming namespace to Core::Timing il y a 7 ans
  Lioncash 5484742fda core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs il y a 7 ans
  Lioncash aeadbfa790 core: Make the exclusive monitor a unique_ptr instead of a shared_ptr il y a 7 ans
  Lioncash c34efbbd60 core: Make CPUBarrier a unique_ptr instead of a shared_ptr il y a 7 ans
  Lioncash 598e4d2f6c core_cpu: Make arm_interface instances a std::unique_ptr il y a 7 ans
  Lioncash a58eefa7e4 kernel/scheduler: Take ARM_Interface instance by reference in the constructor il y a 7 ans
  Lioncash 4a84986bc3 core/core_cpu: Replace exclusive monitor include with forward declaration il y a 7 ans
  fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" il y a 7 ans
  bunnei fecffeb0dd Merge pull request #1043 from Subv/timing il y a 8 ans
  Subv d923766042 CPU/Timing: Use an approximated amortized amount of ticks when advancing timing. il y a 8 ans
  Subv 3a338d9286 CPU/HLE: Lock the HLE mutex before performing a reschedule. il y a 8 ans
  Lioncash bf45092c61 kernel: Move object class to its own source files il y a 8 ans
  MerryMage 0b1c2e5505 Implement exclusive monitor il y a 8 ans
  James Rowe 638956aa81 Rename logging macro back to LOG_* il y a 8 ans
  bunnei 9bf2a428f9 core: Add a configuration setting for use_multi_core. il y a 8 ans
  bunnei cba69fdcd4 core: Support session close with multicore. il y a 8 ans
  bunnei a434fdcb10 core: Implement multicore support. il y a 8 ans
  bunnei 9776ff9179 core: Create a thread for each CPU core, keep in lock-step with a barrier. il y a 8 ans