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
/
service
/
apt.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
1
-74
/
+74
*
svc: added optional name field to Event and Mutex (used for debugging)
bunnei
2014-06-03
1
-3
/
+3
*
hle: cleaned up log messages
bunnei
2014-05-30
1
-4
/
+4
*
apt: added stubbed function for InquireNotification
bunnei
2014-05-29
1
-78
/
+86
*
APT_U: added stubbed function for APT_U::Enable, fixed some log messages to be more consistent
bunnei
2014-05-28
1
-3
/
+10
*
APT_U: added event creation to Initialize method
bunnei
2014-05-28
1
-1
/
+11
*
APT_U: added a debug log on calling GetLockHandle
bunnei
2014-05-23
1
-0
/
+1
*
mutex: refactored the interface to code to return a Mutex* handle
bunnei
2014-05-21
1
-1
/
+2
*
mutex: initial commit of HLE module
bunnei
2014-05-21
1
-6
/
+4
*
apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a magic value in other places) so that I can track how it propagates through the app code
bunnei
2014-05-20
1
-1
/
+1
*
updated APT_U::GetLockHandle to return a valid handle
bunnei
2014-05-17
1
-1
/
+5
*
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-08
1
-1
/
+1
*
- refactored how service functions are called
bunnei
2014-04-25
1
-3
/
+3
*
updated service comments
bunnei
2014-04-17
1
-0
/
+3
*
restructured hle:services completely to use function lookup tables
bunnei
2014-04-16
1
-107
/
+93
*
fixed naming for APT_U
bunnei
2014-04-16
1
-3
/
+3
*
- extracted srv: calls from service.cpp and put in its own module
bunnei
2014-04-16
1
-5
/
+86
*
added a stub for GetLockHandle
bunnei
2014-04-14
1
-5
/
+30
*
added framework for APT service (application and title launching service)
bunnei
2014-04-13
1
-0
/
+21