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
*
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 #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
|
*
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
Fernando Sahmkow
2019-07-05
8
-9
/
+69
|
*
nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEven...
Fernando Sahmkow
2019-07-05
7
-17
/
+192
|
*
nv_services: Create GPU channels correctly
Fernando Sahmkow
2019-07-05
2
-2
/
+5
|
*
video_core: Implement GPU side Syncpoints
Fernando Sahmkow
2019-07-05
3
-7
/
+33
|
*
nv_services: Correct buffer queue fencing and GPFifo fencing
Fernando Sahmkow
2019-07-05
8
-57
/
+70
|
*
nvflinger: Implement swap intervals
Fernando Sahmkow
2019-07-05
5
-8
/
+21
*
|
Merge pull request #2687 from lioncash/tls-process
bunnei
2019-07-18
3
-14
/
+30
|
\
\
|
*
|
kernel/process: Allocate the process' TLS region during initialization
Lioncash
2019-07-07
3
-3
/
+14
|
*
|
kernel/process: Move main thread stack allocation to its own function
Lioncash
2019-07-07
2
-12
/
+17
*
|
|
Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace.
Fernando Sahmkow
2019-07-17
1
-4
/
+4
*
|
|
Merge pull request #2726 from lioncash/access
Rodrigo Locatti
2019-07-17
2
-7
/
+6
|
\
\
\
|
*
|
|
core: Remove CurrentArmInterface() global accessor
Lioncash
2019-07-12
2
-7
/
+6
*
|
|
|
Merge pull request #2690 from SciresM/physmem_fixes
Fernando Sahmkow
2019-07-14
8
-41
/
+477
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove unicorn mappings/unmappings
Michael Scire
2019-07-11
1
-19
/
+0
|
*
|
|
Prevent merging of device mapped memory blocks.
Michael Scire
2019-07-08
1
-0
/
+5
|
*
|
|
Remove unused member function declaration
Michael Scire
2019-07-07
1
-9
/
+0
|
*
|
|
physmem: add helpers, cleanup logic.
Michael Scire
2019-07-07
2
-171
/
+170
|
*
|
|
clang-format fixes
Michael Scire
2019-07-07
2
-3
/
+3
|
*
|
|
address review commentary
Michael Scire
2019-07-07
5
-36
/
+42
|
*
|
|
Implement MapPhysicalMemory/UnmapPhysicalMemory
Michael Scire
2019-07-07
8
-21
/
+475
|
|
/
/
*
|
|
Clang format
David Marcec
2019-07-13
1
-2
/
+4
[next]