summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
AgeCommit message (Expand)Author
2019-07-26Merge pull request #2592 from FernandoS27/sync1bunnei
2019-07-07Merge pull request #2651 from DarkLordZach/apm-boost-mode-1bunnei
2019-07-07Merge pull request #2642 from DarkLordZach/fsp-log-2bunnei
2019-07-05Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow
2019-06-28core: Keep instance of APM ControllerZach Hilman
2019-06-28fsp-srv: Implement OutputAccessLogToSdCardZach Hilman
2019-06-28Merge pull request #2533 from DarkLordZach/memory-frozenbunnei
2019-06-25glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman
2019-06-24core: Keep track of ARPManager and register current application on bootZach Hilman
2019-06-21Merge pull request #2575 from DarkLordZach/process-id-typesbunnei
2019-06-21Merge pull request #2482 from DarkLordZach/prepobunnei
2019-06-20core: Move Freezer class to tools namespaceZach Hilman
2019-06-20memory: Add class to manage and enforce memory freezingZach Hilman
2019-06-10kernel: Differentiate kernel and user processes when picking IDZach Hilman
2019-05-29core/core: Remove unnecessary includesLioncash
2019-05-28core/loader: Remove LoadKernelSystemModeLioncash
2019-05-28core/telemetry_session: Remove usages of the global system accessorLioncash
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman
2019-05-25core: Add Reporter class to take/save reportsZach Hilman
2019-05-25core: Track load offsets of NSO modulesZach Hilman
2019-04-24Merge pull request #2228 from DarkLordZach/applet-manager-p1bunnei
2019-04-17core: Remove specific applets in favor of AppletManagerZach Hilman
2019-04-11core/core: Move process execution start to System's Load()Lioncash
2019-04-11core/core: Move main process creation into Load()Lioncash
2019-04-11video_core/gpu: Create threads separately from initializationLioncash
2019-04-11core/cpu_core_manager: Create threads separately from initialization.Lioncash
2019-03-26core: Store system-wide ContentProvider for the emulatorZach Hilman
2019-03-22file_sys/cheat_engine: Remove use of global system accessorsLioncash
2019-03-21Merge pull request #1933 from DarkLordZach/cheat-enginebunnei
2019-03-07kernel: Make the address arbiter instance per-processLioncash
2019-03-07Merge pull request #2055 from bunnei/gpu-threadbunnei
2019-03-06gpu: Refactor a/synchronous implementations into their own classes.bunnei
2019-03-06Merge pull request #2190 from lioncash/ogl-globalbunnei
2019-03-06gpu: Refactor to take RendererBase instead of RasterizerInterface.bunnei
2019-03-06core: Set is_powered_on before GPU is initialized.bunnei
2019-03-05kernel/address_arbiter: Pass in system instance to constructorLioncash
2019-03-05vm_manager: Remove cheat-specific ranges from VMManagerZach Hilman
2019-03-04core: Add support for registering and controlling ownership of CheatEngineZach Hilman
2019-03-04core/core: Replace direct usage of the global system telemetry accessor from ...Lioncash
2019-02-15video_core: Remove usages of System::GetInstance() within the enginesLioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2019-02-06gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp
2019-02-06gl_shader_disk_cache: Pass core system as argument and guard against games wi...ReinUsesLisp
2019-02-06rasterizer_interface: Add disk cache entry for the rasterizerReinUsesLisp
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash
2019-01-10Merge pull request #1959 from DarkLordZach/custom-rtcbunnei
2019-01-07settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman
2019-01-07core: Set custom RTC differential on game bootZach Hilman
2018-12-28web_browser: Add bounds checking to applet interfaceZach Hilman