index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #241 from Subv/gpu_method_call
bunnei
2018-03-16
9
-8
/
+97
|
\
|
*
GPU: Process command mode 5 (IncreaseOnce) differently from other commands.
Subv
2018-03-16
9
-8
/
+97
*
|
Merge pull request #239 from Subv/shaders
bunnei
2018-03-16
2
-2
/
+63
|
\
\
|
*
|
GPU: Assert that we get a 0 CODE_ADDRESS register in the 3D engine.
Subv
2018-03-16
1
-0
/
+8
|
*
|
GPU: Added Maxwell registers for Shader Program control.
Subv
2018-03-16
1
-2
/
+55
|
|
/
*
|
nvflinger: Remove superfluous buffer format check.
bunnei
2018-03-16
1
-3
/
+1
*
|
process: MirrorMemory should use MemoryState::Mapped.
bunnei
2018-03-16
1
-1
/
+1
*
|
process: Unmap previously allocated heap.
bunnei
2018-03-16
1
-1
/
+3
*
|
arm_interface: Support unmapping previously mapped memory.
bunnei
2018-03-16
6
-2
/
+18
*
|
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
bunnei
2018-03-16
3
-29
/
+5
*
|
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
6
-11
/
+6
*
|
memory: Add regions for map region, "new" map region, etc.
bunnei
2018-03-16
1
-19
/
+29
*
|
process: Fix stack memory state.
bunnei
2018-03-16
1
-2
/
+4
*
|
MemoryState: Add additional memory states and improve naming.
bunnei
2018-03-16
5
-18
/
+45
*
|
IGeneralService: fix function list
mailwl
2018-03-16
1
-2
/
+3
*
|
Service/NIFM: stub cancel function
mailwl
2018-03-16
1
-1
/
+6
*
|
Service/NIFM: convert to module
mailwl
2018-03-16
8
-122
/
+75
|
/
*
core: Move process creation out of global state.
bunnei
2018-03-14
22
-72
/
+87
*
Merge pull request #213 from Hexagon12/dynarmic-default
bunnei
2018-03-07
1
-1
/
+1
|
\
|
*
pls, that was easy
Hexagon12
2018-02-14
1
-1
/
+1
*
|
GPU: Intercept writes to the VERTEX_END_GL register.
Subv
2018-03-04
2
-1
/
+18
*
|
Merge pull request #229 from Subv/ensuresavedata_impl
bunnei
2018-03-04
12
-43
/
+91
|
\
\
|
*
|
FS: Use the correct error code when trying to open files that don't exist.
Subv
2018-03-04
2
-26
/
+6
|
*
|
FS: Stubbed CreateSaveData. It currently does nothing.
Subv
2018-03-04
2
-0
/
+15
|
*
|
FS: Make EnsureSaveData create the savedata folder when called for the first ...
Subv
2018-03-04
8
-17
/
+70
*
|
|
CoreTiming: Unschedule the pending events when an Interface is destroyed.
Subv
2018-03-04
3
-2
/
+10
|
/
/
*
|
Merge pull request #226 from Subv/buffer_queue_event
bunnei
2018-03-03
1
-0
/
+3
|
\
\
|
*
|
Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.
Subv
2018-03-03
1
-0
/
+3
*
|
|
Service/Set: add more services
mailwl
2018-03-03
12
-10
/
+348
|
/
/
*
|
Merge pull request #216 from Subv/savedata
bunnei
2018-03-01
22
-44
/
+546
|
\
\
|
*
|
SaveData: Use the current titleid when opening the savedata archive.
Subv
2018-03-01
1
-2
/
+3
|
*
|
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-01
9
-26
/
+25
|
*
|
FS: Implement MountSaveData and some of the IFile interface.
Subv
2018-03-01
2
-0
/
+189
|
*
|
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-03-01
10
-16
/
+329
|
*
|
ResultCode: Mark any error code that isn't 0 as an error.
Subv
2018-02-27
1
-2
/
+2
*
|
|
thread: Clear the process list on shutdown.
Jules Blok
2018-02-27
1
-1
/
+3
|
/
/
*
|
Removes the use of QKeySequence::Cancel (#186)
Vishal Sharma
2018-02-26
1
-1
/
+2
*
|
Merge pull request #207 from mailwl/duplicatesession
bunnei
2018-02-26
3
-6
/
+12
|
\
\
|
*
|
Add warning if Domain request has no domain message header
mailwl
2018-02-20
1
-0
/
+3
|
*
|
Fix: change check for domain order and existance of domain message header
mailwl
2018-02-20
3
-3
/
+4
|
*
|
IPC: add domain header to response if only it exists in request
mailwl
2018-02-20
3
-6
/
+8
*
|
|
Merge pull request #215 from N00byKing/umapsharedmmry
bunnei
2018-02-25
2
-1
/
+17
|
\
\
\
|
*
|
|
(Hopefully) Fix MinGW Build
N00byKing
2018-02-25
1
-1
/
+1
|
*
|
|
Add UnmapSharedMemory
N00byKing
2018-02-25
2
-1
/
+17
*
|
|
|
file_sys: Style tweaks
shinyquagsire23
2018-02-25
2
-11
/
+5
*
|
|
|
loader: Check error on NPDM load, use TID for CodeSet
shinyquagsire23
2018-02-25
3
-6
/
+10
*
|
|
|
loader: Use NPDM information when loading NSOs
shinyquagsire23
2018-02-25
2
-4
/
+15
*
|
|
|
file_sys: Add support for parsing NPDM files
shinyquagsire23
2018-02-25
3
-0
/
+276
*
|
|
|
Merge pull request #212 from mailwl/stubs
bunnei
2018-02-23
10
-9
/
+112
|
\
\
\
\
|
*
|
|
|
Stub more functions
mailwl
2018-02-22
7
-8
/
+90
[next]