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
/
apt_u.cpp
Age
Commit message (
Expand
)
Author
2015-03-03
Services: Moved the PTM and APT services to their own folder
Subv
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
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-01-30
apt_u: Fix missing printf specifiers
Lioncash
2015-01-30
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert Mutex to not use Handles
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert SharedMemory to not use Handles
Yuri Kunde Schlesner
2015-01-26
Merge pull request #345 from purpasmart96/apt_stubs
bunnei
2015-01-22
APT_U: Stub some functions & misc changes
purpasmart96
2015-01-21
Event: Fixed some bugs and cleanup (Subv)
bunnei
2015-01-15
APT: Fix typo in setting return code for NotifyToWait
bunnei
2015-01-14
APT: Fixed the comment style in some variables
Sebastian Valle
2015-01-13
APTU: Stubbed NotifyToWait, taken from 3dmoo.
Subv
2015-01-13
Services: Added some missing services.
Subv
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2014-12-25
Merge pull request #330 from purpasmart96/new_srv
bunnei
2014-12-25
More services & small clean ups
purpasmart96
2014-12-22
Merge pull request #322 from chinhodado/master
bunnei
2014-12-21
More warning cleanups
Chin
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-12
APT_U: Added GetSharedFont service function.
bunnei
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-11
APT_U: Added stub for function AppletUtility.
bunnei
2014-11-11
APT_U: Set a valid parameter buffer size in GlanceParameter.
bunnei
2014-11-11
APT_U: Release service lock on initialization.
bunnei
2014-11-11
APT_U: Fixes for GetLockHandle to boot system titles.
bunnei
2014-10-29
Renamed souce files of services to match port names
Gareth Poole