libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
am.h File Reference

AM (Applet Manager) More...

#include <libtransistor/types.h>
Include dependency graph for am.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

result_t am_init ()
 Initialize Applet Manager.
 
result_t am_isc_create_managed_display_layer (uint64_t *layer_id)
 Creates a new managed display layer.
 
result_t am_isc_approve_to_display ()
 
result_t am_iwc_get_applet_resource_user_id (aruid_t *aruid)
 Get the aruid from the window controller.
 
result_t am_iwc_acquire_foreground_rights ()
 Acquire the foureground rights from the window controller.
 
void am_finalize ()
 Finalize Applet Mangager.
 

Detailed Description

AM (Applet Manager)