vitasdk
Documentation of the vitasdk
mgr.h
Go to the documentation of this file.
1
7#ifndef _PSP2_NP_MGR_H_
8#define _PSP2_NP_MGR_H_
9
10
11#include <vitasdk/build_utils.h>
12#include <psp2/np/common.h>
13#include <psp2/types.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
20void sceNpTerm();
22int sceNpManagerGetAccountRegion(SceNpCountryCode *country_code, int *language_code);
23
24
25#ifdef __cplusplus
26}
27#endif
28
29#endif /* _PSP2_NP_MGR_H_ */
int sceNpManagerGetNpId(SceNpId *np_id)
int sceNpInit(const SceNpCommunicationConfig *config, SceNpOptParam *opt)
int sceNpManagerGetAccountRegion(SceNpCountryCode *country_code, int *language_code)
void sceNpTerm()
Definition common.h:35
Definition common.h:60
Definition common.h:53
Definition common.h:42