index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
yuzu/main: Add basic command line arguments
Morph
2020-12-25
1
-3
/
+39
*
Merge pull request #5226 from ReinUsesLisp/c4715-vc
Rodrigo Locatti
2020-12-25
2
-0
/
+2
|
\
|
*
video_core: Enforce C4715 (not all control paths return a value)
ReinUsesLisp
2020-12-24
1
-0
/
+1
|
*
vk_shader_decompiler: Silence warning when compiling without asserts
ReinUsesLisp
2020-12-24
1
-0
/
+1
*
|
Merge pull request #5225 from ReinUsesLisp/always-vulkan
Rodrigo Locatti
2020-12-25
8
-133
/
+75
|
\
\
|
*
|
cmake: Always enable Vulkan
ReinUsesLisp
2020-12-24
8
-133
/
+75
|
|
/
*
/
core: memory: Ensure thread safe access when pages are rasterizer cached (#5206)
bunnei
2020-12-24
1
-12
/
+40
|
/
*
Merge pull request #5217 from lat9nq/save-on-boot
bunnei
2020-12-23
2
-16
/
+25
|
\
|
*
yuzu/main: Save settings when starting guest
lat9nq
2020-12-22
2
-16
/
+25
*
|
yuzu/main: Improve menubar access keys
lat9nq
2020-12-22
4
-38
/
+38
*
|
Add option to reset window size to 1080p
german
2020-12-22
3
-6
/
+30
*
|
Merge pull request #5042 from Morph1984/project-aether
bunnei
2020-12-21
27
-861
/
+1788
|
\
\
|
|
/
|
/
|
|
*
applets/web: Implement the online web browser applet
Morph
2020-12-18
8
-64
/
+167
|
*
applets/web: Fix keyboard to emulated controller input
Morph
2020-12-18
3
-4
/
+30
|
*
main: Add the ability to disable the web applet
Morph
2020-12-18
2
-0
/
+27
|
*
main, applets/web: Re-add progress dialog for RomFS extraction
Morph
2020-12-18
8
-68
/
+125
|
*
applets/web: Implement the Qt web browser applet frontend
Morph
2020-12-18
4
-5
/
+600
|
*
web_browser_scripts: Add injection scripts for the web browser
Morph
2020-12-18
1
-0
/
+193
|
*
pl_u, applets/web: Decrypt shared fonts to TTF files
Morph
2020-12-18
3
-18
/
+117
|
*
ns_vm: Stub NeedsUpdateVulnerability
Morph
2020-12-18
1
-1
/
+10
|
*
frontend/input_interpreter: Add InputInterpreter API
Morph
2020-12-18
3
-0
/
+167
|
*
controllers/npad: Make press_state atomic
Morph
2020-12-18
2
-2
/
+3
|
*
util: Add URL Request Interceptor for QWebEngine
Morph
2020-12-18
3
-0
/
+64
|
*
bootmanager: Add a check whether loading is complete
Morph
2020-12-18
2
-0
/
+6
|
*
applets/web: Implement the default web browser applet frontend
Morph
2020-12-18
3
-1
/
+24
|
*
applets/web: Implement the offline browser applet backend
Morph
2020-12-18
2
-13
/
+143
|
*
applets/web: Initial implementation of the web browser applet
Morph
2020-12-18
3
-2
/
+428
|
*
applets: Remove the previous web browser applet implementation
Morph
2020-12-18
12
-1039
/
+40
*
|
Merge pull request #5131 from bunnei/scheduler-rewrite
bunnei
2020-12-20
41
-1872
/
+2216
|
\
\
|
*
|
hle: kernel: Process: Various style fixes based on code review feedback.
bunnei
2020-12-06
1
-2
/
+2
|
*
|
core: cpu_manager: Fix a typo in PreemptSingleCore, which broke many games.
bunnei
2020-12-06
1
-21
/
+26
|
*
|
hle: kernel: Thread: Various style fixes based on code review feedback.
bunnei
2020-12-06
1
-22
/
+25
|
*
|
hle: kernel: KScopedSchedulerLockAndSleep: Various style fixes based on code ...
bunnei
2020-12-06
1
-6
/
+6
|
*
|
hle: kernel: KScopedLock: Various style fixes based on code review feedback.
bunnei
2020-12-06
1
-6
/
+8
|
*
|
hle: kernel: KAbstractSchedulerLock: Various style fixes based on code review...
bunnei
2020-12-06
1
-9
/
+7
|
*
|
hle: kernel: KScheduler: Various style fixes based on code review feedback.
bunnei
2020-12-06
2
-50
/
+41
|
*
|
hle: kernel: KPriorityQueue: Various style fixes based on code review feedback.
bunnei
2020-12-06
1
-29
/
+36
|
*
|
hle: kernel: KAffinityMask: Various style fixes based on code review feedback.
bunnei
2020-12-06
1
-17
/
+13
|
*
|
hle: kernel: GlobalSchedulerContext: Various style fixes based on code review...
bunnei
2020-12-06
2
-5
/
+10
|
*
|
common: BitSet: Various style fixes based on code review feedback.
bunnei
2020-12-06
1
-23
/
+22
|
*
|
hle: kernel: Use C++ style comments in KScheduler, etc.
bunnei
2020-12-06
4
-152
/
+136
|
*
|
kernel: KScopedSchedulerLockAndSleep: Remove unused ctor.
bunnei
2020-12-06
1
-13
/
+7
|
*
|
kernel: time_manager: Add missing lock guards.
bunnei
2020-12-06
1
-3
/
+10
|
*
|
hle: kernel: Migrate to KScopedSchedulerLock.
bunnei
2020-12-06
15
-48
/
+92
|
*
|
hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.
bunnei
2020-12-06
11
-69
/
+72
|
*
|
hle: kernel: Separate KScheduler from GlobalSchedulerContext class.
bunnei
2020-12-06
9
-520
/
+140
|
*
|
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-12-06
26
-1223
/
+1215
|
*
|
hle: kernel: physical_core: Clear exclusive state after each run.
bunnei
2020-12-06
3
-0
/
+7
|
*
|
hle: kernel: Port KAbstractSchedulerLock from Mesosphere.
bunnei
2020-12-06
2
-0
/
+77
|
*
|
hle: kernel: svc: Remove reschedule on svcBreak.
bunnei
2020-12-06
1
-5
/
+0
[next]