summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
AgeCommit message (Expand)Author
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
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
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