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
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-26
219
-897
/
+1207
*
Merge pull request #4975 from comex/invalid-syncpoint-id
bunnei
2020-11-26
1
-2
/
+2
|
\
|
*
nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID
comex
2020-11-24
1
-2
/
+2
*
|
Merge pull request #4981 from ogniK5377/ioctl-ctrl
bunnei
2020-11-25
24
-91
/
+214
|
\
\
|
*
|
nvservices: Reintroducee IoctlCtrl
Chloe Marcec
2020-11-24
24
-91
/
+214
*
|
|
Merge pull request #4976 from comex/poll-events
Rodrigo Locatti
2020-11-25
1
-2
/
+2
|
\
\
\
|
*
|
|
Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...
comex
2020-11-23
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #4978 from bunnei/shutdown-crash
bunnei
2020-11-25
1
-7
/
+17
|
\
\
\
|
*
|
|
core: cpu_manager: Fix shutdown crash when closing before emulation starts.
bunnei
2020-11-24
1
-7
/
+17
*
|
|
|
service: am: Implement ExecuteProgram and required stubs.
bunnei
2020-11-24
2
-3
/
+34
*
|
|
|
core: loader: Implement support for loading indexed programs.
bunnei
2020-11-24
12
-26
/
+74
|
/
/
/
*
|
|
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-11-24
17
-100
/
+104
*
|
|
Merge pull request #4942 from lioncash/system
Rodrigo Locatti
2020-11-24
2
-96
/
+81
|
\
\
\
|
*
|
|
core: Remove unused private Init function for the System class
Lioncash
2020-11-18
2
-16
/
+4
|
*
|
|
core: Make use of [[nodiscard]] with the System class
Lioncash
2020-11-18
2
-81
/
+78
*
|
|
|
Merge pull request #4972 from lioncash/unused4
Rodrigo Locatti
2020-11-24
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
svc: Remove unnecessary [[maybe_unused]] tag
Lioncash
2020-11-23
1
-1
/
+1
|
|
/
/
*
|
|
Fix warnings in core/frontend/input.h with [[maybe_unused]]
bunnei
2020-11-23
1
-1
/
+3
*
|
|
Merge pull request #4927 from lioncash/input-error
bunnei
2020-11-23
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
input_common: Treat warnings as errors
Lioncash
2020-11-22
1
-1
/
+1
*
|
|
Merge pull request #4451 from slashiee/extended-logging
bunnei
2020-11-23
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
logging/settings: Increase maximum log size to 100 MB and add extended loggin...
M&M
2020-08-24
1
-0
/
+1
*
|
|
Merge pull request #4944 from lioncash/system-rem
bunnei
2020-11-21
22
-126
/
+209
|
\
\
\
|
*
|
|
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
22
-126
/
+209
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #4907 from ogniK5377/nvdrv-cleanup
bunnei
2020-11-20
26
-898
/
+1220
|
\
\
\
|
*
|
|
Addressed issues
Chloe Marcec
2020-11-10
10
-17
/
+86
|
*
|
|
core: Make nvservices more standardized
Chloe Marcec
2020-11-10
26
-903
/
+1156
*
|
|
|
olsc: Move member initialization to after member functions.
bunnei
2020-11-20
1
-2
/
+2
*
|
|
|
hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...
bunnei
2020-11-19
4
-0
/
+89
|
|
/
/
|
/
|
|
*
|
|
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
[next]