index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp
comex
2020-12-06
2
-34
/
+37
*
Merge pull request #4996 from bunnei/use-4jits
bunnei
2020-12-03
16
-120
/
+132
|
\
|
*
kernel: scheduler: Minor cleanup to remove duplicated code.
bunnei
2020-11-29
2
-46
/
+14
|
*
kernel: time_manager: Protect access with a mutex.
bunnei
2020-11-29
2
-1
/
+5
|
*
hle: kernel: thread: Remove unused "Running" state.
bunnei
2020-11-29
2
-6
/
+0
|
*
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
bunnei
2020-11-29
5
-10
/
+21
|
*
hle: kernel: time_manager: Avoid a crash on process exit.
bunnei
2020-11-29
1
-1
/
+4
|
*
hle: kernel: AddressArbiter: Remove unused code.
bunnei
2020-11-29
2
-9
/
+0
|
*
hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled.
bunnei
2020-11-29
1
-1
/
+2
|
*
common: fiber: Use boost::context instead of native fibers on Windows.
bunnei
2020-11-29
1
-1
/
+1
|
*
hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.
bunnei
2020-11-29
8
-57
/
+97
*
|
Merge pull request #5000 from lioncash/audio-error
bunnei
2020-12-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-12-03
1
-1
/
+1
*
|
Merge pull request #4998 from Morph1984/bioshock-patch
bunnei
2020-11-28
1
-2
/
+4
|
\
\
|
*
|
hid: Check if applet_resource exists in InitializeVibrationDevice
Morph
2020-11-25
1
-2
/
+4
|
|
/
*
|
Add missing types to NpadCommunicationMode
german
2020-11-28
1
-0
/
+2
*
|
Merge pull request #5021 from german77/StubCommunicationMode
bunnei
2020-11-28
4
-2
/
+50
|
\
\
|
*
|
Stub set and get NpadCommunicationMode
german
2020-11-26
4
-2
/
+50
*
|
|
savedata_factory: Eliminate usage of the global system instance
Lioncash
2020-11-27
1
-1
/
+2
*
|
|
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
|
|
/
*
|
service: am: Implement ExecuteProgram and required stubs.
bunnei
2020-11-24
2
-3
/
+34
*
|
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-11-24
16
-97
/
+98
*
|
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
*
|
Merge pull request #4944 from lioncash/system-rem
bunnei
2020-11-21
8
-31
/
+66
|
\
\
|
*
|
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
8
-31
/
+66
|
|
/
*
|
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
3
-0
/
+87
|
|
/
|
/
|
*
|
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
3
-33
/
+27
*
|
configure_input: Add per-player vibration
Morph
2020-11-15
1
-2
/
+11
*
|
settings: Remove global vibration strength modifier
Morph
2020-11-15
1
-3
/
+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
1
-5
/
+46
*
|
configure_input: Hook up the vibration percentage spinbox
Morph
2020-11-15
1
-1
/
+2
*
|
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
[next]