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
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
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-20
lm: Recode LM service
Chloe Marcec
2020-12-28
core: Do not reset device_memory on shutdown.
bunnei
2020-12-28
core: settings: Untangle multicore from asynchronous GPU.
bunnei
2020-12-20
Merge pull request #5131 from bunnei/scheduler-rewrite
bunnei
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-06
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-11-29
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
bunnei
2020-11-29
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
bunnei
2020-11-27
Merge pull request #5011 from lioncash/file-str2
bunnei
[next]