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
...
|
*
|
FS: Implemented IFileSystem::CreateDirectory.
Subv
2018-03-21
6
-7
/
+29
|
*
|
FS: Implemented IFileSystem's OpenDirectory function.
Subv
2018-03-19
1
-0
/
+28
|
*
|
FS: Added the IDirectory IPC interface and implemented its two functions.
Subv
2018-03-19
1
-0
/
+51
|
*
|
FS: Implement DiskFileSystem's OpenDirectory interface.
Subv
2018-03-19
5
-6
/
+19
|
*
|
FS: Implement DiskFileSystem::GetEntryType for existing files/directories.
Subv
2018-03-19
1
-2
/
+4
|
*
|
FS: Updated the Directory Entry structure to match the Switch.
Subv
2018-03-19
5
-30
/
+84
|
*
|
FS: Support the file Append open mode.
Subv
2018-03-19
2
-2
/
+23
|
*
|
FS: Implement MountSdCard.
Subv
2018-03-19
1
-2
/
+6
|
*
|
FS: Added an SDMC archive factory and registered it to the SDMC archive on st...
Subv
2018-03-19
5
-0
/
+79
*
|
|
Service/SSL: add ssl service
mailwl
2018-03-23
4
-0
/
+43
*
|
|
Remove more N3DS References
N00byKing
2018-03-22
2
-20
/
+0
*
|
|
Service/spl: add module and services
mailwl
2018-03-22
8
-0
/
+174
|
|
/
|
/
|
*
|
Service/vi: convert services to module
mailwl
2018-03-21
8
-212
/
+160
*
|
Service: add fatal:u, fatal:p services
mailwl
2018-03-20
8
-0
/
+144
*
|
Clang Fixes
N00byKing
2018-03-19
4
-8
/
+9
*
|
oops
N00byKing
2018-03-19
1
-3
/
+3
*
|
More Warning cleanups
N00byKing
2018-03-19
3
-3
/
+3
*
|
Clean Warnings (?)
N00byKing
2018-03-19
14
-19
/
+19
|
/
*
Merge pull request #193 from N00byKing/3184_2_robotic_boogaloo
bunnei
2018-03-18
7
-41
/
+41
|
\
|
*
Implements citra-emu/citra#3184
N00byKing
2018-02-25
7
-41
/
+41
*
|
vi: Remove DequeueBuffer and wait until next available buffer.
bunnei
2018-03-18
3
-12
/
+49
*
|
hle_ipc: Add SleepClientThread to block current thread within HLE routines.
bunnei
2018-03-18
2
-0
/
+47
*
|
hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.
bunnei
2018-03-18
2
-9
/
+9
*
|
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
bunnei
2018-03-18
3
-7
/
+14
*
|
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
bunnei
2018-03-18
3
-20
/
+6
*
|
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
20
-66
/
+81
*
|
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
20
-39
/
+541
|
\
\
|
*
|
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
7
-21
/
+20
|
*
|
FS: Implement MountSaveData and some of the IFile interface.
Subv
2018-03-01
2
-0
/
+189
[prev]
[next]