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.h
Age
Commit message (
Expand
)
Author
2020-02-22
System: Expose Host thread registering routines from kernel.
Fernando Sahmkow
2020-01-26
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow
2020-01-02
yuzu: Remove Maxwell debugger
ReinUsesLisp
2019-11-26
core/memory: Introduce skeleton of Memory class
Lioncash
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-10-15
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
Correct PrepareReschedule
Fernando Sahmkow
2019-10-15
Add interfacing to the Global Scheduler
Fernando Sahmkow
2019-10-08
Merge pull request #2654 from DarkLordZach/lm-log-rewrite
bunnei
2019-10-06
core/core: Remove unused header
Lioncash
2019-10-06
core: Remove Core::CurrentProcess()
Lioncash
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-09-30
core/loader: Track the NSO build ID of the current process
Zach Hilman
2019-09-22
core: Add LM::Manager to system
Zach Hilman
2019-09-23
Merge pull request #2683 from DarkLordZach/lock-exit
David
2019-09-21
core: Track system exit lock status
Zach Hilman
2019-09-21
core: Update RegisterCheatList for new VM
Zach Hilman
2019-09-21
core: Store FileSystemController in core
Zach Hilman
2019-07-26
Merge pull request #2592 from FernandoS27/sync1
bunnei
2019-07-12
core: Remove CurrentArmInterface() global accessor
Lioncash
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-24
core: Keep track of ARPManager and register current application on boot
Zach Hilman
2019-06-21
Merge pull request #2482 from DarkLordZach/prepo
bunnei
2019-05-28
core/loader: Remove LoadKernelSystemMode
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-17
core: Remove specific applets in favor of AppletManager
Zach Hilman
2019-03-26
core: Store system-wide ContentProvider for the emulator
Zach Hilman
2019-03-21
Merge pull request #1933 from DarkLordZach/cheat-engine
bunnei
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: Remove the global telemetry accessor function
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-01-17
core/frontend/applets/web_browser: Make OpenPage() non-const
Lioncash
2018-12-28
core: Add getter and setter for WebBrowserApplet frontend
Zach Hilman
2018-12-23
Merge pull request #1781 from DarkLordZach/applet-profile-select
bunnei
2018-12-03
core: Add getter/setter for ProfileSelector in System
Zach Hilman
2018-12-03
core: Make GetGameFileFromPath function externally accessible
Zach Hilman
2018-11-18
am: Deglobalize software keyboard applet
Zach Hilman
2018-10-28
core: Add missing const variants of getters for the System class
Lioncash
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-10
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-06
core: Migrate current_process pointer to the kernel
Lioncash
2018-09-04
core: Use a raw pointer in GetGPUDebugContext.
Markus Wick
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
core: Make the main System class use the PImpl idiom
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
[next]