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
*
Merge pull request #4601 from lioncash/const3
bunnei
2020-08-29
1
-52
/
+62
|
\
|
*
sdl_impl: Reduce allocations in GetButtonMappingForDevice()
Lioncash
2020-08-28
1
-31
/
+37
|
*
sdl_impl: Make use of std::move on std::string where applicable
Lioncash
2020-08-28
1
-3
/
+3
|
*
sdl_impl: Make use of insert_or_assign() where applicable
Lioncash
2020-08-28
1
-14
/
+18
|
*
sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() defau...
Lioncash
2020-08-28
1
-1
/
+1
|
*
sdl_impl: Simplify make_tuple call
Lioncash
2020-08-28
1
-1
/
+1
|
*
sdl_impl: Mark FromEvent() as a const member function
Lioncash
2020-08-28
1
-2
/
+2
*
|
Merge pull request #4605 from lioncash/copy3
bunnei
2020-08-29
1
-1
/
+1
|
\
\
|
*
|
bootmanager: Prevent unnecessary copies in TouchUpdateEvent()
Lioncash
2020-08-29
1
-1
/
+1
|
|
/
*
|
Merge pull request #4604 from lioncash/lifetime
LC
2020-08-29
4
-7
/
+8
|
\
\
|
*
|
yuzu/main: Amend lifetime issues with InputSubsystem
Lioncash
2020-08-29
4
-7
/
+8
|
|
/
*
/
yuzu/configuration: Fix index out of bounds for default_analogs
Morph
2020-08-29
3
-12
/
+13
|
/
*
Merge pull request #4600 from lioncash/prototype
LC
2020-08-28
3
-8
/
+11
|
\
|
*
input_common/main: Remove unnecessary headers
Lioncash
2020-08-28
3
-5
/
+11
|
*
input_common/main: Remove unimplemented prototype
Lioncash
2020-08-28
1
-3
/
+0
*
|
vk_device: Blacklist AMD proprietary from VK_EXT_extended_dynamic_state
ReinUsesLisp
2020-08-28
1
-1
/
+6
|
/
*
Merge pull request #4544 from lioncash/input-sub
bunnei
2020-08-28
25
-242
/
+396
|
\
|
*
input_common: Eliminate most global state
Lioncash
2020-08-27
25
-242
/
+396
*
|
Merge pull request #4586 from yuzu-emu/tsan-cpu-interrupt
bunnei
2020-08-28
2
-5
/
+4
|
\
\
|
|
/
|
/
|
|
*
cpu_interrupt_handler: Misc style changes
ReinUsesLisp
2020-08-26
2
-5
/
+3
|
*
cpu_interrupt_handler: Make is_interrupted an atomic
ReinUsesLisp
2020-08-26
2
-2
/
+3
*
|
Merge pull request #4530 from Morph1984/mjolnir-p1
bunnei
2020-08-27
44
-3191
/
+8385
|
\
\
|
*
|
input_common/main: Add "/Mouse" to the display name
Morph
2020-08-26
1
-1
/
+1
|
*
|
configure_input_player: Fix modifier scale button mapping
Morph
2020-08-26
2
-20
/
+19
|
*
|
configuration/input: Add support for mouse button clicks
Morph
2020-08-26
5
-11
/
+82
|
*
|
controllers/npad: Fix inconsistencies with controller connection statuses
Morph
2020-08-26
1
-1
/
+7
|
*
|
controllers/npad: Fix LibNX controller connection statuses
Morph
2020-08-26
1
-1
/
+9
|
*
|
controllers/npad: Fix LedPattern for P1-4
Morph
2020-08-26
1
-3
/
+3
|
*
|
input_common: Fix directional deadzone values
Morph
2020-08-26
2
-2
/
+2
|
*
|
Address feedback
Morph
2020-08-26
13
-96
/
+77
|
*
|
Project Mjölnir: Part 1
Morph
2020-08-26
43
-3177
/
+8306
|
|
/
*
|
Merge pull request #4577 from lioncash/asserts
bunnei
2020-08-27
1
-3
/
+4
|
\
\
|
*
|
common/assert: Make use of C++ attribute syntax
Lioncash
2020-08-24
1
-3
/
+4
*
|
|
Merge pull request #4524 from lioncash/memory-log
bunnei
2020-08-27
1
-1
/
+2
|
\
\
\
|
*
|
|
shader/memory: Amend UNIMPLEMENTED_IF_MSG without a message
Lioncash
2020-08-14
1
-1
/
+2
*
|
|
|
Merge pull request #4569 from ReinUsesLisp/glsl-cmake
bunnei
2020-08-26
12
-51
/
+127
|
\
\
\
\
|
*
|
|
|
video_core/host_shaders: Add CMake integration for string shaders
ReinUsesLisp
2020-08-23
7
-42
/
+106
|
*
|
|
|
gl_shader_util: Use std::string_view instead of star pointer
ReinUsesLisp
2020-08-23
5
-9
/
+21
*
|
|
|
|
Merge pull request #4555 from ReinUsesLisp/fix-primitive-topology
bunnei
2020-08-26
3
-13
/
+14
|
\
\
\
\
\
|
*
|
|
|
|
vk_state_tracker: Fix primitive topology
ReinUsesLisp
2020-08-20
3
-13
/
+14
*
|
|
|
|
|
memory_manager: Make use of [[nodiscard]] in the interface
Lioncash
2020-08-26
1
-17
/
+17
*
|
|
|
|
|
memory_manager: Make operator+ const qualified
Lioncash
2020-08-26
1
-1
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #4574 from lioncash/const-fn
bunnei
2020-08-25
2
-3
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
memory_manager: Mark IsGranularRange() as a const member function
Lioncash
2020-08-24
2
-3
/
+3
*
|
|
|
|
|
Merge pull request #4563 from lioncash/rcache
bunnei
2020-08-25
1
-17
/
+16
|
\
\
\
\
\
\
|
*
|
|
|
|
|
registered_cache: Make use of ends_with for string suffix checking
Lioncash
2020-08-23
1
-2
/
+1
|
*
|
|
|
|
|
registered_cache: Make use of designated initializers
Lioncash
2020-08-23
1
-15
/
+15
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #4548 from lioncash/color
bunnei
2020-08-25
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
common/color: Migrate code over to the Common namespace
Lioncash
2020-08-18
1
-2
/
+2
*
|
|
|
|
|
|
Merge pull request #4542 from ReinUsesLisp/gpu-init-base
bunnei
2020-08-24
22
-119
/
+172
|
\
\
\
\
\
\
\
[next]