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
*
Merge pull request #2834 from Morph1984/audrenu_QueryAudioDeviceInputEvent
David
2019-09-05
1
-1
/
+15
|
\
|
*
Add Kernel::EventPair audio_input_device_switch_event;
Morph1984
2019-09-03
1
-0
/
+1
|
*
audren_u: Stub IAudioDevice::QueryAudioDeviceInputEvent
Morph1984
2019-09-03
1
-1
/
+14
*
|
Merge pull request #2836 from Morph1984/hid_vibration
David
2019-09-05
4
-2
/
+32
|
\
\
|
*
|
ditto
Morph1984
2019-09-04
1
-1
/
+1
|
*
|
IsVibrationEnabled() as a const member func
Morph1984
2019-09-04
1
-1
/
+1
|
*
|
clang-format
Morph1984
2019-09-04
1
-2
/
+2
|
*
|
Update npad.h
Morph1984
2019-09-04
1
-0
/
+1
|
*
|
Update npad.cpp
Morph1984
2019-09-04
1
-0
/
+6
|
*
|
Update hid.h
Morph1984
2019-09-04
1
-0
/
+2
|
*
|
Update hid.cpp
Morph1984
2019-09-04
1
-2
/
+23
|
|
/
*
|
Merge pull request #2818 from MysticExile/fmt
David
2019-09-05
2
-2
/
+2
|
\
\
|
*
|
Fix clang-format
Ethan
2019-09-04
1
-1
/
+1
|
*
|
accommodate for fmt update
Ethan
2019-08-29
2
-2
/
+2
|
|
/
*
|
AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827)
mailwl
2019-09-04
2
-0
/
+16
*
|
Merge pull request #2829 from Morph1984/audio
bunnei
2019-09-04
1
-2
/
+15
|
\
\
|
*
|
remove <f32>
Morph1984
2019-09-03
1
-1
/
+1
|
*
|
explicitly represent 1 as a float (1.0f instead of 1)
Morph1984
2019-09-03
1
-1
/
+1
|
*
|
Change u32 -> f32
Morph1984
2019-09-03
1
-1
/
+1
|
*
|
service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume
Morph1984
2019-09-03
1
-2
/
+15
|
|
/
*
|
Merge pull request #2708 from DarkLordZach/mii-db-source-crash
David
2019-09-04
1
-0
/
+4
|
\
\
|
*
|
mii: Handle logging of unknown database source
Zach Hilman
2019-07-10
1
-0
/
+4
*
|
|
Merge pull request #2793 from ReinUsesLisp/bgr565
bunnei
2019-09-03
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
ReinUsesLisp
2019-08-21
1
-1
/
+1
*
|
|
Merge pull request #2748 from FernandoS27/align-memory
bunnei
2019-08-21
14
-37
/
+59
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Kernel: Address Feedback
Fernando Sahmkow
2019-07-19
2
-3
/
+9
|
*
|
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
14
-36
/
+52
*
|
|
Merge pull request #2747 from lioncash/audio
bunnei
2019-08-18
7
-108
/
+179
|
\
\
\
|
*
|
|
service/audren_u: Handle audio USB output revision queries in ListAudioDevice...
Lioncash
2019-07-19
2
-16
/
+45
|
*
|
|
service/audren_u: Move revision testing code out of AudRenU
Lioncash
2019-07-19
2
-63
/
+63
|
*
|
|
service/audio: Remove global system accessors
Lioncash
2019-07-19
7
-34
/
+54
|
*
|
|
service/audren_u: Remove unnecessary return value from GetActiveAudioDeviceNa...
Lioncash
2019-07-19
1
-2
/
+1
|
*
|
|
service/audren_u: Report proper device names
Lioncash
2019-07-19
1
-6
/
+29
|
|
/
/
*
|
|
Merge pull request #2592 from FernandoS27/sync1
bunnei
2019-07-26
35
-170
/
+627
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
NVServices: Correct delayed responses.
Fernando Sahmkow
2019-07-05
1
-24
/
+19
|
*
|
Nv_Host_Ctrl: Correct difference calculation
Fernando Sahmkow
2019-07-05
1
-5
/
+7
|
*
|
NVServices: Address Feedback
Fernando Sahmkow
2019-07-05
8
-21
/
+38
|
*
|
NVServices: Styling, define constructors as explicit and corrections
Fernando Sahmkow
2019-07-05
20
-41
/
+49
|
*
|
NVFlinger: Correct GCC compile error
Fernando Sahmkow
2019-07-05
6
-17
/
+16
|
*
|
NVServices: Make NVEvents Automatic according to documentation.
Fernando Sahmkow
2019-07-05
2
-4
/
+7
|
*
|
NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.
Fernando Sahmkow
2019-07-05
23
-31
/
+104
|
*
|
GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirror...
Fernando Sahmkow
2019-07-05
7
-19
/
+22
|
*
|
nvflinger: Make the force 30 fps still force 30 fps
Fernando Sahmkow
2019-07-05
1
-1
/
+1
|
*
|
nv_services: Fixes to event liberation.
Fernando Sahmkow
2019-07-05
1
-6
/
+14
|
*
|
nvflinger: Acquire buffers in the same order as they were queued.
Fernando Sahmkow
2019-07-05
2
-3
/
+11
|
*
|
nv_services: Deglobalize NvServices
Fernando Sahmkow
2019-07-05
23
-51
/
+65
|
*
|
nv_host_ctrl: Make Sync GPU variant always return synced result.
Fernando Sahmkow
2019-07-05
1
-0
/
+5
|
*
|
nvhost_ctrl: Corrections to event handling
Fernando Sahmkow
2019-07-05
2
-8
/
+12
|
*
|
Gpu: Mark areas as protected.
Fernando Sahmkow
2019-07-05
1
-0
/
+6
|
*
|
nv_services: Stub CtrlEventSignal
Fernando Sahmkow
2019-07-05
2
-12
/
+34
[next]