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
...
*
|
|
Service/sockets: add bsd:s, nsd:a, nsd:u services
mailwl
2018-03-25
7
-30
/
+92
|
/
/
*
|
Merge pull request #265 from bunnei/tegra-progress-2
bunnei
2018-03-23
2
-6
/
+7
|
\
\
|
*
|
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
bunnei
2018-03-23
1
-6
/
+0
|
*
|
renderer_opengl: Better handling of framebuffer transform flags.
bunnei
2018-03-23
2
-3
/
+3
|
*
|
nvdisp_disp0: Always flush and invalidate framebuffer region.
bunnei
2018-03-22
1
-0
/
+7
|
*
|
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-22
1
-3
/
+3
*
|
|
Merge pull request #255 from Subv/sd_card
bunnei
2018-03-23
3
-2
/
+106
|
\
\
\
|
*
|
|
FS: Implemented IFileSystem::CreateDirectory.
Subv
2018-03-21
1
-0
/
+15
|
*
|
|
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 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
2
-0
/
+6
*
|
|
|
Service/SSL: add ssl service
mailwl
2018-03-23
3
-0
/
+41
*
|
|
|
Service/spl: add module and services
mailwl
2018-03-22
7
-0
/
+168
|
|
/
/
|
/
|
|
*
|
|
Service/vi: convert services to module
mailwl
2018-03-21
8
-212
/
+160
*
|
|
Service: add fatal:u, fatal:p services
mailwl
2018-03-20
7
-0
/
+138
*
|
|
Clang Fixes
N00byKing
2018-03-19
3
-7
/
+7
*
|
|
oops
N00byKing
2018-03-19
1
-3
/
+3
*
|
|
More Warning cleanups
N00byKing
2018-03-19
2
-2
/
+2
*
|
|
Clean Warnings (?)
N00byKing
2018-03-19
10
-15
/
+15
|
/
/
*
|
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
1
-0
/
+3
*
|
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
3
-8
/
+3
*
|
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
11
-39
/
+43
*
|
Merge pull request #229 from Subv/ensuresavedata_impl
bunnei
2018-03-04
5
-2
/
+55
|
\
\
|
*
|
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
3
-2
/
+40
*
|
|
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
11
-10
/
+340
|
/
/
*
|
Merge pull request #216 from Subv/savedata
bunnei
2018-03-01
7
-13
/
+209
|
\
\
|
*
|
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-01
2
-9
/
+8
|
*
|
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
2
-2
/
+10
|
*
|
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
|
/
[prev]
[next]