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-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
2020-11-27
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-26
core: Reduce string copies in GetGameFileFromPath()
Lioncash
2020-11-24
core: loader: Implement support for loading indexed programs.
bunnei
2020-11-24
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-11-24
Merge pull request #4942 from lioncash/system
Rodrigo Locatti
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
core: Remove unused private Init function for the System class
Lioncash
2020-11-18
core: Make use of [[nodiscard]] with the System class
Lioncash
2020-11-01
core: Initialize GPU before services.
bunnei
2020-10-12
service: time: Update current time with changes to RTC setting.
bunnei
2020-09-17
service/sm: Eliminate dependency on the global system instance
Lioncash
2020-09-16
file_sys/bis_factory: Eliminate usage of the global system accessor
Lioncash
2020-09-16
core/loader: Remove dependencies on the global system instance
Lioncash
2020-09-06
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-08-18
common/telemetry: Migrate namespace into the Common namespace
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-07-27
device_memory: Remove unused system member
Lioncash
2020-07-19
core/network: Add network abstraction
ReinUsesLisp
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-06-27
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-27
Services/NvFlinger: Do vSync in a sepparate thread on Multicore.
Fernando Sahmkow
2020-06-27
Core: Split Microprofile Dynarmic timing per Core
Fernando Sahmkow
2020-06-27
General: Correct rebase, sync gpu and context management.
Fernando Sahmkow
2020-06-27
General: Move ARM_Interface into Threads.
Fernando Sahmkow
2020-06-27
SingleCore: Move Host Timing from a sepparate thread to main cpu thread.
Fernando Sahmkow
2020-06-27
GUI: Make multicore only work with Async and add GUI for multicore.
Fernando Sahmkow
2020-06-27
General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...
Fernando Sahmkow
2020-06-27
General: Initial Setup for Single Core.
Fernando Sahmkow
2020-06-27
SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThre...
Fernando Sahmkow
2020-06-27
HostTiming: Pause the hardware clock on pause.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-04-17
core: system: Rename GetDeviceManager -> DeviceManager.
bunnei
2020-04-17
core: Construct/Destruct DeviceMemory on Init/Shutdown.
bunnei
2020-04-17
core: device_manager: Add a simple class to manage device RAM.
bunnei
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-02
Merge pull request #3552 from jroweboy/single-context
Rodrigo Locatti
2020-03-25
Address review and fix broken yuzu-tester build
James Rowe
2020-03-24
Frontend/GPU: Refactor context management
James Rowe
2020-03-17
gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization
Gauvain "GovanifY" Roussel-Tarbouriech
2020-02-28
video_core: Reintroduce dirty flags infrastructure
ReinUsesLisp
2020-02-25
core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.
bunnei
[next]