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
*
Dump patched exefs rather than base
Kelebek1
2022-02-15
1
-9
/
+9
*
debugger: console: Set console output codepage to UTF-8
Morph
2022-02-13
1
-0
/
+1
*
hid: Stub IsUsbFullKeyControllerEnabled
lat9nq
2022-02-12
2
-1
/
+12
*
Merge pull request #7852 from Morph1984/new-uuid
bunnei
2022-02-10
31
-193
/
+370
|
\
|
*
common: uuid: Use sizeof(u64) instead of 8 in Hash()
Morph
2022-02-10
1
-5
/
+5
|
*
common: uuid: Return an invalid UUID if conversion from string fails
Morph
2022-02-05
1
-14
/
+39
|
*
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
41
-598
/
+415
|
*
profile: Migrate to the new UUID implementation
Morph
2022-02-05
14
-127
/
+131
|
*
common: uuid: Add AsU128()
Morph
2022-02-05
2
-0
/
+9
|
*
hle: ipc_helpers: Ignore -Wclass-memaccess
Morph
2022-02-05
1
-0
/
+8
|
*
service: Migrate to the new UUID implementation
Morph
2022-02-05
9
-45
/
+36
|
*
input/hid: Migrate to the new UUID implementation
Morph
2022-02-05
16
-56
/
+57
|
*
common: Implement NewUUID
Morph
2022-02-05
3
-0
/
+322
*
|
Merge pull request #7861 from german77/user_features
bunnei
2022-02-10
7
-62
/
+95
|
\
\
|
*
|
yuzu: Mute audio when in background
german77
2022-02-06
6
-4
/
+27
|
*
|
yuzu: Add docked, GPU accuracy and adapting filter hotkeys
german77
2022-02-06
4
-58
/
+68
*
|
|
Merge pull request #7860 from german77/no-more-drift
bunnei
2022-02-09
3
-4
/
+30
|
\
\
\
|
*
|
|
yuzu: Add auto center on right click
german77
2022-02-06
3
-4
/
+30
|
|
/
/
*
|
|
hle: kernel: KCodeMemory: Remove unused QueryMemory.
bunnei
2022-02-08
1
-1
/
+0
*
|
|
hle: kernel: KCodeMemory: Correct m_page_group number of pages.
bunnei
2022-02-08
1
-2
/
+3
|
/
/
*
|
Merge pull request #7847 from tech-ticks/master
Morph
2022-02-05
2
-1
/
+46
|
\
\
|
*
|
service: pm: Implement AtmosphereGetProcessInfo
tech-ticks
2022-02-04
2
-1
/
+46
*
|
|
Merge pull request #7851 from lat9nq/cmd-add-motion
Morph
2022-02-05
1
-8
/
+28
|
\
\
\
|
*
|
|
config: Support motion inputs
lat9nq
2022-02-05
1
-8
/
+28
*
|
|
|
Merge pull request #7849 from Morph1984/qt-frameless-window
bunnei
2022-02-05
1
-0
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
main: Always remove the frameless window flag when restoring UI state
Morph
2022-02-03
1
-0
/
+2
*
|
|
|
Merge pull request #7842 from german77/vibration_test
bunnei
2022-02-05
5
-8
/
+95
|
\
\
\
\
|
*
|
|
|
yuzu: config: Vibrate the controller while configuring vibration strength
Narr the Reg
2022-02-02
5
-8
/
+95
*
|
|
|
|
Merge pull request #7839 from german77/battery
bunnei
2022-02-04
4
-39
/
+59
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
yuzu: ui: Improve battery symbols
Narr the Reg
2022-02-02
4
-39
/
+59
|
|
/
/
/
*
|
|
/
input_common: Remove unused core include
Morph
2022-02-03
1
-1
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #7811 from german77/analog-mod
bunnei
2022-02-03
1
-4
/
+26
|
\
\
\
|
*
|
|
input_common: Use attributes for analog range modifiers
german77
2022-01-30
1
-4
/
+26
*
|
|
|
Merge pull request #7814 from FernandoS27/another-bug-in-my-schedule
bunnei
2022-02-02
2
-4
/
+6
|
\
\
\
\
|
*
|
|
|
Vulkan: Fix Scheduler Chunks when their FuncType is 0.
Fernando Sahmkow
2022-01-31
2
-4
/
+6
|
|
/
/
/
*
|
|
|
Merge pull request #7835 from bunnei/page-table-lock
bunnei
2022-02-02
2
-34
/
+46
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
hle: kernel: KPageTable: Migrate locks to KScopedLightLock.
bunnei
2022-02-01
2
-34
/
+46
*
|
|
|
Merge pull request #7838 from lioncash/noncopy
Morph
2022-02-02
20
-150
/
+228
|
\
\
\
\
|
*
|
|
|
common_types: Remove NonCopyable struct
Lioncash
2022-02-02
1
-10
/
+0
|
*
|
|
|
general: Replace NonCopyable struct with equivalents
Lioncash
2022-02-02
12
-129
/
+219
|
*
|
|
|
general: Move deleted copy/move constructor/assignment operators to public in...
Lioncash
2022-02-02
7
-11
/
+9
*
|
|
|
|
Merge pull request #7834 from german77/repeat
bunnei
2022-02-02
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
yuzu: Disable auto repeat on hotkeys again
Narr the Reg
2022-02-01
1
-0
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #7806 from ameerj/atomic64-fallbacks
bunnei
2022-02-02
11
-3
/
+582
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
emit_glsl_atomic: Implement 32x2 fallback atomic ops
ameerj
2022-01-29
1
-9
/
+55
|
*
|
|
|
lower_int64_to_int32: Add 64-bit atomic fallbacks
ameerj
2022-01-29
3
-11
/
+76
|
*
|
|
|
shaders: Add U64->U32x2 Atomic fallback functions
ameerj
2022-01-29
9
-1
/
+469
|
|
/
/
/
*
|
|
|
Merge pull request #7807 from german77/moar-buttons
bunnei
2022-02-01
4
-3
/
+22
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
input_common: Add home and hard touch press buttons to UDP controllers
german77
2022-01-30
4
-3
/
+22
|
|
/
/
*
|
|
Merge pull request #7833 from lioncash/file-sys
Morph
2022-02-01
3
-8
/
+18
|
\
\
\
[next]