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
*
core: Shutdown: Move kernel cleanup to later in shutdown.
bunnei
2021-03-01
1
-12
/
+1
*
kernel: Fix resource release exception on exit
ameerj
2021-02-20
1
-0
/
+3
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-28
1
-1
/
+1
*
lm: Recode LM service
Chloe Marcec
2021-01-20
1
-12
/
+0
*
core: Do not reset device_memory on shutdown.
bunnei
2020-12-28
1
-1
/
+0
*
core: settings: Untangle multicore from asynchronous GPU.
bunnei
2020-12-28
1
-1
/
+1
*
Merge pull request #5131 from bunnei/scheduler-rewrite
bunnei
2020-12-20
1
-21
/
+5
|
\
|
*
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-12-06
1
-21
/
+5
*
|
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-07
1
-3
/
+2
|
/
*
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
bunnei
2020-11-29
1
-0
/
+4
*
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
bunnei
2020-11-29
1
-8
/
+5
*
Merge pull request #5011 from lioncash/file-str2
bunnei
2020-11-27
1
-12
/
+22
|
\
|
*
core: Reduce string copies in GetGameFileFromPath()
Lioncash
2020-11-26
1
-12
/
+22
*
|
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-27
1
-6
/
+1
|
/
*
core: loader: Implement support for loading indexed programs.
bunnei
2020-11-24
1
-6
/
+23
*
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-11-24
1
-3
/
+6
*
Merge pull request #4942 from lioncash/system
Rodrigo Locatti
2020-11-24
1
-9
/
+9
|
\
|
*
core: Remove unused private Init function for the System class
Lioncash
2020-11-18
1
-8
/
+4
|
*
core: Make use of [[nodiscard]] with the System class
Lioncash
2020-11-18
1
-1
/
+5
*
|
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
1
-3
/
+3
|
/
*
core: Initialize GPU before services.
bunnei
2020-11-01
1
-4
/
+6
*
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
[next]