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
...
*
|
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
|
/
*
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
*
|
|
Merge pull request #212 from mailwl/stubs
bunnei
2018-02-23
9
-8
/
+110
|
\
\
\
|
*
|
|
Stub more functions
mailwl
2018-02-22
7
-8
/
+90
|
*
|
|
Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions
mailwl
2018-02-22
4
-0
/
+20
|
|
/
/
*
/
/
time: Add missing time:s functions, used for libnx
shinyquagsire23
2018-02-23
1
-0
/
+4
|
/
/
*
/
time: Add GetStandardLocalSystemClock, used by libnx
shinyquagsire23
2018-02-21
3
-0
/
+9
|
/
*
Merge pull request #206 from mailwl/aoc-listaddoncontent
bunnei
2018-02-20
2
-2
/
+26
|
\
|
*
Service/AOC: stub ListAddOnContent function
mailwl
2018-02-20
2
-2
/
+26
*
|
acc_u0: Stub ListOpenUsers service function.
bunnei
2018-02-19
2
-1
/
+11
*
|
service: Add Friend service interface.
bunnei
2018-02-19
5
-0
/
+96
|
/
*
Merge pull request #202 from bunnei/scheduler-cleanup
bunnei
2018-02-19
7
-369
/
+223
|
\
|
*
scheduler: Cleanup based on PR feedback.
bunnei
2018-02-19
2
-4
/
+3
|
*
kernel: Use Scheduler class for threading.
bunnei
2018-02-18
3
-172
/
+16
|
*
kernel: Add Scheduler, which encapsulates the scheduling loading from Thread ...
bunnei
2018-02-18
2
-0
/
+208
|
*
kernel: Remove unused address_arbiter code.
bunnei
2018-02-18
4
-197
/
+0
*
|
AM: Corrected the response in EnsureSaveData.
Subv
2018-02-18
1
-1
/
+2
|
/
*
Merge pull request #201 from Subv/ipc_delay_
bunnei
2018-02-18
4
-50
/
+63
|
\
|
*
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starv...
Subv
2018-02-18
4
-50
/
+63
*
|
Merge pull request #200 from Subv/bufferproducerfence
bunnei
2018-02-18
5
-28
/
+68
|
\
\
|
|
/
|
/
|
|
*
nvmap: Make IocFromId return the same existing handle instead of creating a n...
Subv
2018-02-17
1
-5
/
+2
|
*
Parcel: Ensure we don't read past the end of the parcels in Vi.
Subv
2018-02-17
1
-0
/
+5
|
*
Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel.
Subv
2018-02-17
1
-2
/
+2
|
*
Vi: Always write the IGBPBuffer in the RequestBuffer response parcel.
Subv
2018-02-17
1
-1
/
+2
|
*
nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.
Subv
2018-02-14
2
-0
/
+25
|
*
Vi: Mark the fences as valid in the DequeueBuffer response parcel.
Subv
2018-02-14
1
-0
/
+3
|
*
Vi: Added a missing u32 in the DequeueBuffer response parcel.
Subv
2018-02-14
1
-0
/
+1
|
*
Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel.
Subv
2018-02-14
1
-4
/
+2
|
*
Vi: Properly write the BufferProducerFence object in the DequeueBuffer respon...
Subv
2018-02-14
2
-18
/
+28
*
|
Service/hid: stub some functions
mailwl
2018-02-16
4
-1
/
+98
*
|
shared_memory: Remove some checks.
bunnei
2018-02-14
1
-13
/
+0
*
|
pl_u: Implement basic shared font loading from RAM dump.
bunnei
2018-02-14
5
-0
/
+178
[prev]
[next]