RetroArch
exec_3dsx.h
Go to the documentation of this file.
1 #ifndef EXEC_3DSX_H
2 #define EXEC_3DSX_H
3 
4 //since 3dsx programs are not guaranteed access to the OS, the 3dsx bootloader run by the exploit must run the next program
5 //your program must have no extra threads running when this is called, these limits do not apply to exec_cia
6 int exec_3dsx_no_path_in_args(const char* path, const char** args);
7 int exec_3dsx(const char* path, const char** args);
8 
9 #endif
GLsizei const GLchar ** path
Definition: glext.h:7901
int exec_3dsx_no_path_in_args(const char *path, const char **args)
Definition: exec_3dsx.c:83
int exec_3dsx(const char *path, const char **args)
Definition: exec_3dsx.c:79
dictionary args
Definition: test_shaders.py:20