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
*
gpu: Use std::jthread for async gpu thread
ameerj
2021-09-15
1
-5
/
+1
*
core: Destroy main_process during shutdown
ameerj
2021-09-13
1
-3
/
+12
*
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-25
1
-0
/
+6
*
logging: Fix log filter during initialization
ameerj
2021-08-24
1
-1
/
+9
*
Merge pull request #6869 from yzct12345/shiny-logs-in-the-fireplace
bunnei
2021-08-22
1
-2
/
+7
|
\
|
*
logging: Simplify and make thread-safe
yzct12345
2021-08-13
1
-2
/
+7
*
|
core: hle: kernel: Reflect non-emulated threads as core 3.
bunnei
2021-08-07
1
-6
/
+0
|
/
*
general: Rename "Frame Limit" references to "Speed Limit"
ameerj
2021-07-23
1
-5
/
+5
*
file_sys: Support load game collection (#6582)
Feng Chen
2021-07-20
1
-7
/
+6
*
service: Append service name prefix to common filenames
Morph
2021-07-14
1
-2
/
+2
*
general: Code formatting improvements
lat9nq
2021-07-08
1
-2
/
+2
*
general: Make most settings a BasicSetting
lat9nq
2021-06-28
1
-3
/
+3
*
core: Make is_powered_on atomic
Rodrigo Locatti
2021-06-22
1
-2
/
+3
*
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-25
1
-2
/
+2
*
Merge pull request #6321 from lat9nq/per-game-cpu
bunnei
2021-05-20
1
-1
/
+1
|
\
|
*
general: Demote custom_rtc to regular setting
lat9nq
2021-05-17
1
-1
/
+1
*
|
perf_stats: Rework FPS counter to be more accurate
ameerj
2021-05-15
1
-1
/
+2
|
/
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
1
-7
/
+7
*
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-05-05
1
-1
/
+1
*
hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.
bunnei
2021-05-05
1
-1
/
+1
*
hle: kernel: Migrate KProcess to KAutoObject.
bunnei
2021-05-05
1
-3
/
+6
*
core: Defer CoreTiming initialization.
bunnei
2021-05-05
1
-1
/
+1
*
core: memory: Add a work-around to allocate and access kernel memory regions ...
bunnei
2021-05-05
1
-0
/
+1
*
common: Move settings to common from core.
bunnei
2021-04-14
1
-1
/
+10
*
video_core/gpu_thread: Implement a ShutDown method.
Markus Wick
2021-04-07
1
-1
/
+1
*
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
[next]