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
*
common/alignment: Rename AlignBits to AlignUpLog2
ReinUsesLisp
2021-01-15
4
-16
/
+15
*
Merge pull request #5352 from ReinUsesLisp/remove-tester
LC
2021-01-15
12
-1057
/
+0
|
\
|
*
cmake: Remove yuzu_tester
ReinUsesLisp
2021-01-15
12
-1057
/
+0
*
|
core/cmake: Remove Werror flags already defined code-base wide
ReinUsesLisp
2021-01-15
1
-2
/
+0
*
|
video_core/cmake: Remove Werror flags already defined code-base wide
ReinUsesLisp
2021-01-15
1
-2
/
+0
*
|
Merge pull request #5351 from ReinUsesLisp/vc-unused-functions
LC
2021-01-15
2
-4
/
+1
|
\
\
|
*
|
cmake: Enforce -Wunused-function code-base wide
ReinUsesLisp
2021-01-15
2
-1
/
+1
|
*
|
video_core: Enforce -Wunused-function
ReinUsesLisp
2021-01-15
1
-0
/
+1
|
*
|
vk_buffer_cache: Remove unused function
ReinUsesLisp
2021-01-15
1
-4
/
+0
*
|
|
Merge pull request #5350 from ReinUsesLisp/vk-init-warns
Rodrigo Locatti
2021-01-15
2
-145
/
+146
|
\
\
\
|
*
|
|
vulkan_common: Silence missing initializer warnings
ReinUsesLisp
2021-01-15
2
-145
/
+146
|
|
/
/
*
|
|
Merge pull request #5349 from ReinUsesLisp/anv-fix
LC
2021-01-15
2
-18
/
+20
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
vulkan_device: Enable shaderStorageImageMultisample conditionally
ReinUsesLisp
2021-01-15
2
-18
/
+20
|
|
/
*
|
astc: Increase integer encoded vector size
ReinUsesLisp
2021-01-15
1
-1
/
+1
*
|
astc: Return zero on out of bound bits
ReinUsesLisp
2021-01-15
1
-17
/
+22
|
/
*
yuzu: Remove unused variables in Qt code
Lioncash
2021-01-14
2
-21
/
+2
*
Merge pull request #5343 from lioncash/qt6
Morph
2021-01-14
1
-6
/
+9
|
\
|
*
configure_motion_touch: Migrate off QRegExp to QRegularExpression
Lioncash
2021-01-13
1
-6
/
+9
*
|
configure_motion_touch: Prevent use after move in ApplyConfiguration()
Lioncash
2021-01-13
1
-2
/
+1
|
/
*
Merge pull request #5330 from german77/regexerror
LC
2021-01-13
1
-2
/
+3
|
\
|
*
Fix IP validator error where the last octet produced an error if the value wa...
german
2021-01-13
1
-2
/
+3
*
|
Merge pull request #5342 from lioncash/qt6
bunnei
2021-01-13
2
-3
/
+3
|
\
\
|
*
|
yuzu: Migrate off of setMargin() to setContentsMargins()
Lioncash
2021-01-13
2
-3
/
+3
*
|
|
vulkan_device: Remove requirement on shaderStorageImageMultisample
ReinUsesLisp
2021-01-13
1
-1
/
+0
*
|
|
cmake: Enforce -Werror=switch and -Werror=unused-variable
Morph
2021-01-13
1
-0
/
+2
*
|
|
Merge pull request #5280 from FearlessTobi/port-5666
bunnei
2021-01-12
1
-4
/
+12
|
\
\
\
|
*
|
|
Address review comments
FearlessTobi
2021-01-04
1
-5
/
+5
|
*
|
|
Delete the old log file before rotating (#5675)
xperia64
2021-01-04
1
-0
/
+3
|
*
|
|
Fix the old log file to work with the log parser.
bunnei
2021-01-03
1
-1
/
+1
|
*
|
|
Rotate previous log file to '.old' if it exists
xperia64
2021-01-03
1
-4
/
+9
*
|
|
|
Merge pull request #5311 from ReinUsesLisp/fence-wait
bunnei
2021-01-12
3
-54
/
+18
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
vk_fence_manager: Use timeline semaphores instead of spin waits
ReinUsesLisp
2021-01-08
3
-54
/
+18
*
|
|
|
common/parent_of_member: Replace TYPED_STORAGE define with template alias
Lioncash
2021-01-11
2
-8
/
+10
*
|
|
|
hle: kernel: thread: Preserve thread wait reason for debugging only.
bunnei
2021-01-11
8
-4
/
+74
*
|
|
|
yuzu: debugger: wait_tree: Handle unknown ThreadState.
bunnei
2021-01-11
1
-0
/
+3
*
|
|
|
hle: kernel: k_scheduler_lock: Fix shadowing errors.
bunnei
2021-01-11
1
-1
/
+1
*
|
|
|
core: arm: arm_interface: Fix shadowing errors.
bunnei
2021-01-11
1
-3
/
+4
*
|
|
|
core: hle: Add missing calls to MicroProfileOnThreadExit.
bunnei
2021-01-11
2
-0
/
+5
*
|
|
|
core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.
bunnei
2021-01-11
15
-1182
/
+508
*
|
|
|
core: hle: kernel: Update KAddressArbiter.
bunnei
2021-01-11
3
-0
/
+437
*
|
|
|
core: hle: kernel: Update KConditionVariable.
bunnei
2021-01-11
4
-0
/
+413
*
|
|
|
core: hle: kernel: Begin moving common SVC defintions to its own header.
bunnei
2021-01-11
2
-0
/
+14
*
|
|
|
hle: kernel: Remove unnecessary AddressArbiter definition.
bunnei
2021-01-11
1
-1
/
+0
*
|
|
|
common: common_funcs: Add R_UNLESS macro.
bunnei
2021-01-11
1
-0
/
+8
*
|
|
|
hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged.
bunnei
2021-01-11
2
-6
/
+3
*
|
|
|
hle: kernel: Rename thread "status" to "state".
bunnei
2021-01-11
1
-2
/
+2
*
|
|
|
hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single Thr...
bunnei
2021-01-11
12
-172
/
+111
*
|
|
|
core: hle: kernel: Add some useful functions for checking kernel addresses.
bunnei
2021-01-11
1
-0
/
+19
*
|
|
|
core: hle: kernel: svc_types: Add type definitions for KAddressArbiter.
bunnei
2021-01-11
1
-0
/
+12
*
|
|
|
common: Introduce useful tree structures.
bunnei
2021-01-11
4
-0
/
+1641
[next]