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
/
apt.cpp
Age
Commit message (
Expand
)
Author
2016-05-12
APT: Move the shared font loading and relocation functions to their own subdi...
Subv
2016-05-12
APT: Implement relocating the shared font to its true address.
Subv
2016-05-12
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2016-04-20
Implement CheckNew3DS and CheckNew3DSApp
JamePeng
2016-04-05
implement APT::GetStartupArgument
JamePeng
2016-03-12
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-12
svc: Make ResetType an enum class
Lioncash
2016-03-12
Merge pull request #1266 from Subv/miiapplet
bunnei
2016-03-12
HLE/Applets: Implemented a dummy Mii Selector applet.
Subv
2016-02-02
services: Get rid of unnecessary includes
Lioncash
2015-08-26
Core: Improve APT Shared Font hack
Yuri Kunde Schlesner
2015-08-16
APT: Adjust shared font hack so it works with the new linear heap code
Yuri Kunde Schlesner
2015-07-23
Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ap...
Subv
2015-07-23
Service/APT: Return proper parameters in GetLockHandle.
Subv
2015-07-17
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-07-11
Applets: Reworked how the Applet update event is handled.
Subv
2015-07-11
Applets: Add infrastructure to allow custom drawing and input handling in App...
Subv
2015-07-11
HLE/APT: Initial HLE support for applets.
Subv
2015-06-22
Add helpers to create IPC command buffer headers and descriptors
Yuri Kunde Schlesner
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-15
APT/FS: Remove asserts that were causing false positives
purpasmart96
2015-05-10
Kernel: Capture SharedMemory attributes at creation, not when mapping
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-01
Services: Initialize all state variables at bootup.
bunnei
2015-04-09
APT: (Subv) Fix bug where start event was being incorrectly signaled.
bunnei
2015-04-02
Services: Stubs and minor changes
purpasmart96
2015-03-03
Services: Moved the PTM and APT services to their own folder
Subv
[prev]