aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt/apt.cpp
AgeCommit message (Expand)Author
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-04Merge pull request #2953 from Subv/applet_launchSebastian Valle
2017-09-30Merge pull request #2946 from Subv/home_menu_aptSebastian Valle
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-09-25HLE/APT: Always set up the APT parameter when starting a library applet.Subv
2017-09-24HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the...Subv
2017-09-24HLE/APT: Prepare the APT Wakeup parameter when the game calls InitializeSubv
2017-09-03APT: load different shared font depending on the regionwwylele
2017-08-07Services/APT: Use the AppletAttributes union directly when dealing with apple...Subv
2017-08-07Services/APT: Use an array to hold data about the 4 possible concurrent apple...Subv
2017-08-03telemetry: Add field for RequiresSharedFont.bunnei
2017-07-27Merge pull request #2840 from Subv/apt_parameterbunnei
2017-07-22Merge pull request #2799 from yuriks/virtual-cached-range-flushWeiyi Wang
2017-07-21Service/APT: Log Send/Cancel/Receive/GlanceParameter calls even if they retur...Subv
2017-07-21Services/APT: Return the proper error code when calling SendParameter with an...Subv
2017-07-21Services/APT: Reset the APT parameter inside CancelParameter if the condition...Subv
2017-07-21Services/APT: Properly clear the apt parameter after a successful ReceivePara...Subv
2017-07-21Services/APT: Use the right error codes in ReceiveParameter and GlanceParamet...Subv
2017-07-21Services/APT: Use boost::optional for the APT parameter structure.Subv
2017-06-26apt: load shared font from system archivewwylele
2017-06-21Memory: Make PhysicalToVirtualAddress return a boost::optionalYuri Kunde Schlesner
2017-06-18ResultVal: Remove MoveFrom()Yuri Kunde Schlesner
2017-06-02Created a whitelist of system archives to prevent false positives creating di...TheKoopaKingdom
2017-06-02Added system for handling core errors in citra-qt.TheKoopaKingdom
2017-04-06Merge pull request #2533 from Lectem/apt_ipchelperbunnei
2017-03-20hopefully fix clang-format issues with old versionLectem
2017-03-19address more commentsLectem
2017-03-18Cast size_t to u32 for PushStaticBuffer usagesLectem
2017-03-18IPCHelper Skip method + address comments for aptLectem
2017-03-18apt: fix RequestBuilder parameters for Unwrapwwylele
2017-03-18fix #2560 and other commentsLectem
2017-03-18refactor APT service to use the new IPC helpersLectem
2017-02-21APT: implement Wrap and Unwrapwwylele
2016-12-11APT::GetStartupArgument: force clear startup argumentmailwl
2016-11-23Bravely Default/Second stuck #1822 (#2188)pippo2931
2016-11-19APT/Applets: Renamed the members of the SignalType enum.Subv
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-30Merge pull request #2023 from yuriks/autobase-bcfntbunnei
2016-08-27Auto-detect original shared_font.bin memory baseYuri Kunde Schlesner
2016-08-02fix #1942 and adds a few IPC functions for descriptorsLectem
2016-07-28Merge pull request #1950 from JamePeng/fix-apt-0x0055004-and-0x00560000bunnei
2016-07-28Instead of segfaulting, log an error to remind the user to dump the shared fo...Henrik Rydgard
2016-07-15Correct APT::0x00550040 and APT::0x00560000 functionJamePeng
2016-05-29Merge pull request #1692 from Subv/rm_getpointer2bunnei
2016-05-24Merge pull request #1520 from JamePeng/checknew3dsbunnei
2016-05-21APT: Remove use of Memory::GetPointerMerryMage