index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
added a stub for GetLockHandle
bunnei
2014-04-14
3
-9
/
+44
*
added framework for APT service (application and title launching service)
bunnei
2014-04-13
5
-5
/
+118
*
renamed class Interface_SRV to SRV
bunnei
2014-04-13
1
-6
/
+6
*
added some very initial command parsing for SRV Sync
bunnei
2014-04-13
1
-5
/
+31
*
added a GetPointer function for reading from HLE command buffer
bunnei
2014-04-13
2
-0
/
+14
*
added OS memory read/write for thread command buffer
bunnei
2014-04-13
2
-3
/
+55
*
cleanups to service HLE
bunnei
2014-04-13
2
-8
/
+8
*
- added HLE to connect to "srv:" service
bunnei
2014-04-13
5
-130
/
+328
*
- renamed hle_syscall to just syscall
bunnei
2014-04-12
5
-101
/
+145
*
replace tabs with spaces
bunnei
2014-04-12
1
-6
/
+6
*
moved hle.cpp into hle folder (due to mistake earlier)
bunnei
2014-04-12
1
-0
/
+57
*
added remaining known syscall functions to Syscall_Table
bunnei
2014-04-11
1
-0
/
+80
*
base code to call a syscall from ARM11 appcore
bunnei
2014-04-11
3
-7
/
+56
*
changed some naming/misc cleanups
bunnei
2014-04-11
3
-18
/
+17
*
- removed syscall classes (will just use HLEFunction)
bunnei
2014-04-11
3
-15
/
+17
*
added initial modules for setting up SysCall HLE
bunnei
2014-04-11
4
-0
/
+825