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
2022-06-14
kernel: implement KProcess suspension
Liam
2022-06-10
core/debugger: fix a number of shutdown deadlocks
Liam
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam
2022-04-24
Remove unused PrepareReschedule function
Merry
2022-03-19
core: Reduce unused includes
ameerj
2022-03-07
core: Don't shutdown a null GPU
lat9nq
2022-02-21
core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.
bunnei
2022-01-03
gpu: Add shut down method to synchronize threads before destruction
ameerj
2021-12-06
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-11-24
core: Register HID
german77
2021-11-04
Merge pull request #7279 from Morph1984/system-get-program-id
Morph
2021-11-04
core: Reorder perf_stats destruction order on Shutdown
ameerj
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-10-27
Revert PR7009
Feng Chen
2021-10-17
settings: Remove std::chrono usage
ameerj
2021-10-16
NvHost/Core: Address Feedback.
Fernando Sahmkow
2021-10-16
Suspend temporally
FernandoS27
2021-10-15
core: Move ResultStatus outside of System
Morph
2021-10-15
core: Remove static system instance
Morph
2021-10-01
core: Add Exit and ExitCallback
Morph
2021-09-23
video_core: Fix jthread related hangs when stopping emulation
ameerj
2021-09-15
gpu: Use std::jthread for async gpu thread
ameerj
2021-09-13
core: Destroy main_process during shutdown
ameerj
2021-08-25
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-24
logging: Fix log filter during initialization
ameerj
2021-08-22
Merge pull request #6869 from yzct12345/shiny-logs-in-the-fireplace
bunnei
2021-08-13
logging: Simplify and make thread-safe
yzct12345
2021-08-07
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-07-23
general: Rename "Frame Limit" references to "Speed Limit"
ameerj
2021-07-20
file_sys: Support load game collection (#6582)
Feng Chen
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-07-08
general: Code formatting improvements
lat9nq
2021-06-28
general: Make most settings a BasicSetting
lat9nq
2021-06-22
core: Make is_powered_on atomic
Rodrigo Locatti
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-20
Merge pull request #6321 from lat9nq/per-game-cpu
bunnei
2021-05-17
general: Demote custom_rtc to regular setting
lat9nq
2021-05-15
perf_stats: Rework FPS counter to be more accurate
ameerj
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.
bunnei
2021-05-05
hle: kernel: Migrate KProcess to KAutoObject.
bunnei
2021-05-05
core: Defer CoreTiming initialization.
bunnei
2021-05-05
core: memory: Add a work-around to allocate and access kernel memory regions ...
bunnei
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-07
video_core/gpu_thread: Implement a ShutDown method.
Markus Wick
2021-03-01
core: Shutdown: Move kernel cleanup to later in shutdown.
bunnei
2021-02-20
kernel: Fix resource release exception on exit
ameerj
[next]