index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
core.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: time: Update current time with changes to RTC setting.
bunnei
2020-10-12
1
-1
/
+14
*
service/sm: Eliminate dependency on the global system instance
Lioncash
2020-09-17
1
-1
/
+1
*
file_sys/bis_factory: Eliminate usage of the global system accessor
Lioncash
2020-09-16
1
-2
/
+2
*
core/loader: Remove dependencies on the global system instance
Lioncash
2020-09-16
1
-1
/
+1
*
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-09-06
1
-1
/
+0
*
common/telemetry: Migrate namespace into the Common namespace
Lioncash
2020-08-18
1
-6
/
+6
*
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-16
1
-1
/
+1
*
device_memory: Remove unused system member
Lioncash
2020-07-27
1
-1
/
+1
*
core/network: Add network abstraction
ReinUsesLisp
2020-07-19
1
-0
/
+4
*
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-09
1
-3
/
+3
*
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
Services/NvFlinger: Do vSync in a sepparate thread on Multicore.
Fernando Sahmkow
2020-06-27
1
-2
/
+6
*
Core: Split Microprofile Dynarmic timing per Core
Fernando Sahmkow
2020-06-27
1
-3
/
+12
*
General: Correct rebase, sync gpu and context management.
Fernando Sahmkow
2020-06-27
1
-2
/
+1
*
General: Move ARM_Interface into Threads.
Fernando Sahmkow
2020-06-27
1
-19
/
+15
*
SingleCore: Move Host Timing from a sepparate thread to main cpu thread.
Fernando Sahmkow
2020-06-27
1
-0
/
+2
*
GUI: Make multicore only work with Async and add GUI for multicore.
Fernando Sahmkow
2020-06-27
1
-2
/
+9
*
General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...
Fernando Sahmkow
2020-06-27
1
-0
/
+15
*
General: Initial Setup for Single Core.
Fernando Sahmkow
2020-06-27
1
-0
/
+3
*
SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThre...
Fernando Sahmkow
2020-06-27
1
-0
/
+8
*
HostTiming: Pause the hardware clock on pause.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-27
/
+30
*
core: system: Rename GetDeviceManager -> DeviceManager.
bunnei
2020-04-17
1
-4
/
+4
*
core: Construct/Destruct DeviceMemory on Init/Shutdown.
bunnei
2020-04-17
1
-4
/
+7
*
core: device_manager: Add a simple class to manage device RAM.
bunnei
2020-04-17
1
-1
/
+11
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-2
/
+2
*
Merge pull request #3552 from jroweboy/single-context
Rodrigo Locatti
2020-04-02
1
-16
/
+6
|
\
|
*
Address review and fix broken yuzu-tester build
James Rowe
2020-03-25
1
-1
/
+3
|
*
Frontend/GPU: Refactor context management
James Rowe
2020-03-24
1
-16
/
+4
*
|
gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization
Gauvain "GovanifY" Roussel-Tarbouriech
2020-03-17
1
-1
/
+1
|
/
*
video_core: Reintroduce dirty flags infrastructure
ReinUsesLisp
2020-02-28
1
-0
/
+1
*
core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.
bunnei
2020-02-25
1
-0
/
+3
*
System: Expose Host thread registering routines from kernel.
Fernando Sahmkow
2020-02-22
1
-0
/
+8
*
Merge pull request #3337 from ReinUsesLisp/vulkan-staged
bunnei
2020-02-03
1
-1
/
+3
|
\
|
*
core: Only wait for idle on gpu_core when it was initialized
ReinUsesLisp
2020-01-29
1
-1
/
+3
*
|
System: Address Feedback
Fernando Sahmkow
2020-01-27
1
-2
/
+2
*
|
System: Correct PrepareReschedule.
Fernando Sahmkow
2020-01-26
1
-1
/
+1
*
|
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow
2020-01-26
1
-23
/
+21
*
|
Core: Refactor CPU Management.
Fernando Sahmkow
2020-01-25
1
-13
/
+22
|
/
*
yuzu: Remove Maxwell debugger
ReinUsesLisp
2020-01-02
1
-10
/
+0
*
core/memory: Introduce skeleton of Memory class
Lioncash
2019-11-26
1
-3
/
+13
*
Merge pull request #2971 from FernandoS27/new-scheduler-v2
David
2019-10-28
1
-0
/
+16
|
\
|
*
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
1
-2
/
+3
|
*
Correct PrepareReschedule
Fernando Sahmkow
2019-10-15
1
-0
/
+5
|
*
Add interfacing to the Global Scheduler
Fernando Sahmkow
2019-10-15
1
-0
/
+10
*
|
core: Fix clang-format errors.
bunnei
2019-10-19
1
-9
/
+10
*
|
Fix null pointer deref.
Nicolae-Andrei Cociorba
2019-10-18
1
-10
/
+12
*
|
core/core: Resolve -Wreorder warnings
Lioncash
2019-10-17
1
-2
/
+2
*
|
Merge pull request #2912 from FernandoS27/async-fixes
bunnei
2019-10-16
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Core: Wait for GPU to be idle before shutting down.
Fernando Sahmkow
2019-10-04
1
-0
/
+2
[next]