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
...
*
|
|
|
Make OpenDirectory fail if the directory doesn't exist
archshift
2014-12-07
1
-0
/
+5
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #250 from Subv/cbranch_2
bunnei
2014-12-04
3
-4
/
+31
|
\
\
\
|
*
|
|
Threads: Remove a redundant function.
Subv
2014-12-04
1
-9
/
+1
|
*
|
|
Threads: Implemented a sequential thread id
Subv
2014-12-04
2
-4
/
+19
|
*
|
|
SVC: Implemented GetThreadId.
Subv
2014-12-04
3
-4
/
+24
*
|
|
|
Merge pull request #222 from archshift/renamexyz
bunnei
2014-12-04
3
-38
/
+163
|
\
\
\
\
|
*
|
|
|
Updated archive.cpp functions for proper error handling
archshift
2014-12-03
3
-70
/
+41
|
*
|
|
|
Implemented RenameDirectory in FS:USER
archshift
2014-11-24
3
-1
/
+78
|
*
|
|
|
Implemented RenameFile in FS:USER
archshift
2014-11-24
3
-1
/
+78
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #248 from lioncash/kernel
bunnei
2014-12-04
2
-10
/
+7
|
\
\
\
\
|
*
|
|
|
kernel: Shorten GetCount
Lioncash
2014-12-03
1
-6
/
+3
|
*
|
|
|
kernel: Make some functions const
Lioncash
2014-12-03
2
-4
/
+4
*
|
|
|
|
Merge pull request #247 from lioncash/const
bunnei
2014-12-03
2
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
hid_user: Pass by reference with PadButtonPress/PadButtonRelease
Lioncash
2014-12-03
2
-4
/
+4
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #238 from archshift/dsp
bunnei
2014-12-03
1
-25
/
+44
|
\
\
\
\
\
|
*
|
|
|
|
Add stub for ConvertProcessFromDspDram
archshift
2014-12-03
1
-25
/
+44
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & GetAdapterS...
purpasmart96
2014-12-03
1
-3
/
+72
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #231 from purpasmart96/serv_ac_wifi_status
bunnei
2014-12-03
1
-1
/
+19
|
\
\
\
\
|
*
|
|
|
AC_U: Added a stub for GetWifiStatus
purpasmart96
2014-12-02
1
-1
/
+19
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #219 from Subv/ptm
bunnei
2014-12-03
1
-1
/
+18
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
PTM_U: Implemented the GetShellState function.
Subv
2014-11-30
1
-1
/
+18
*
|
|
|
Merge pull request #224 from bunnei/dsp-service-improvements
bunnei
2014-11-30
2
-26
/
+107
|
\
\
\
\
|
*
|
|
|
DSP: Added stubs for several commonly used DSP service functions.
bunnei
2014-11-30
1
-25
/
+106
|
*
|
|
|
DSP: Fixed typo in port name.
bunnei
2014-11-30
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #214 from Subv/master
bunnei
2014-11-30
1
-2
/
+86
|
\
\
\
\
|
*
|
|
|
CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString.
Subv
2014-11-29
1
-2
/
+86
*
|
|
|
|
Merge pull request #225 from bunnei/fix-release-mutex
bunnei
2014-11-30
1
-8
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
Mutex: Changed behavior to always release mutex for all threads.
bunnei
2014-11-26
1
-8
/
+7
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #226 from bunnei/svc-and-thread-fixes
bunnei
2014-11-30
2
-1
/
+6
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Thread: Check that thread is actually in "wait state" when verifying wait.
bunnei
2014-11-26
1
-1
/
+1
|
*
|
|
|
SVC: Add debug log to ArbitrateAddress.
bunnei
2014-11-26
1
-0
/
+2
|
*
|
|
|
SVC: SleepThread should yield to the next ready thread.
bunnei
2014-11-26
1
-0
/
+3
|
|
/
/
/
*
/
/
/
Fixed formatting and switch statement warnings
vaguilar
2014-11-27
1
-3
/
+3
|
/
/
/
*
|
|
Use pointers instead of passing handles around in some functions.
Yuri Kunde Schlesner
2014-11-24
1
-19
/
+15
*
|
|
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
10
-88
/
+0
*
|
|
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
21
-294
/
+670
*
|
|
Merge pull request #191 from archshift/deletexyz
bunnei
2014-11-23
3
-26
/
+114
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.
archshift
2014-11-23
3
-26
/
+114
*
|
|
Add more services and some fixes, along with more "override"
purpasmart96
2014-11-20
25
-17
/
+452
*
|
|
Merge pull request #211 from linkmauve/master
bunnei
2014-11-19
30
-86
/
+86
|
\
\
\
|
*
|
|
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-19
30
-86
/
+86
*
|
|
|
Merge pull request #208 from lioncash/statics
bunnei
2014-11-19
2
-23
/
+23
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add static to some variables
Lioncash
2014-11-18
2
-23
/
+23
*
|
|
|
Remove extraneous semicolons
Lioncash
2014-11-18
1
-1
/
+1
|
/
/
/
*
/
/
core: Mark some hle functions as static
Lioncash
2014-11-17
5
-46
/
+46
|
/
/
*
|
Archive: Fixed to not destroy archive handle on close.
bunnei
2014-11-17
1
-3
/
+3
*
|
Archive: Fixed close archive before freeing.
bunnei
2014-11-17
1
-1
/
+1
*
|
FS_User: Support FileSye::Path in a more generic way.
bunnei
2014-11-17
2
-42
/
+76
*
|
FileSys: Updated backend code to use FileSys::Path instead of string for paths.
bunnei
2014-11-17
3
-14
/
+14
*
|
Add missing boss:U service, needed according to Nintendo Zone logs.
archshift
2014-11-17
3
-0
/
+57
[prev]
[next]