summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
AgeCommit message (Expand)Author
2020-04-17core: system: Rename GetDeviceManager -> DeviceManager.bunnei
2020-04-17core: Construct/Destruct DeviceMemory on Init/Shutdown.bunnei
2020-04-17core: device_manager: Add a simple class to manage device RAM.bunnei
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2020-04-02Merge pull request #3552 from jroweboy/single-contextRodrigo Locatti
2020-03-25Address review and fix broken yuzu-tester buildJames Rowe
2020-03-24Frontend/GPU: Refactor context managementJames Rowe
2020-03-17gdbstub: Ensure gdbstub doesn't drop packets crucial to initializationGauvain "GovanifY" Roussel-Tarbouriech
2020-02-28video_core: Reintroduce dirty flags infrastructureReinUsesLisp
2020-02-25core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.bunnei
2020-02-22System: Expose Host thread registering routines from kernel.Fernando Sahmkow
2020-02-03Merge pull request #3337 from ReinUsesLisp/vulkan-stagedbunnei
2020-01-29core: Only wait for idle on gpu_core when it was initializedReinUsesLisp
2020-01-27System: Address FeedbackFernando Sahmkow
2020-01-26System: Correct PrepareReschedule.Fernando Sahmkow
2020-01-26Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow
2020-01-25Core: Refactor CPU Management.Fernando Sahmkow
2020-01-02yuzu: Remove Maxwell debuggerReinUsesLisp
2019-11-26core/memory: Introduce skeleton of Memory classLioncash
2019-10-28Merge pull request #2971 from FernandoS27/new-scheduler-v2David
2019-10-19core: Fix clang-format errors.bunnei
2019-10-18Fix null pointer deref.Nicolae-Andrei Cociorba
2019-10-17core/core: Resolve -Wreorder warningsLioncash
2019-10-16Merge pull request #2912 from FernandoS27/async-fixesbunnei
2019-10-15Kernel: Style and CorrectionsFernando Sahmkow
2019-10-15Correct PrepareRescheduleFernando Sahmkow
2019-10-15Add interfacing to the Global SchedulerFernando Sahmkow
2019-10-08Merge pull request #2654 from DarkLordZach/lm-log-rewritebunnei
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-10-04Core: Wait for GPU to be idle before shutting down.Fernando Sahmkow
2019-09-30core/loader: Track the NSO build ID of the current processZach Hilman
2019-09-22lm: Flush manager output on core shutdownZach Hilman
2019-09-22core: Add LM::Manager to systemZach Hilman
2019-09-23Merge pull request #2683 from DarkLordZach/lock-exitDavid
2019-09-21core: Track system exit lock statusZach Hilman
2019-09-21dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman
2019-09-21core: Initialize cheats after load to avoid VMManager crashZach Hilman
2019-09-21core: Update RegisterCheatList for new VMZach Hilman
2019-09-21core: Store FileSystemController in coreZach Hilman
2019-09-10Add frametime logging for tracking performance over timefearlessTobi
2019-09-04service/am: Remove usages of global system accessorsLioncash
2019-07-26Merge pull request #2592 from FernandoS27/sync1bunnei
2019-07-07Merge pull request #2651 from DarkLordZach/apm-boost-mode-1bunnei
2019-07-07Merge pull request #2642 from DarkLordZach/fsp-log-2bunnei
2019-07-05Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow
2019-06-28core: Keep instance of APM ControllerZach Hilman
2019-06-28fsp-srv: Implement OutputAccessLogToSdCardZach Hilman
2019-06-28Merge pull request #2533 from DarkLordZach/memory-frozenbunnei
2019-06-25glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman
2019-06-24core: Keep track of ARPManager and register current application on bootZach Hilman