summaryrefslogtreecommitdiff
path: root/src/core/core.h
AgeCommit message (Expand)Author
2023-07-21general: reduce use of dynamic_castLiam
2023-06-28MemoryTracking: Initial setup of atomic writes.Fernando Sahmkow
2023-06-12core: decouple ARM interface from DynarmicLiam
2023-06-08nvnflinger: allow locking framerate during video playbackLiam
2023-05-07GPU: Add Reactive flushingFernando Sahmkow
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-12general: fix spelling mistakesLiam
2023-02-21service: refactor server architectureLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2022-12-17EmuThread: refactorLiam
2022-10-18core: Partially persist emulation state across game boots.bunnei
2022-10-06NVDRV: Further refactors and eliminate old code.Fernando Sahmkow
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-25network: Move global state into a seperate classFearlessTobi
2022-07-22Project AndioKelebek1
2022-06-14kernel: implement KProcess suspensionLiam
2022-06-10core/debugger: fix a number of shutdown deadlocksLiam
2022-06-01core/debugger: Implement new GDB stub debuggerLiam
2022-04-24Remove unused PrepareReschedule functionMerry
2021-12-06core: hle: kernel: Reflect non-emulated threads as core 3.bunnei
2021-11-24Morph review first wavegerman77
2021-11-24core: Register HIDgerman77
2021-11-04general: Get the current process program id directly from the systemMorph
2021-10-16NvHost/Core: Address Feedback.Fernando Sahmkow
2021-10-16Suspend temporallyFernandoS27
2021-10-15core: Move ResultStatus outside of SystemMorph
2021-10-15core: Remove static system instanceMorph
2021-10-01core: Add Exit and ExitCallbackMorph
2021-08-25Revert "kernel: Various improvements to scheduler"bunnei
2021-08-24logging: Fix log filter during initializationameerj
2021-08-22Merge pull request #6869 from yzct12345/shiny-logs-in-the-fireplacebunnei
2021-08-13logging: Simplify and make thread-safeyzct12345
2021-08-07core: hle: kernel: Reflect non-emulated threads as core 3.bunnei
2021-07-23general: Rename "Frame Limit" references to "Speed Limit"ameerj
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