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 #3340 from SciresM/pmdx
bunnei
2020-01-24
2
-3
/
+10
|
\
|
*
loader: provide default arguments (zero byte) to NSOs
Michael Scire
2020-01-22
2
-3
/
+10
*
|
Input: UDP Client to provide motion and touch controls
fearlessTobi
2020-01-23
1
-0
/
+3
*
|
service: time: Implement ToPosixTimeWithMyRule.
bunnei
2020-01-22
4
-1
/
+34
|
/
*
time: Fix month off-by-one error.
bunnei
2020-01-20
1
-2
/
+2
*
Merge pull request #3271 from bunnei/time-rewrite
bunnei
2020-01-19
43
-534
/
+3665
|
\
|
*
service: time: Implement GetStandardLocalSystemClock.
bunnei
2020-01-04
3
-1
/
+9
|
*
time: Remove overflow error checking (currently breaks ADO builds).
bunnei
2020-01-04
2
-18
/
+2
|
*
service: time: Implement GetClockSnapshotFromSystemClockContext.
bunnei
2020-01-04
3
-3
/
+27
|
*
service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.
bunnei
2020-01-04
5
-1
/
+51
|
*
system_archive: Add a basic HLE implementation for time zone binary.
bunnei
2020-01-04
4
-1
/
+675
|
*
service: time: Rewrite implementation of glue services.
bunnei
2020-01-04
35
-444
/
+2834
|
*
core: Initialize several structs that make use of Common::UUID.
bunnei
2020-01-04
5
-100
/
+101
*
|
core/memory: Create a special MapMemoryRegion for physical memory.
Markus Wick
2020-01-18
4
-4
/
+31
*
|
core/hle: Simplify PhysicalMemory usage in vm_manager.
Markus Wick
2020-01-18
1
-23
/
+11
*
|
core/loaders: Simplify PhysicalMemory usage.
Markus Wick
2020-01-18
3
-8
/
+12
*
|
core/kernel: Fix GetTotalPhysicalMemoryUsed.
Markus Wick
2020-01-11
1
-2
/
+2
*
|
Merge pull request #3272 from bunnei/vi-close-layer
bunnei
2020-01-07
5
-11
/
+48
|
\
\
|
*
|
service: vi: Implement CloseLayer.
bunnei
2020-01-04
5
-11
/
+48
|
|
/
*
|
Merge pull request #3261 from degasus/page_table
bunnei
2020-01-06
2
-9
/
+17
|
\
\
|
*
|
core/memory + arm/dynarmic: Use a global offset within our arm page table.
Markus Wick
2020-01-01
2
-9
/
+17
*
|
|
Merge pull request #3257 from degasus/no_busy_loops
bunnei
2020-01-06
1
-1
/
+1
|
\
\
\
|
*
|
|
video_core: Block in WaitFence.
Markus Wick
2019-12-30
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #2945 from FernandoS27/fix-bcat
bunnei
2020-01-05
1
-3
/
+17
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
nifm: Only return that there's an internet connection when there's a BCATServer
Fernando Sahmkow
2019-11-06
1
-3
/
+17
*
|
|
Merge pull request #3247 from FernandoS27/remap-fix
bunnei
2020-01-03
2
-3
/
+5
|
\
\
\
|
*
|
|
NvServices: Correct Ioctl Remap.
Fernando Sahmkow
2019-12-25
2
-3
/
+5
|
|
|
/
|
|
/
|
*
/
|
yuzu: Remove Maxwell debugger
ReinUsesLisp
2020-01-02
2
-14
/
+0
|
/
/
*
|
Merge pull request #3214 from lioncash/svc-func
bunnei
2019-12-12
2
-9
/
+6
|
\
\
|
*
|
kernel/svc: Correct function signature of SignalProcessWideKey
Lioncash
2019-12-11
2
-9
/
+6
*
|
|
Kernel: Correct behavior of Address Arbiter threads. (#3165)
Fernando Sahmkow
2019-12-11
3
-24
/
+67
|
/
/
*
|
Merge pull request #3201 from lioncash/dump
bunnei
2019-12-10
2
-2
/
+24
|
\
\
|
*
|
kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew
Lioncash
2019-12-07
2
-2
/
+24
*
|
|
kernel: Remove unnecessary includes
Lioncash
2019-12-07
15
-11
/
+17
|
/
/
*
|
CpuCore: Clear exclusive state after doing a run in dynarmic.
Fernando Sahmkow
2019-12-05
2
-1
/
+2
*
|
telemetry_session: Report renderer backend
ReinUsesLisp
2019-12-02
1
-0
/
+1
*
|
telemetry_session: Use temporary to avoid writing the same enum
ReinUsesLisp
2019-12-02
1
-16
/
+11
*
|
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-28
19
-167
/
+246
*
|
Merge pull request #3169 from lioncash/memory
bunnei
2019-11-28
38
-674
/
+1241
|
\
\
|
*
|
core/memory; Migrate over SetCurrentPageTable() to the Memory class
Lioncash
2019-11-26
3
-26
/
+34
|
*
|
core/memory: Migrate over GetPointerFromVMA() to the Memory class
Lioncash
2019-11-26
1
-36
/
+36
|
*
|
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
14
-153
/
+298
|
*
|
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
17
-167
/
+292
|
*
|
core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class
Lioncash
2019-11-26
2
-91
/
+161
|
*
|
core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class
Lioncash
2019-11-26
2
-68
/
+77
|
*
|
core/memory: Migrate over ReadCString() to the Memory class
Lioncash
2019-11-26
3
-18
/
+40
|
*
|
core/memory: Migrate over GetPointer()
Lioncash
2019-11-26
3
-18
/
+45
|
*
|
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-26
17
-41
/
+66
|
*
|
core/memory: Move memory read/write implementation functions into an anonymou...
Lioncash
2019-11-26
1
-97
/
+98
|
*
|
core/memory: Migrate over address checking functions to the new Memory class
Lioncash
2019-11-26
6
-39
/
+70
[next]