355 Commits (b8da5b73b2c82b70cfb56964f38f27fa6fa62f2e)

Author SHA1 Message Date
ameerj 0debad63cc logging: Fix log filter during initialization 4 years ago
yzct12345 aee8cc20ea logging: Simplify and make thread-safe 4 years ago
bunnei 951143ba57 core: hle: kernel: Reflect non-emulated threads as core 3. 4 years ago
ameerj aeff61a0cc general: Rename "Frame Limit" references to "Speed Limit" 4 years ago
Feng Chen 77f209e391 file_sys: Support load game collection (#6582) 4 years ago
Morph d66442a4e1 service: Append service name prefix to common filenames 5 years ago
lat9nq d9109a708b general: Code formatting improvements 5 years ago
lat9nq 794c444285 general: Make most settings a BasicSetting 5 years ago
Rodrigo Locatti 13edf2e071 core: Make is_powered_on atomic 5 years ago
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
lat9nq d6c9f6acc5 general: Demote custom_rtc to regular setting 5 years ago
ameerj 453e90ef6f perf_stats: Rework FPS counter to be more accurate 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei 9f1abd8188 hle: kernel: Migrate KClientPort to KAutoObject. 5 years ago
bunnei 715978756e hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps. 5 years ago
bunnei 7a6bfbde24 hle: kernel: Migrate KProcess to KAutoObject. 5 years ago
bunnei 0cff50a7b5 core: Defer CoreTiming initialization. 5 years ago
bunnei 4aebdea6cf core: memory: Add a work-around to allocate and access kernel memory regions by vaddr. 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
Markus Wick 37ae463f9e video_core/gpu_thread: Implement a ShutDown method. 5 years ago
bunnei 0fea01628e core: Shutdown: Move kernel cleanup to later in shutdown. 5 years ago
ameerj 0d9fb9ca27 kernel: Fix resource release exception on exit 5 years ago
bunnei 3d70b4a4ea core: hle: kernel: Rename Thread to KThread. 5 years ago
Chloe Marcec 5cbbf4f865 lm: Recode LM service 5 years ago
bunnei ae526934c7 core: Do not reset device_memory on shutdown. 5 years ago
bunnei 1e370cff0e core: settings: Untangle multicore from asynchronous GPU. 5 years ago
Lioncash 8f135703dc core: Remove unnecessary enum casts in log calls 5 years ago
bunnei 039844bbb9 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 5 years ago
bunnei a5b73195c9 core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 5 years ago
bunnei aaffe73f47 hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 5 years ago
Lioncash c06510376a core: Eliminate remaining usages of the global system instance 5 years ago
Lioncash 064f17c5b1 core: Reduce string copies in GetGameFileFromPath() 5 years ago
bunnei 9f8d7748d9 core: loader: Implement support for loading indexed programs. 5 years ago
bunnei 5f53d285aa hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977) 5 years ago
Lioncash b4b63c878f patch_manager: Remove usages of the global system instance 5 years ago
Lioncash 82ef99b107 core: Remove unused private Init function for the System class 5 years ago
Lioncash 637aa4ddef core: Make use of [[nodiscard]] with the System class 5 years ago
bunnei 0e90fce8d4 core: Initialize GPU before services. 5 years ago
bunnei 3fb8109c94 service: time: Update current time with changes to RTC setting. 5 years ago
Lioncash 95e8dff0d7 service/sm: Eliminate dependency on the global system instance 5 years ago
Lioncash e45b727db5 file_sys/bis_factory: Eliminate usage of the global system accessor 5 years ago
Lioncash bcb796ee92 core/loader: Remove dependencies on the global system instance 5 years ago
ReinUsesLisp 8efb2c5537 video_core: Remove all Core::System references in renderer 6 years ago
Lioncash ecb9029c6a common/telemetry: Migrate namespace into the Common namespace 5 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash 078b7446c7 device_memory: Remove unused system member 5 years ago
ReinUsesLisp fc8ff7f4ef core/network: Add network abstraction 6 years ago
lat9nq 61519c20c3 configuration: implement per-game configurations (#4098) 6 years ago
Fernando Sahmkow 94a51e6b21 Core/Common: Address Feedback. 6 years ago
Fernando Sahmkow fda5651072 Services/NvFlinger: Do vSync in a sepparate thread on Multicore. 6 years ago