* @brief Gets the menu's app ID. * @return The menu's app ID. */
| 308 | * @return The menu's app ID. |
| 309 | */ |
| 310 | static inline NS_APPID aptGetMenuAppID(void) |
| 311 | { |
| 312 | NS_APPID menu_appid = APPID_NONE; |
| 313 | APT_GetAppletManInfo(APTPOS_NONE, NULL, NULL, &menu_appid, NULL); |
| 314 | return menu_appid; |
| 315 | } |
| 316 | |
| 317 | /** |
| 318 | * @brief Gets an applet's information. |
no test coverage detected