index
:
yuzu-mainline
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
core.h
Age
Commit message (
Expand
)
Author
2021-07-20
file_sys: Support load game collection (#6582)
Feng Chen
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Remove deprecated Object class.
bunnei
2021-04-14
common: Move settings to common from core.
bunnei
2021-01-20
lm: Recode LM service
Chloe Marcec
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-24
core: loader: Implement support for loading indexed programs.
bunnei
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-10-12
service: time: Update current time with changes to RTC setting.
bunnei
2020-09-25
core: Mark GetInstance() as deprecated
Lioncash
2020-09-16
file_sys/bis_factory: Eliminate usage of the global system accessor
Lioncash
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
Clang Format.
Fernando Sahmkow
2020-06-27
General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...
Fernando Sahmkow
2020-06-27
SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThre...
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: device_manager: Add a simple class to manage device RAM.
bunnei
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
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
[prev]
[next]