summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
AgeCommit message (Expand)Author
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05hle: kernel: Migrate KClientPort to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.bunnei
2021-05-05hle: kernel: Migrate KProcess to KAutoObject.bunnei
2021-05-05core: Defer CoreTiming initialization.bunnei
2021-05-05core: memory: Add a work-around to allocate and access kernel memory regions ...bunnei
2021-04-14common: Move settings to common from core.bunnei
2021-04-07video_core/gpu_thread: Implement a ShutDown method.Markus Wick
2021-03-01core: Shutdown: Move kernel cleanup to later in shutdown.bunnei
2021-02-20kernel: Fix resource release exception on exitameerj
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei
2021-01-20lm: Recode LM serviceChloe Marcec
2020-12-28core: Do not reset device_memory on shutdown.bunnei
2020-12-28core: settings: Untangle multicore from asynchronous GPU.bunnei
2020-12-20Merge pull request #5131 from bunnei/scheduler-rewritebunnei
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-12-06hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei
2020-11-29core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei
2020-11-29hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.bunnei
2020-11-27Merge pull request #5011 from lioncash/file-str2bunnei
2020-11-27core: Eliminate remaining usages of the global system instanceLioncash
2020-11-26core: Reduce string copies in GetGameFileFromPath()Lioncash
2020-11-24core: loader: Implement support for loading indexed programs.bunnei
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei
2020-11-24Merge pull request #4942 from lioncash/systemRodrigo Locatti
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-11-18core: Remove unused private Init function for the System classLioncash
2020-11-18core: Make use of [[nodiscard]] with the System classLioncash
2020-11-01core: Initialize GPU before services.bunnei
2020-10-12service: time: Update current time with changes to RTC setting.bunnei
2020-09-17service/sm: Eliminate dependency on the global system instanceLioncash
2020-09-16file_sys/bis_factory: Eliminate usage of the global system accessorLioncash
2020-09-16core/loader: Remove dependencies on the global system instanceLioncash
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp
2020-08-18common/telemetry: Migrate namespace into the Common namespaceLioncash
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-07-27device_memory: Remove unused system memberLioncash
2020-07-19core/network: Add network abstractionReinUsesLisp
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-06-27Core/Common: Address Feedback.Fernando Sahmkow
2020-06-27Services/NvFlinger: Do vSync in a sepparate thread on Multicore.Fernando Sahmkow
2020-06-27Core: Split Microprofile Dynarmic timing per CoreFernando Sahmkow
2020-06-27General: Correct rebase, sync gpu and context management.Fernando Sahmkow
2020-06-27General: Move ARM_Interface into Threads.Fernando Sahmkow
2020-06-27SingleCore: Move Host Timing from a sepparate thread to main cpu thread.Fernando Sahmkow
2020-06-27GUI: Make multicore only work with Async and add GUI for multicore.Fernando Sahmkow
2020-06-27General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...Fernando Sahmkow
2020-06-27General: Initial Setup for Single Core.Fernando Sahmkow
2020-06-27SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThre...Fernando Sahmkow
2020-06-27HostTiming: Pause the hardware clock on pause.Fernando Sahmkow