summaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-1010-2266/+0
* Merge remote-tracking branch 'upstream/master' into nxGravatar bunnei2017-10-093-217/+540
|\
| * Merge pull request #2953 from Subv/applet_launchGravatar Sebastian Valle2017-10-042-30/+47
| |\
| | * HLE/APT: Always set up the APT parameter when starting a library applet.Gravatar Subv2017-09-252-30/+47
| * | Merge pull request #2946 from Subv/home_menu_aptGravatar Sebastian Valle2017-09-303-8/+45
| |\ \
| | * | HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the...Gravatar Subv2017-09-243-2/+26
| | * | HLE/APT: Prepare the APT Wakeup parameter when the game calls InitializeGravatar Subv2017-09-241-6/+19
| | |/
| * / Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-301-2/+2
| |/
| * APT: load different shared font depending on the regionGravatar wwylele2017-09-031-134/+152
| * Services/APT: Use the AppletAttributes union directly when dealing with apple...Gravatar Subv2017-08-071-19/+15
| * Services/APT: Use an array to hold data about the 4 possible concurrent apple...Gravatar Subv2017-08-072-35/+204
| * telemetry: Add field for RequiresSharedFont.Gravatar bunnei2017-08-031-0/+4
| * Merge pull request #2840 from Subv/apt_parameterGravatar bunnei2017-07-272-33/+105
|/|
| * Service/APT: Log Send/Cancel/Receive/GlanceParameter calls even if they retur...Gravatar Subv2017-07-211-7/+9
| * Services/APT: Return the proper error code when calling SendParameter with an...Gravatar Subv2017-07-212-4/+17
| * Services/APT: Reset the APT parameter inside CancelParameter if the condition...Gravatar Subv2017-07-211-6/+23
| * Services/APT: Properly clear the apt parameter after a successful ReceivePara...Gravatar Subv2017-07-211-2/+8
| * Services/APT: Use the right error codes in ReceiveParameter and GlanceParamet...Gravatar Subv2017-07-211-0/+28
| * Services/APT: Use boost::optional for the APT parameter structure.Gravatar Subv2017-07-211-20/+26
* | Merge pull request #2799 from yuriks/virtual-cached-range-flushGravatar Weiyi Wang2017-07-221-1/+1
|\ \ | |/ |/|
| * Memory: Make PhysicalToVirtualAddress return a boost::optionalGravatar Yuri Kunde Schlesner2017-06-211-1/+1
* | apt: load shared font from system archiveGravatar wwylele2017-06-261-20/+134
* | apt/shared_font: don't relocate zero offsetGravatar wwylele2017-06-261-2/+4
|/
* ResultVal: Remove MoveFrom()Gravatar Yuri Kunde Schlesner2017-06-181-6/+6
* Created a whitelist of system archives to prevent false positives creating di...Gravatar TheKoopaKingdom2017-06-021-3/+2
* Added system for handling core errors in citra-qt.Gravatar TheKoopaKingdom2017-06-021-2/+5
* Kernel: Move HandleTable to a separate fileGravatar Yuri Kunde Schlesner2017-05-291-0/+2
* Merge pull request #2533 from Lectem/apt_ipchelperGravatar bunnei2017-04-061-199/+245
|\
| * hopefully fix clang-format issues with old versionGravatar Lectem2017-03-201-3/+2
| * address more commentsGravatar Lectem2017-03-191-20/+20
| * Cast size_t to u32 for PushStaticBuffer usagesGravatar Lectem2017-03-181-2/+2
| * IPCHelper Skip method + address comments for aptGravatar Lectem2017-03-181-36/+38
| * fix #2560 and other commentsGravatar Lectem2017-03-181-19/+19
| * refactor APT service to use the new IPC helpersGravatar Lectem2017-03-181-191/+236
* | apt: fix RequestBuilder parameters for UnwrapGravatar wwylele2017-03-181-1/+1
|/
* APT: implement Wrap and UnwrapGravatar wwylele2017-02-215-6/+149
* Merge pull request #2249 from Subv/sessions_v3Gravatar Yuri Kunde Schlesner2016-12-144-3/+6
|\
| * Fixed the codestyle to match our clang-format rules.Gravatar Subv2016-12-141-1/+2
| * HLE: Use a member variable instead of a virtual function to retrieve the max ...Gravatar Subv2016-12-054-3/+5
* | APT::GetStartupArgument: force clear startup argumentGravatar mailwl2016-12-112-5/+11
* | apt: Update apt function tablesGravatar Lioncash2016-12-072-7/+73
|/
* Bravely Default/Second stuck #1822 (#2188)Gravatar pippo29312016-11-234-2/+22
* APT/Applets: Renamed the members of the SignalType enum.Gravatar Subv2016-11-192-7/+18
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-214-4/+4
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-213-9/+5
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-185-18/+17
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-185-311/+337
* Merge pull request #2023 from yuriks/autobase-bcfntGravatar bunnei2016-08-303-30/+68
|\
| * Auto-detect original shared_font.bin memory baseGravatar Yuri Kunde Schlesner2016-08-273-30/+68
* | fix #1942 and adds a few IPC functions for descriptorsGravatar Lectem2016-08-021-2/+2
|/