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
*
input_common/motion_input: Make use of Common::PI constant
Morph
2020-09-02
3
-5
/
+10
*
Merge pull request #4570 from german77/motionInput
bunnei
2020-09-02
4
-0
/
+276
|
\
|
*
Fix orientation errors and improve drift correction
german
2020-08-27
2
-14
/
+31
|
*
Address comments
german
2020-08-27
2
-85
/
+65
|
*
Implement a basic class for motion devices
german
2020-08-27
4
-0
/
+279
*
|
Merge pull request #4382 from FearlessTobi/port-udp-config
bunnei
2020-09-01
22
-13
/
+1959
|
\
\
|
*
|
Address second batch of reviews
FearlessTobi
2020-08-30
9
-30
/
+27
|
*
|
Reolve reorder warning
FearlessTobi
2020-08-29
2
-3
/
+3
|
*
|
Address review comments and fix code compilation
FearlessTobi
2020-08-29
13
-155
/
+218
|
*
|
yuzu: Add motion and touch configuration
FearlessTobi
2020-08-29
18
-3
/
+1889
*
|
|
Merge pull request #4588 from ReinUsesLisp/tsan-event
bunnei
2020-08-31
1
-4
/
+5
|
\
\
\
|
*
|
|
common/thread: Fix data race in is_set
ReinUsesLisp
2020-08-26
1
-4
/
+5
*
|
|
|
Merge pull request #4589 from ReinUsesLisp/tsan-host
bunnei
2020-08-31
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
hle/kernel: Fix data race in GetCurrentHostThreadID
ReinUsesLisp
2020-08-26
1
-1
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #4461 from comex/thread-names
LC
2020-08-31
2
-1
/
+13
|
\
\
\
\
|
*
|
|
|
Fix thread naming on Linux, which limits names to 15 bytes.
comex
2020-08-05
2
-1
/
+13
*
|
|
|
|
vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_state
ReinUsesLisp
2020-08-30
1
-6
/
+9
*
|
|
|
|
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
[next]