mirror of
https://github.com/Maschell/dynamic_libs.git
synced 2025-02-21 13:37:18 +01:00
small fix
This commit is contained in:
parent
260c806483
commit
d7afc99b56
@ -26,7 +26,7 @@
|
|||||||
unsigned int sysapp_handle __attribute__((section(".data"))) = 0;
|
unsigned int sysapp_handle __attribute__((section(".data"))) = 0;
|
||||||
|
|
||||||
EXPORT_DECL(void, _SYSLaunchTitleByPathFromLauncher, const char* path, int len, int zero);
|
EXPORT_DECL(void, _SYSLaunchTitleByPathFromLauncher, const char* path, int len, int zero);
|
||||||
EXPORT_DECL(int, SYSRelaunchTitle, int argc, char* argv);
|
EXPORT_DECL(int, SYSRelaunchTitle, int argc, char** argv);
|
||||||
EXPORT_DECL(int, SYSLaunchMenu, void);
|
EXPORT_DECL(int, SYSLaunchMenu, void);
|
||||||
EXPORT_DECL(int, SYSCheckTitleExists, u64 titleId);
|
EXPORT_DECL(int, SYSCheckTitleExists, u64 titleId);
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ void InitSysFunctionPointers(void);
|
|||||||
void InitAcquireSys(void);
|
void InitAcquireSys(void);
|
||||||
|
|
||||||
extern void(*_SYSLaunchTitleByPathFromLauncher)(const char* path, int len, int zero);
|
extern void(*_SYSLaunchTitleByPathFromLauncher)(const char* path, int len, int zero);
|
||||||
extern int (* SYSRelaunchTitle)(int argc, char* argv);
|
extern int (* SYSRelaunchTitle)(int argc, char** argv);
|
||||||
extern int (* SYSLaunchMenu)(void);
|
extern int (* SYSLaunchMenu)(void);
|
||||||
extern int (* SYSCheckTitleExists)(u64 titleId);
|
extern int (* SYSCheckTitleExists)(u64 titleId);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user