index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hid: Reimplement Begin/EndPermitVibrationSession
Morph
2020-11-15
3
-5
/
+17
*
controllers/npad: Load input devices on init
Morph
2020-11-15
1
-0
/
+2
*
general: Fix compiler warnings on linux and miscellaneous changes
Morph
2020-11-15
2
-8
/
+11
*
controllers/npad: Remove the old vibration filter
Morph
2020-11-15
3
-50
/
+64
*
hid: Implement InitializeVibrationDevice and IsVibrationDeviceMounted
Morph
2020-11-15
3
-12
/
+66
*
input_common: Add VibrationDevice and VibrationDeviceFactory
Morph
2020-11-15
4
-33
/
+34
*
configure_input: Add per-player vibration
Morph
2020-11-15
2
-2
/
+12
*
settings: Remove global vibration strength modifier
Morph
2020-11-15
3
-5
/
+1
*
hid: Mark Begin/EndPermitVibrationSession as stubs
Morph
2020-11-15
3
-18
/
+4
*
controllers/npad: Send an empty vibration on destruction/deactivation
Morph
2020-11-15
3
-22
/
+38
*
hid: Stub IsVibrationDeviceMounted
Morph
2020-11-15
2
-1
/
+23
*
controllers/npad: Add heuristics to reduce rumble state changes
Morph
2020-11-15
2
-6
/
+47
*
configure_input: Hook up the vibration percentage spinbox
Morph
2020-11-15
3
-1
/
+4
*
controllers/npad: Stop games from vibrating incorrect controllers
Morph
2020-11-15
1
-0
/
+10
*
hid: Fix controller rumble based on new research
Morph
2020-11-15
3
-43
/
+69
*
hid: Pop a struct of parameters instead of popping individual parameters
Morph
2020-11-15
1
-103
/
+237
*
hid: Reorder all HID commands
Morph
2020-11-15
5
-217
/
+232
*
hid: Implement GetVibrationDeviceInfo
Morph
2020-11-15
2
-3
/
+39
*
hid: Stub InitializeVibrationDevice
Morph
2020-11-15
1
-3
/
+11
*
controllers/npad: Rename NPadType to NpadStyleSet
Morph
2020-11-15
3
-9
/
+9
*
controllers/npad: Add DeviceHandle struct
Morph
2020-11-15
1
-27
/
+50
*
settings: Preparation for per-game input settings
Morph
2020-11-15
11
-41
/
+89
*
controllers/npad: Connect a controller on init if none are connected
Morph
2020-11-15
1
-0
/
+13
*
Merge pull request #4895 from Morph1984/cave-story-plus-applet-fix
bunnei
2020-11-12
2
-26
/
+80
|
\
|
*
applets: Rename LibraryAppletVersion to ControllerAppletVersion
Morph
2020-11-08
2
-15
/
+15
|
*
applets/controller: Pop normal data for StrapGuide and FirmwareUpdate
Morph
2020-11-08
2
-6
/
+19
|
*
applets/controller: Introduce additional checks for mode and caller
Morph
2020-11-08
2
-5
/
+39
|
*
applets/controller: Add ControllerUpdateFirmwareArg struct
Morph
2020-11-08
1
-0
/
+7
*
|
Merge pull request #4901 from bunnei/caps-stub
bunnei
2020-11-09
2
-9
/
+17
|
\
\
|
*
|
hle: service: caps_u: Stub GetAlbumFileList3AaeAruid.
bunnei
2020-11-06
2
-9
/
+17
*
|
|
Merge pull request #4909 from lioncash/interrupt
Rodrigo Locatti
2020-11-08
1
-2
/
+2
|
\
\
\
|
*
|
|
cpu_interrupt_handler: Mark move contructor/assignment as deleted
Lioncash
2020-11-08
1
-2
/
+2
|
|
|
/
|
|
/
|
*
/
|
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-08
16
-7
/
+23
|
/
/
*
|
Merge pull request #4903 from bunnei/remove-gpu-integrity
bunnei
2020-11-08
1
-1
/
+0
|
\
\
|
*
|
video_core: dma_pusher: Remove integrity check on command lists.
bunnei
2020-11-07
1
-1
/
+0
*
|
|
Merge pull request #4906 from lat9nq/log-cpu-accuracy
LC
2020-11-07
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
settings: log value of CPU_Accuracy
lat9nq
2020-11-07
1
-0
/
+1
|
|
/
*
|
Merge pull request #4888 from lioncash/unicorn-remove
bunnei
2020-11-06
8
-412
/
+15
|
\
\
|
|
/
|
/
|
|
*
core: Remove usage of unicorn
Lioncash
2020-11-03
8
-412
/
+15
*
|
settings: Simplify initializer of resolution factor
Lioncash
2020-11-05
1
-1
/
+1
*
|
Merge pull request #4889 from lioncash/setting-global
bunnei
2020-11-04
2
-10
/
+21
|
\
\
|
*
|
core/settings: Move configuring_global behind an API
Lioncash
2020-11-04
2
-10
/
+21
|
|
/
*
|
Merge pull request #4858 from lioncash/initializer
bunnei
2020-11-04
2
-2
/
+14
|
\
\
|
*
|
General: Resolve a few missing initializer warnings
Lioncash
2020-10-29
2
-2
/
+14
*
|
|
Merge pull request #4869 from bunnei/improve-gpu-sync
Chloe
2020-11-04
11
-64
/
+299
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and ot...
bunnei
2020-11-01
2
-3
/
+11
|
*
|
core: Initialize GPU before services.
bunnei
2020-11-01
1
-4
/
+6
|
*
|
hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other imp...
bunnei
2020-11-01
3
-46
/
+106
|
*
|
service: hle: nvflinger: Fix potential shutdown crash when GPU is destroyed.
bunnei
2020-11-01
1
-0
/
+4
|
*
|
hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.
bunnei
2020-11-01
3
-9
/
+31
[next]