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
...
|
*
|
|
|
NVServices: Styling, define constructors as explicit and corrections
Fernando Sahmkow
2019-07-05
18
-36
/
+31
|
*
|
|
|
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
5
-14
/
+14
|
*
|
|
|
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
3
-8
/
+1
|
*
|
|
|
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
7
-57
/
+69
|
*
|
|
|
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 #2690 from SciresM/physmem_fixes
Fernando Sahmkow
2019-07-14
6
-40
/
+470
|
\
\
\
\
\
|
*
|
|
|
|
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
6
-20
/
+468
|
|
/
/
/
/
*
|
|
|
|
Clang format
David Marcec
2019-07-13
1
-2
/
+4
*
|
|
|
|
"AudioRenderer" thread should have a unique name
David Marcec
2019-07-13
2
-4
/
+4
*
|
|
|
|
Merge pull request #2717 from SciresM/unmirror_memory
bunnei
2019-07-11
2
-7
/
+34
|
\
\
\
\
\
|
*
|
|
|
|
Restore memory perms on svcUnmapMemory/UnloadNro
Michael Scire
2019-07-11
2
-7
/
+34
*
|
|
|
|
|
Merge pull request #2723 from lioncash/mem
bunnei
2019-07-11
1
-20
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
core/arm: Remove obsolete Unicorn memory mapping
Lioncash
2019-07-11
1
-20
/
+0
|
|
/
/
/
/
/
*
|
|
|
|
|
service/am: Implement IsAutoSleepDisabled
Lioncash
2019-07-11
2
-1
/
+10
*
|
|
|
|
|
service/am: Implement SetAutoSleepDisabled
Lioncash
2019-07-11
2
-1
/
+23
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #2700 from ogniK5377/GetFriendList
bunnei
2019-07-10
1
-1
/
+34
|
\
\
\
\
\
|
*
|
|
|
|
IFriendService::GetFriendList
David Marcec
2019-07-09
1
-1
/
+34
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2611 from DarkLordZach/pm-info-cmd
bunnei
2019-07-10
3
-16
/
+116
|
\
\
\
\
\
|
*
|
|
|
|
pm: Implement pm:shell and pm:dmnt GetApplicationPid
Zach Hilman
2019-06-26
3
-7
/
+33
|
*
|
|
|
|
pm: Implement pm:dmnt GetTitlePid
Zach Hilman
2019-06-26
1
-7
/
+36
|
*
|
|
|
|
pm: Implement pm:info GetTitleId
Zach Hilman
2019-06-26
1
-2
/
+47
*
|
|
|
|
|
Merge pull request #2650 from DarkLordZach/mii-iface-ver
bunnei
2019-07-10
1
-1
/
+15
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
mii: Implement IDatabaseService SetInterfaceVersion
Zach Hilman
2019-07-06
1
-1
/
+15
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #2657 from ogniK5377/npad-assignments
Zach Hilman
2019-07-08
5
-3
/
+99
|
\
\
\
\
\
|
*
|
|
|
|
addressed issues
David Marcec
2019-07-08
1
-6
/
+7
|
*
|
|
|
|
hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment
David Marcec
2019-07-01
5
-3
/
+98
[prev]
[next]