aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/core.h
AgeCommit message (Expand)Author
2021-07-20file_sys: Support load game collection (#6582)Feng Chen
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05hle: kernel: Remove deprecated Object class.bunnei
2021-04-14common: Move settings to common from core.bunnei
2021-01-20lm: Recode LM serviceChloe Marcec
2020-12-06hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei
2020-11-29core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei
2020-11-24core: loader: Implement support for loading indexed programs.bunnei
2020-11-18core: Remove unused private Init function for the System classLioncash
2020-11-18core: Make use of [[nodiscard]] with the System classLioncash
2020-10-12service: time: Update current time with changes to RTC setting.bunnei
2020-09-25core: Mark GetInstance() as deprecatedLioncash
2020-09-16file_sys/bis_factory: Eliminate usage of the global system accessorLioncash
2020-06-27Core/Common: Address Feedback.Fernando Sahmkow
2020-06-27Services/NvFlinger: Do vSync in a sepparate thread on Multicore.Fernando Sahmkow
2020-06-27Clang Format.Fernando Sahmkow
2020-06-27General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...Fernando Sahmkow
2020-06-27SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThre...Fernando Sahmkow
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-04-17core: system: Rename GetDeviceManager -> DeviceManager.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-02-22System: Expose Host thread registering routines from kernel.Fernando Sahmkow
2020-01-26Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow
2020-01-02yuzu: Remove Maxwell debuggerReinUsesLisp
2019-11-26core/memory: Introduce skeleton of Memory classLioncash
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
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-06core/core: Remove unused headerLioncash
2019-10-06core: Remove Core::CurrentProcess()Lioncash
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-09-30core/loader: Track the NSO build ID of the current processZach 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-21core: Update RegisterCheatList for new VMZach Hilman
2019-09-21core: Store FileSystemController in coreZach Hilman
2019-07-26Merge pull request #2592 from FernandoS27/sync1bunnei
2019-07-12core: Remove CurrentArmInterface() global accessorLioncash
2019-07-05Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow
2019-06-28core: Keep instance of APM ControllerZach Hilman
2019-06-24core: Keep track of ARPManager and register current application on bootZach Hilman
2019-06-21Merge pull request #2482 from DarkLordZach/prepobunnei
2019-05-28core/loader: Remove LoadKernelSystemModeLioncash
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman
2019-05-25core: Add Reporter class to take/save reportsZach Hilman
2019-05-25core: Track load offsets of NSO modulesZach Hilman