aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am
AgeCommit message (Collapse)Author
2022-07-17implement resume messageGus Caplan
2022-07-14service am: Update service tables to 14.0.0german77
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-20service: am: Stub PerformSystemButtonPressingIfInFocusNarr the Reg
Used by Ring Fit Adventure
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-04-06service: jit: stub JIT serviceLiam
2022-04-01applets/web: Keep foreground (websession) web applet openMorph
This is a hack to keep the foreground (websession) web applet open in games using these such as Super Mario 3D All-Stars.
2022-03-25Merge pull request #8041 from Morph1984/inline-swkbdbunnei
applets/swkbd: Add support for an updated inline software keyboard
2022-03-21applets/swkbd: Split software keyboard initializationMorph
Since the CalcArg struct has been updated with a new size and fields, we have to split the initialization of the keyboard into multiple functions. This also adds support for parsing the new CalcArg struct used by updated versions of Monster Hunter Rise.
2022-03-21applets/swkbd: Add new inline software keyboard typesMorph
These were added in newer firmware versions.
2022-03-21applets/mii: Remove unused includeMorph
2022-03-21applets/mii: Cleanup MiiEdit applet implementationMorph
This also enables proper support for MiiEdit applets which are used in games with firmware versions prior to 10.2.0 by handling the 2 different versions of applet inputs and outputs.
2022-03-21applets/mii: Cleanup MiiEdit applet typesMorph
2022-03-21applets/mii: Move MiiEdit applet types into its own fileMorph
2022-03-21applets: Rename Mii to MiiEditMorph
2022-03-19core: Reduce unused includesameerj
2022-03-16Merge pull request #7964 from german77/miiiibunnei
applet: mii: Simple implementation of mii applet
2022-03-14core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and ↵bunnei
SessionRequestManager.
2022-02-28applet: mii: Simple implementation of mii appletgerman77
2022-02-21service: am: Update enum names to match documentationNarr the Reg
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
This completes the removal of the old UUID implementation.
2022-02-05profile: Migrate to the new UUID implementationMorph
2022-01-21service/am: Update omm function tablesLioncash
2021-12-02service: am: ISelfController: Stub SaveCurrentScreenshotMorph
- Used by Disney Magical World 2: Enchanted Edition
2021-11-24core/hid: Remove usage of native types, fix a couple of errors with motiongerman77
2021-11-24second commit lion reviewgerman77
2021-11-24kraken: Address comments from reviewgerman77
review fixes
2021-11-24configuration: Migrate controller settings to emulated controllergerman77
2021-11-24core/frontend: Update appletsgerman77
2021-11-16Settings: eliminate rescaling_factor.Fernando Sahmkow
2021-11-08applets/swkbd: Fix text check message encodingMorph
The text check message can be encoded in UTF-8.
2021-11-08applets/swkbd: Skip text checking if the text has been confirmedMorph
Confirm means that the text has already been checked by the application to be correct, but is asking the user for confirmation. The confirmation text itself seems to be corrupted though, this needs to be investigated. Fixes the software keyboard in Famicom Detective Club: The Missing Heir
2021-11-04general: Get the current process program id directly from the systemMorph
This allows us to avoid including KProcess' header file in files that only need to get the current process' program id.
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-11-03core: Remove unused includesameerj
2021-10-11Merge pull request #7110 from vonchenplus/fix_extract_offline_romefs_errorMorph
applets/web: Fallback to loader to get the manual romfs if none is found
2021-10-11applets/web: Fallback to loader to get the manual romfs if none is foundFeng Chen
2021-10-07service: Reduce header include overheadMorph
2021-10-04Merge pull request #7103 from Morph1984/service-ctx-eventbunnei
service: Replace all service event creation with ServiceContext::CreateEvent
2021-10-01service: am: Make use of Exit to exit the currently running applicationMorph
This also moves the call to the end to ensure services are properly destructed on exit.
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
The service context helps to manage all created events and allows us to close them upon destruction.
2021-09-26service/am: Update to 13.0.0german77
2021-09-22common/uuid: Add validity checking functions to interfaceLioncash
Given we have a function to invalidate, we should also have ones to query the validity. Also makes the code more straightforward to read.
2021-09-10am: Implement GetNotificationStorageChannelEventgerman77
2021-08-19applet_error: Fix 64-bit error code conversionMorph
2021-08-04applet_swkbd: Include the null terminator in the buffer size calculationMorph
Some games may interpret the read string as a null-terminated string instead of just reading the string up to buffer_size.
2021-07-30applet_swkbd: Correct string buffer size calculationMorph
The buffer size here does not include the initial 8 bytes.
2021-07-20applet_controller: Add preliminary support for version 8Morph
Version 8 adds support for key remapping introduced in FW 11.0, we will not be implementing this for now.
2021-07-15applets/web: Resolve Nintendo CDN URLsMorph
This fixes the hint videos in New Super Mario Bros. U Deluxe