index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ac_u.cpp
Age
Commit message (
Expand
)
Author
2016-12-30
Service/AC: add ac:i service
mailwl
2016-12-11
Add all services to the Service namespace
Lioncash
2016-11-30
Set client SDK version to Service APIs
mailwl
2016-11-02
Style fix
mailwl
2016-11-02
Rename AcConfig, change types u8 to u32
mailwl
2016-11-02
AC_U: Stub functions, used if EULA agreed
mailwl
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-04-21
ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2)
mailwl
2016-03-04
ac:u: Stub IsConnected
mailwl
2016-02-02
services: Get rid of unnecessary includes
Lioncash
2015-02-13
core: Apply static to local functions
Lioncash
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
2014-12-25
More services & small clean ups
purpasmart96
2014-12-20
License change
purpasmart96
2014-12-15
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-02
AC_U: Added a stub for GetWifiStatus
purpasmart96
2014-11-20
Add more services and some fixes, along with more "override"
purpasmart96
2014-11-01
Added a bunch of services
purpasmart96