index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
core.cpp
Age
Commit message (
Expand
)
Author
2019-07-26
Merge pull request #2592 from FernandoS27/sync1
bunnei
2019-07-07
Merge pull request #2651 from DarkLordZach/apm-boost-mode-1
bunnei
2019-07-07
Merge pull request #2642 from DarkLordZach/fsp-log-2
bunnei
2019-07-05
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
Fernando Sahmkow
2019-06-28
core: Keep instance of APM Controller
Zach Hilman
2019-06-28
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-06-28
Merge pull request #2533 from DarkLordZach/memory-frozen
bunnei
2019-06-25
glue: Correct missing bytes in ApplicationLaunchParameter
Zach Hilman
2019-06-24
core: Keep track of ARPManager and register current application on boot
Zach Hilman
2019-06-21
Merge pull request #2575 from DarkLordZach/process-id-types
bunnei
2019-06-21
Merge pull request #2482 from DarkLordZach/prepo
bunnei
2019-06-20
core: Move Freezer class to tools namespace
Zach Hilman
2019-06-20
memory: Add class to manage and enforce memory freezing
Zach Hilman
2019-06-10
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
2019-05-29
core/core: Remove unnecessary includes
Lioncash
2019-05-28
core/loader: Remove LoadKernelSystemMode
Lioncash
2019-05-28
core/telemetry_session: Remove usages of the global system accessor
Lioncash
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-25
core: Add Reporter class to take/save reports
Zach Hilman
2019-05-25
core: Track load offsets of NSO modules
Zach Hilman
2019-04-24
Merge pull request #2228 from DarkLordZach/applet-manager-p1
bunnei
2019-04-17
core: Remove specific applets in favor of AppletManager
Zach Hilman
2019-04-11
core/core: Move process execution start to System's Load()
Lioncash
2019-04-11
core/core: Move main process creation into Load()
Lioncash
2019-04-11
video_core/gpu: Create threads separately from initialization
Lioncash
2019-04-11
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
2019-03-26
core: Store system-wide ContentProvider for the emulator
Zach Hilman
2019-03-22
file_sys/cheat_engine: Remove use of global system accessors
Lioncash
2019-03-21
Merge pull request #1933 from DarkLordZach/cheat-engine
bunnei
2019-03-07
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-07
Merge pull request #2055 from bunnei/gpu-thread
bunnei
2019-03-06
gpu: Refactor a/synchronous implementations into their own classes.
bunnei
2019-03-06
Merge pull request #2190 from lioncash/ogl-global
bunnei
2019-03-06
gpu: Refactor to take RendererBase instead of RasterizerInterface.
bunnei
2019-03-06
core: Set is_powered_on before GPU is initialized.
bunnei
2019-03-05
kernel/address_arbiter: Pass in system instance to constructor
Lioncash
2019-03-05
vm_manager: Remove cheat-specific ranges from VMManager
Zach Hilman
2019-03-04
core: Add support for registering and controlling ownership of CheatEngine
Zach Hilman
2019-03-04
core/core: Replace direct usage of the global system telemetry accessor from ...
Lioncash
2019-02-15
video_core: Remove usages of System::GetInstance() within the engines
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-06
gl_shader_cache: Link loading screen with disk shader cache load
ReinUsesLisp
2019-02-06
gl_shader_disk_cache: Pass core system as argument and guard against games wi...
ReinUsesLisp
2019-02-06
rasterizer_interface: Add disk cache entry for the rasterizer
ReinUsesLisp
2019-01-17
core/frontend/applets/web_browser: Make OpenPage() non-const
Lioncash
2019-01-10
Merge pull request #1959 from DarkLordZach/custom-rtc
bunnei
2019-01-07
settings: Use std::chrono::seconds instead of s64 for RTC
Zach Hilman
2019-01-07
core: Set custom RTC differential on game boot
Zach Hilman
2018-12-28
web_browser: Add bounds checking to applet interface
Zach Hilman
[next]