summaryrefslogtreecommitdiffstats
path: root/src/core/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* settings: remove global override for smash on amdvlkLiam2024-02-261-8/+0
* vi: manage resources independently of nvnflinger and refactorLiam2024-02-181-1/+6
* nvnflinger: convert to processLiam2024-02-181-3/+1
* kernel: add and enable system suspend typeLiam2024-02-141-5/+5
* am: migrate global state to per-applet state structureLiam2024-01-301-4/+5
* am: retrieve main applet creation info from frontendLiam2024-01-301-19/+30
* am: re-namespace frontend applets to frontend directoryLiam2024-01-301-12/+12
* Move time services to new IPC.Kelebek12024-01-271-7/+7
* fs: Replace Mode enum by OpenMode enumFearlessTobi2024-01-251-4/+4
* vfs: Move vfs files to their own directoryFearlessTobi2024-01-251-2/+2
* Merge pull request #12499 from Kelebek1/timeliamwhite2024-01-251-30/+59
|\
| * Rework time service to fix time passing offline.Kelebek12024-01-241-30/+59
* | Core: Make sure GPU Dirty Managers ae shared by all processes.Fernando Sahmkow2024-01-191-1/+11
* | SMMU: Initial adaptation to video_core.Fernando Sahmkow2024-01-191-1/+1
|/
* fsp-srv: use program registry for SetCurrentProcessLiam2024-01-111-0/+1
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-1/+1
* kernel: instantiate memory separately for each guest processLiam2023-12-231-52/+21
* core: Use single instance of profile managergerman772023-12-101-2/+12
* core: refactor emulated cpu core activationLiam2023-12-041-25/+0
* kernel: make sure new process is in listLiam2023-10-251-0/+1
* kernel: shutdown app before gpuLiam2023-10-221-1/+1
* kernel: update KProcessLiam2023-10-221-8/+0
* fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersLiam2023-10-131-5/+2
* core: Update clocks when settings are savedNarr the Reg2023-10-041-0/+4
* Vulkan: add temporary workaround for AMDVLKFernando Sahmkow2023-09-161-0/+7
* debug: Add renderdoc capture hotkeyGPUCode2023-09-141-0/+11
* Merge pull request #11385 from liamwhite/acceptcancelliamwhite2023-09-131-0/+2
|\
| * internal_network: cancel pending socket operations on application process terminationLiam2023-08-271-0/+2
* | am: Implement UserChannel parametersFearlessTobi2023-09-101-0/+6
* | am: shorten shutdown timeout when lock is not heldLiam2023-08-261-7/+18
|/
* Merge pull request #10839 from lat9nq/pgc-plusliamwhite2023-08-021-8/+20
|\
| * core,common: Give memory layout setting an enumlat9nq2023-07-211-3/+7
| * configure_system: Implement with for looplat9nq2023-07-211-7/+13
| * settings,core,config_sys: Remove optional type from custom_rtc, rng_seedlat9nq2023-07-211-1/+3
* | general: reduce use of dynamic_castLiam2023-07-221-0/+8
|/
* Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPUFernando Sahmkow2023-06-281-2/+6
* MemoryTracking: Initial setup of atomic writes.Fernando Sahmkow2023-06-281-0/+26
* core: decouple ARM interface from DynarmicLiam2023-06-131-13/+13
* nvnflinger: allow locking framerate during video playbackLiam2023-06-081-0/+18
* vfs_concat: fix time complexity of readLiam2023-05-261-2/+1
* GPU: Add Reactive flushingFernando Sahmkow2023-05-071-0/+4
* Merge pull request #10117 from liamwhite/sync-registerbunnei2023-05-031-0/+1
|\
| * kernel: match calls to Register and UnregisterLiam2023-04-301-0/+1
* | settings: rename extended memory layout to unsafe, move from general to systemLiam2023-04-301-3/+3
|/
* memory: rename global memory references to application memoryLiam2023-03-241-3/+3
* kernel: use KTypedAddress for addressesLiam2023-03-221-2/+2
* kernel: convert KProcess to new styleLiam2023-03-131-2/+2
* general: fix spelling mistakesLiam2023-03-121-1/+1
* service: refactor server architectureLiam2023-02-211-0/+4
* core: defer cpu shutdownLiam2023-02-211-3/+4
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-21/+21
* EmuThread: refactorLiam2022-12-171-12/+6
* general: improve handling of system startup failureLiam2022-12-061-1/+3
* core: Use atomic instead of a lock to protect is_paused.bunnei2022-11-261-6/+5
* kernel: reinitialize after dram layout changeLiam2022-10-301-1/+8
* core: barrier service thread shutdownLiam2022-10-231-0/+1
* core: Initialize: Add missing braces.bunnei2022-10-191-2/+4
* core: core_timing: Re-initialize if single/multicore state changes.bunnei2022-10-191-5/+20
* core: Partially persist emulation state across game boots.bunnei2022-10-191-29/+36
* NVDRV: Further refactors and eliminate old code.Fernando Sahmkow2022-10-061-11/+0
* NVDRV: Refactor Host1xFernando Sahmkow2022-10-061-1/+1
* VideoCore: Refactor syncing.Fernando Sahmkow2022-10-061-0/+12
* Remove pause callbacks from coretimingKelebek12022-09-131-4/+0
* yuzu: Display current game version in multiplayer roomFearlessTobi2022-08-271-0/+9
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* network: Move global state into a seperate classFearlessTobi2022-07-251-3/+13
* core: Fix -Wunused-variableFearlessTobi2022-07-251-1/+3
* yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-251-1/+16
* Project AndioKelebek12022-07-221-3/+48
* kernel: implement KProcess suspensionLiam2022-06-141-10/+8
* core/debugger: fix a number of shutdown deadlocksLiam2022-06-101-0/+6
* core/debugger: Implement new GDB stub debuggerLiam2022-06-011-4/+25
* Remove unused PrepareReschedule functionMerry2022-04-241-4/+0
* core: Reduce unused includesameerj2022-03-191-1/+0
* core: Don't shutdown a null GPUlat9nq2022-03-071-1/+3
* core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.bunnei2022-02-211-1/+10
* gpu: Add shut down method to synchronize threads before destructionameerj2022-01-041-0/+2
* core: hle: kernel: Reflect non-emulated threads as core 3.bunnei2021-12-071-6/+0
* core: Register HIDgerman772021-11-251-3/+11
* Merge pull request #7279 from Morph1984/system-get-program-idMorph2021-11-051-1/+5
|\
| * general: Get the current process program id directly from the systemMorph2021-11-041-0/+4
| * general: Rename GetTitleID to GetProgramIDMorph2021-11-041-1/+1
* | core: Reorder perf_stats destruction order on Shutdownameerj2021-11-051-1/+1
|/
* core: Remove unused includesameerj2021-11-041-4/+0
* Revert PR7009Feng Chen2021-10-271-13/+3
* settings: Remove std::chrono usageameerj2021-10-171-2/+3
* NvHost/Core: Address Feedback.Fernando Sahmkow2021-10-161-15/+19
* Suspend temporallyFernandoS272021-10-161-0/+27
* core: Move ResultStatus outside of SystemMorph2021-10-151-24/+25
* core: Remove static system instanceMorph2021-10-151-14/+1
* core: Add Exit and ExitCallbackMorph2021-10-021-0/+13
* video_core: Fix jthread related hangs when stopping emulationameerj2021-09-241-1/+1
* gpu: Use std::jthread for async gpu threadameerj2021-09-161-5/+1
* core: Destroy main_process during shutdownameerj2021-09-141-3/+12
* Revert "kernel: Various improvements to scheduler"bunnei2021-08-261-0/+6
* logging: Fix log filter during initializationameerj2021-08-241-1/+9
* Merge pull request #6869 from yzct12345/shiny-logs-in-the-fireplacebunnei2021-08-231-2/+7
|\
| * logging: Simplify and make thread-safeyzct123452021-08-131-2/+7
* | core: hle: kernel: Reflect non-emulated threads as core 3.bunnei2021-08-071-6/+0
|/
* general: Rename "Frame Limit" references to "Speed Limit"ameerj2021-07-241-5/+5
* file_sys: Support load game collection (#6582)Feng Chen2021-07-201-7/+6
* service: Append service name prefix to common filenamesMorph2021-07-141-2/+2
* general: Code formatting improvementslat9nq2021-07-081-2/+2
* general: Make most settings a BasicSettinglat9nq2021-06-281-3/+3
* core: Make is_powered_on atomicRodrigo Locatti2021-06-221-2/+3
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-2/+2
* Merge pull request #6321 from lat9nq/per-game-cpubunnei2021-05-211-1/+1
|\
| * general: Demote custom_rtc to regular settinglat9nq2021-05-171-1/+1
* | perf_stats: Rework FPS counter to be more accurateameerj2021-05-161-1/+2
|/
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-7/+7
* hle: kernel: Migrate KClientPort to KAutoObject.bunnei2021-05-061-1/+1
* hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.bunnei2021-05-061-1/+1
* hle: kernel: Migrate KProcess to KAutoObject.bunnei2021-05-061-3/+6
* core: Defer CoreTiming initialization.bunnei2021-05-061-1/+1
* core: memory: Add a work-around to allocate and access kernel memory regions by vaddr.bunnei2021-05-061-0/+1
* common: Move settings to common from core.bunnei2021-04-151-1/+10
* video_core/gpu_thread: Implement a ShutDown method.Markus Wick2021-04-071-1/+1
* core: Shutdown: Move kernel cleanup to later in shutdown.bunnei2021-03-021-12/+1
* kernel: Fix resource release exception on exitameerj2021-02-211-0/+3
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-1/+1
* lm: Recode LM serviceChloe Marcec2021-01-201-12/+0
* core: Do not reset device_memory on shutdown.bunnei2020-12-291-1/+0
* core: settings: Untangle multicore from asynchronous GPU.bunnei2020-12-291-1/+1
* Merge pull request #5131 from bunnei/scheduler-rewritebunnei2020-12-211-21/+5
|\
| * hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei2020-12-061-21/+5
* | core: Remove unnecessary enum casts in log callsLioncash2020-12-081-3/+2
|/
* core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei2020-11-291-0/+4
* hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.bunnei2020-11-291-8/+5
* Merge pull request #5011 from lioncash/file-str2bunnei2020-11-281-12/+22
|\
| * core: Reduce string copies in GetGameFileFromPath()Lioncash2020-11-261-12/+22
* | core: Eliminate remaining usages of the global system instanceLioncash2020-11-271-6/+1
|/
* core: loader: Implement support for loading indexed programs.bunnei2020-11-251-6/+23
* hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei2020-11-241-3/+6
* Merge pull request #4942 from lioncash/systemRodrigo Locatti2020-11-241-9/+9
|\
| * core: Remove unused private Init function for the System classLioncash2020-11-181-8/+4
| * core: Make use of [[nodiscard]] with the System classLioncash2020-11-181-1/+5
* | patch_manager: Remove usages of the global system instanceLioncash2020-11-181-3/+3
|/
* core: Initialize GPU before services.bunnei2020-11-011-4/+6
* service: time: Update current time with changes to RTC setting.bunnei2020-10-131-1/+14
* service/sm: Eliminate dependency on the global system instanceLioncash2020-09-171-1/+1
* file_sys/bis_factory: Eliminate usage of the global system accessorLioncash2020-09-171-2/+2
* core/loader: Remove dependencies on the global system instanceLioncash2020-09-161-1/+1
* video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-1/+0
* common/telemetry: Migrate namespace into the Common namespaceLioncash2020-08-181-6/+6
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-1/+1
* device_memory: Remove unused system memberLioncash2020-07-281-1/+1
* core/network: Add network abstractionReinUsesLisp2020-07-191-0/+4
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-3/+3
* Core/Common: Address Feedback.Fernando Sahmkow2020-06-281-1/+1
* Services/NvFlinger: Do vSync in a sepparate thread on Multicore.Fernando Sahmkow2020-06-271-2/+6
* Core: Split Microprofile Dynarmic timing per CoreFernando Sahmkow2020-06-271-3/+12
* General: Correct rebase, sync gpu and context management.Fernando Sahmkow2020-06-271-2/+1
* General: Move ARM_Interface into Threads.Fernando Sahmkow2020-06-271-19/+15
* SingleCore: Move Host Timing from a sepparate thread to main cpu thread.Fernando Sahmkow2020-06-271-0/+2
* GUI: Make multicore only work with Async and add GUI for multicore.Fernando Sahmkow2020-06-271-2/+9
* General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running.Fernando Sahmkow2020-06-271-0/+15
* General: Initial Setup for Single Core.Fernando Sahmkow2020-06-271-0/+3
* SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThreadCoreMask, GetCurrentProcessorNumberFernando Sahmkow2020-06-271-0/+8
* HostTiming: Pause the hardware clock on pause.Fernando Sahmkow2020-06-271-1/+1
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-27/+30
* core: system: Rename GetDeviceManager -> DeviceManager.bunnei2020-04-171-4/+4
* core: Construct/Destruct DeviceMemory on Init/Shutdown.bunnei2020-04-171-4/+7
* core: device_manager: Add a simple class to manage device RAM.bunnei2020-04-171-1/+11
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-2/+2
* Merge pull request #3552 from jroweboy/single-contextRodrigo Locatti2020-04-021-16/+6
|\
| * Address review and fix broken yuzu-tester buildJames Rowe2020-03-261-1/+3
| * Frontend/GPU: Refactor context managementJames Rowe2020-03-251-16/+4
* | gdbstub: Ensure gdbstub doesn't drop packets crucial to initializationGauvain "GovanifY" Roussel-Tarbouriech2020-03-171-1/+1
|/
* video_core: Reintroduce dirty flags infrastructureReinUsesLisp2020-02-281-0/+1
* core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.bunnei2020-02-261-0/+3
* System: Expose Host thread registering routines from kernel.Fernando Sahmkow2020-02-221-0/+8
* Merge pull request #3337 from ReinUsesLisp/vulkan-stagedbunnei2020-02-031-1/+3
|\
| * core: Only wait for idle on gpu_core when it was initializedReinUsesLisp2020-01-291-1/+3
* | System: Address FeedbackFernando Sahmkow2020-01-271-2/+2
* | System: Correct PrepareReschedule.Fernando Sahmkow2020-01-261-1/+1
* | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow2020-01-261-23/+21
* | Core: Refactor CPU Management.Fernando Sahmkow2020-01-251-13/+22
|/
* yuzu: Remove Maxwell debuggerReinUsesLisp2020-01-031-10/+0
* core/memory: Introduce skeleton of Memory classLioncash2019-11-271-3/+13
* Merge pull request #2971 from FernandoS27/new-scheduler-v2David2019-10-281-0/+16
|\
| * Kernel: Style and CorrectionsFernando Sahmkow2019-10-151-2/+3
| * Correct PrepareRescheduleFernando Sahmkow2019-10-151-0/+5
| * Add interfacing to the Global SchedulerFernando Sahmkow2019-10-151-0/+10
* | core: Fix clang-format errors.bunnei2019-10-191-9/+10
* | Fix null pointer deref.Nicolae-Andrei Cociorba2019-10-181-10/+12
* | core/core: Resolve -Wreorder warningsLioncash2019-10-171-2/+2
* | Merge pull request #2912 from FernandoS27/async-fixesbunnei2019-10-161-0/+2
|\ \ | |/ |/|
| * Core: Wait for GPU to be idle before shutting down.Fernando Sahmkow2019-10-051-0/+2
* | Merge pull request #2654 from DarkLordZach/lm-log-rewritebunnei2019-10-091-3/+14
|\ \
| * | lm: Flush manager output on core shutdownZach Hilman2019-09-221-0/+2
| * | core: Add LM::Manager to systemZach Hilman2019-09-221-3/+12
* | | hle/service: Replace global system instance calls with instance-based onesLioncash2019-10-061-3/+4
| |/ |/|
* | core/loader: Track the NSO build ID of the current processZach Hilman2019-09-301-0/+9
|/
* Merge pull request #2683 from DarkLordZach/lock-exitDavid2019-09-221-0/+11
|\
| * core: Track system exit lock statusZach Hilman2019-09-221-0/+11
* | dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman2019-09-221-2/+1
* | core: Initialize cheats after load to avoid VMManager crashZach Hilman2019-09-221-0/+5
* | core: Update RegisterCheatList for new VMZach Hilman2019-09-221-8/+9
|/
* core: Store FileSystemController in coreZach Hilman2019-09-211-0/+24
* Add frametime logging for tracking performance over timefearlessTobi2019-09-101-8/+17
* service/am: Remove usages of global system accessorsLioncash2019-09-051-1/+2
* Merge pull request #2592 from FernandoS27/sync1bunnei2019-07-261-1/+11
|\
| * Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow2019-07-051-1/+11
* | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1bunnei2019-07-081-0/+12
|\ \
| * | core: Keep instance of APM ControllerZach Hilman2019-06-291-0/+12
* | | Merge pull request #2642 from DarkLordZach/fsp-log-2bunnei2019-07-081-1/+1
|\ \ \ | |_|/ |/| |
| * | fsp-srv: Implement OutputAccessLogToSdCardZach Hilman2019-06-291-1/+1
| |/
* | Merge pull request #2533 from DarkLordZach/memory-frozenbunnei2019-06-281-0/+2
|\ \ | |/ |/|
| * core: Move Freezer class to tools namespaceZach Hilman2019-06-211-2/+2
| * memory: Add class to manage and enforce memory freezingZach Hilman2019-06-211-0/+2
* | glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman2019-06-261-2/+0
* | core: Keep track of ARPManager and register current application on bootZach Hilman2019-06-251-0/+68
* | Merge pull request #2575 from DarkLordZach/process-id-typesbunnei2019-06-211-1/+2
|\ \
| * | kernel: Differentiate kernel and user processes when picking IDZach Hilman2019-06-101-1/+2
| |/
* | Merge pull request #2482 from DarkLordZach/prepobunnei2019-06-211-1/+8
|\ \ | |/ |/|
| * loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-10/+1
| * core: Add Reporter class to take/save reportsZach Hilman2019-05-251-0/+6
| * core: Track load offsets of NSO modulesZach Hilman2019-05-251-0/+10
* | core/core: Remove unnecessary includesLioncash2019-05-291-8/+0
* | core/loader: Remove LoadKernelSystemModeLioncash2019-05-291-9/+0
* | core/telemetry_session: Remove usages of the global system accessorLioncash2019-05-291-1/+1
|/
* Merge pull request #2228 from DarkLordZach/applet-manager-p1bunnei2019-04-251-33/+17
|\
| * core: Remove specific applets in favor of AppletManagerZach Hilman2019-04-171-33/+17
* | core/core: Move process execution start to System's Load()Lioncash2019-04-121-1/+5
* | core/core: Move main process creation into Load()Lioncash2019-04-121-4/+3
* | video_core/gpu: Create threads separately from initializationLioncash2019-04-121-11/+4
* | core/cpu_core_manager: Create threads separately from initialization.Lioncash2019-04-121-3/+6
|/
* core: Store system-wide ContentProvider for the emulatorZach Hilman2019-03-271-0/+26
* file_sys/cheat_engine: Remove use of global system accessorsLioncash2019-03-221-2/+2
* Merge pull request #1933 from DarkLordZach/cheat-enginebunnei2019-03-221-0/+11
|\
| * vm_manager: Remove cheat-specific ranges from VMManagerZach Hilman2019-03-051-2/+4
| * core: Add support for registering and controlling ownership of CheatEngineZach Hilman2019-03-051-0/+9
* | kernel: Make the address arbiter instance per-processLioncash2019-03-081-1/+1
* | Merge pull request #2055 from bunnei/gpu-threadbunnei2019-03-071-3/+10
|\ \
| * | gpu: Refactor a/synchronous implementations into their own classes.bunnei2019-03-071-2/+7
| * | gpu: Refactor to take RendererBase instead of RasterizerInterface.bunnei2019-03-071-1/+1
| * | core: Set is_powered_on before GPU is initialized.bunnei2019-03-071-1/+3
* | | Merge pull request #2190 from lioncash/ogl-globalbunnei2019-03-071-7/+7
|\ \ \ | |/ / |/| |
| * | core/core: Replace direct usage of the global system telemetry accessor from Shutdown()Lioncash2019-03-041-7/+7
| |/
* / kernel/address_arbiter: Pass in system instance to constructorLioncash2019-03-051-2/+3
|/
* video_core: Remove usages of System::GetInstance() within the enginesLioncash2019-02-161-1/+1
* core_timing: Convert core timing into a classLioncash2019-02-161-5/+14
* core_timing: Rename CoreTiming namespace to Core::TimingLioncash2019-02-121-3/+3
* gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp2019-02-071-2/+0
* gl_shader_disk_cache: Pass core system as argument and guard against games without title idsReinUsesLisp2019-02-071-1/+1
* rasterizer_interface: Add disk cache entry for the rasterizerReinUsesLisp2019-02-071-0/+3
* core/frontend/applets/web_browser: Make OpenPage() non-constLioncash2019-01-171-6/+10
* Merge pull request #1959 from DarkLordZach/custom-rtcbunnei2019-01-101-0/+6
|\
| * settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman2019-01-081-2/+1
| * core: Set custom RTC differential on game bootZach Hilman2019-01-081-0/+7
* | web_browser: Add bounds checking to applet interfaceZach Hilman2018-12-291-0/+5
* | core: Add getter and setter for WebBrowserApplet frontendZach Hilman2018-12-281-0/+13
|/
* Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei2018-12-231-0/+11
|\
| * core: Add getter/setter for ProfileSelector in SystemZach Hilman2018-12-031-0/+11
* | core: Make GetGameFileFromPath function externally accessibleZach Hilman2018-12-031-3/+5
|/
* core: Relocate CPU core management to its own classLioncash2018-11-221-97/+22
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-0/+17
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-1/+1
* core: Add missing const variants of getters for the System classLioncash2018-10-281-2/+26
* core: Remove unnecessary assert in ArmInterface()Lioncash2018-10-181-2/+1
* core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash2018-10-151-4/+12
* core: Make the live Cpu instances unique_ptrs instead of shared_ptrsLioncash2018-10-151-9/+9
* core: Make the exclusive monitor a unique_ptr instead of a shared_ptrLioncash2018-10-151-2/+3
* core: Make CPUBarrier a unique_ptr instead of a shared_ptrLioncash2018-10-151-3/+3
* filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by referenceLioncash2018-10-131-1/+1
* kernel/thread: Use a regular pointer for the owner/current processLioncash2018-10-101-3/+4
* loader: Make the Load() function take a process as a regular reference, not a SharedPtrLioncash2018-09-291-1/+1
* vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash2018-09-261-1/+1
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-7/+7
* core: Migrate current_process pointer to the kernelLioncash2018-09-071-4/+7
* core/core: Remove unnecessary sm/controller includeLioncash2018-09-061-1/+0
* core: Use a raw pointer in GetGPUDebugContext.Markus Wick2018-09-041-2/+2
* vfs_real: Forward declare IOFileLioncash2018-09-021-2/+3
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-4/+15
* core: Make the main System class use the PImpl idiomLioncash2018-08-311-174/+341
* kernel: Eliminate kernel global stateLioncash2018-08-291-4/+12
* core: Remove always true conditionals in Load()Lioncash2018-08-241-7/+4
* qt: Add 'Install to NAND' option to menuZach Hilman2018-08-121-0/+1
* loader: Join 0* files in directory if filename is 00Zach Hilman2018-08-121-1/+33
* core: Namespace EmuWindowLioncash2018-08-121-2/+2
* loader: Add more descriptive errorsZach Hilman2018-08-101-22/+4
* core: Port core to VfsFilesystem for file accessZach Hilman2018-08-091-2/+6
* GDBStub works with both Unicorn and Dynarmic now (#941)Hedges2018-08-071-1/+4
* Merge pull request #912 from lioncash/global-varbunnei2018-08-051-3/+6
|\
| * renderer_base: Make Rasterizer() return the rasterizer by referenceLioncash2018-08-041-1/+1
| * video_core: Eliminate the g_renderer global variableLioncash2018-08-041-3/+6
* | Merge pull request #849 from DarkLordZach/xcibunnei2018-08-041-4/+8
|\ \ | |/ |/|
| * Use more descriptive error codes and messagesZach Hilman2018-08-011-4/+8
* | core/memory: Get rid of 3DS leftoversLioncash2018-08-031-3/+3
* | Merge pull request #892 from lioncash/globalbunnei2018-08-031-2/+2
|\ \
| * | video_core: Make global EmuWindow instance part of the base renderer classLioncash2018-08-021-2/+2
| |/
* | Merge pull request #894 from lioncash/objectbunnei2018-08-031-1/+0
|\ \
| * | kernel: Move object class to its own source filesLioncash2018-08-021-1/+0
| |/
* / hw: Remove unused filesLioncash2018-08-021-3/+0
|/
* audio_core: Move to audout_u impl.bunnei2018-07-311-2/+0
* core: Add AudioCore to global state.bunnei2018-07-281-0/+2
* Implement exclusive monitorMerryMage2018-07-221-1/+2
* Merge pull request #687 from lioncash/instancebunnei2018-07-191-1/+3
|\
| * core: Make System's default constructor privateLioncash2018-07-191-0/+2
| * core: Don't construct instance of Core::System, just to access its live instanceLioncash2018-07-191-1/+1
* | Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-1/+2
|/
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-2/+1
* Virtual Filesystem (#597)Zach Hilman2018-07-061-1/+2
* Update clang formatJames Rowe2018-07-031-2/+2
* Rename logging macro back to LOG_*James Rowe2018-07-031-7/+7
* core: Run all CPU cores separately, even in single-thread mode.bunnei2018-05-111-6/+20
* threading: Reschedule only on cores that are necessary.bunnei2018-05-111-0/+5
* core: Add a configuration setting for use_multi_core.bunnei2018-05-111-6/+26
* core: Support session close with multicore.bunnei2018-05-111-4/+11
* core: Create a thread for each CPU core, keep in lock-step with a barrier.bunnei2018-05-111-5/+25
* core: Move common CPU core things to its own class.bunnei2018-05-111-48/+9
* core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash2018-04-261-11/+11
* core: Relocate g_service_manager to the System classLioncash2018-04-211-6/+22
* core, main.h: Abort on 32Bit ROMs (#309)N00byKing2018-04-061-0/+4
* config: Use simplified checkbox (from Citra) for CPU JIT.bunnei2018-03-271-7/+3
* Clang FixesN00byKing2018-03-191-1/+2
* More Warning cleanupsN00byKing2018-03-191-1/+1
* Clean Warnings (?)N00byKing2018-03-191-1/+1
* Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei2018-03-191-4/+8
|\
| * Implements citra-emu/citra#3184N00byKing2018-02-251-4/+8
* | core: Move process creation out of global state.bunnei2018-03-141-1/+3
* | core: Fix scheduler-shutdown related crashMerryMage2018-02-211-5/+9
* | scheduler: Cleanup based on PR feedback.bunnei2018-02-191-1/+1
* | kernel: Use Scheduler class for threading.bunnei2018-02-181-1/+2
* | core: Use shared_ptr for cpu_core.bunnei2018-02-181-3/+3
|/
* Make a GPU class in VideoCore to contain the GPU state.Subv2018-02-121-0/+2
* Merge pull request #72 from N00byKing/patch-2bunnei2018-01-211-1/+0
|\
| * Update core.cppN00byKing2018-01-171-1/+0
* | Port citra #3352 to yuzu (#103)River City Ransomware2018-01-201-0/+7
|/
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-131-8/+0
* configuration: Add cpu_core configuration optionMerryMage2018-01-121-2/+10
* arm_dynarmic: Implement coreMerryMage2018-01-121-1/+3
* CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n302018-01-091-0/+1
* unicorn: Use for arm interface on Windows.bunnei2018-01-041-8/+1
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2018-01-031-3/+2
* logging: Rename category "Core_ARM11" to "Core_ARM".bunnei2017-10-231-1/+1
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-101-3/+9
|\
| * Loaders: Don't automatically set the current process every time we load an application.Subv2017-09-271-2/+4
| * Kernel/Memory: Give each Process its own page table.Subv2017-09-101-1/+0
| * Added missing parts in libnetwork (#2838)B3n302017-08-191-0/+5
|/
* telemetry: Log performance, configuration, and system data.bunnei2017-07-181-0/+10
* Addressed Bunnei's review comments, and made some other tweaks:TheKoopaKingdom2017-06-031-6/+5
* Created a whitelist of system archives to prevent false positives creating dialogs.TheKoopaKingdom2017-06-031-4/+2
* Made some changes from review comments:TheKoopaKingdom2017-06-031-9/+13
* Added system for handling core errors in citra-qt.TheKoopaKingdom2017-06-031-6/+18
* core: Keep track of telemetry for the current emulation session.bunnei2017-05-251-0/+3
* Kernel: Map special regions according to ExHeaderYuri Kunde Schlesner2017-05-101-2/+3
* Core: Make PerfStats internally lockedYuri Kunde Schlesner2017-02-271-3/+2
* Add performance statistics to status barYuri Kunde Schlesner2017-02-271-0/+9
* core: Free AppLoader on shutdown to release file (#2558)Yuri Kunde Schlesner2017-02-111-9/+2
* Core: reset cpu_core in Shutdown to make IsPoweredOn work properlywwylele2016-12-241-0/+1
* core: Replace "AppCore" nomenclature with just "CPU".bunnei2016-12-221-7/+7
* Address clang-format issues.bunnei2016-12-221-3/+3
* core: Remove HLE module, consolidate code & various cleanups.bunnei2016-12-221-7/+19
* core: Consolidate core and system state, remove system module & cleanups.bunnei2016-12-221-25/+87
* gdbstub: Remove global variable from public interfaceLioncash2016-12-151-1/+1
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-2/+3
* core: Add configuration option for CPU JIT.bunnei2016-09-151-7/+12
* Merge pull request #1762 from bunnei/globalbunnei2016-05-061-1/+1
|\
| * HLE: Rename RescheduleIsPending to IsReschedulePending.bunnei2016-05-061-1/+1
| * hle: Get rid of global access to g_rescheduleLioncash2016-03-211-1/+1
* | Common: Remove Common::make_unique, use std::make_uniqueMerryMage2016-04-051-3/+2
|/
* Improve error report from Init() functionsLittleWhite2016-03-081-2/+1
* core: Use unique_ptr for holding the interpreter instancesLioncash2015-12-301-6/+9
* Implement gdbstubpolaris-2015-10-041-0/+17
* Core: Cleanup core includes.Emmanuel Gil Peyrot2015-06-281-3/+0
* Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-151-1/+0
* Thread: Remove the idle threadYuri Kunde Schlesner2015-05-121-2/+2
* Core/Memory: Give every emulated thread it's own TLS area.Subv2015-05-111-4/+0
* Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner2015-05-091-1/+1
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+1
* core: Migrate 3DS-specific CP15 register setting into InitLioncash2015-04-061-0/+5
* dyncom: Switch the app and system cores into the correct mode at initializationLioncash2015-02-131-5/+4
* arm: Adios armemuLioncash2015-02-011-12/+2
* Thread: Reduce use of Handles and move some funcs to inside the class.Yuri Kunde Schlesner2015-01-091-1/+1
* Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner2015-01-091-0/+1
* Core: Fixed a crash and removed some unused variables.Subv2015-01-091-6/+0
* Threads: Use a dummy idle thread when no other are ready.Subv2015-01-081-1/+12
* Core: Change default CPU to dyncom.bunnei2015-01-031-2/+2
* License changepurpasmart962014-12-211-1/+1
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-2/+2
* Add static to some variablesLioncash2014-11-191-7/+7
* Use configuration files to enable or disable the new dyncom interpreter.archshift2014-10-281-3/+14
* core: Prune redundant includesarchshift2014-09-091-6/+0
* Core: Refactor core to use only one function for execution.bunnei2014-08-311-18/+8
* GSP: Implements preliminary command synchronization via GPU interrupts.bunnei2014-08-061-8/+12
* Merge branch 'threading' of https://github.com/bunnei/citrabunnei2014-06-141-6/+17
|\
| * HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei2014-06-131-4/+4
| * Core: Cleaned up SingleStep(), updated default LCD refresh to assume each instruction is ~3 cyclesbunnei2014-06-131-11/+12
| * Core: Changed HW update/thread reschedule to occur more frequently (assume each instruction is ~3 cycles)bunnei2014-06-131-2/+2
| * hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger)bunnei2014-06-051-1/+2
| * core: changed time delay before kernel reschedule to "approximate" a screen refreshbunnei2014-05-301-3/+12
|/
* core: added Kernel::Reschedule() call to check for thread changes, shortened delay time to 100 instructionsbunnei2014-05-231-1/+6
* updated how we call ARM core to make things much fasterbunnei2014-05-171-3/+6
* cleaned up some logging messagesbunnei2014-04-111-20/+2
* added initial modules for setting up SysCall HLEbunnei2014-04-111-0/+18
* fixed project includes to use new directory structurebunnei2014-04-091-6/+8
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+58