mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-26 14:52:39 +02:00
Added envHasNextLoad().
This commit is contained in:
parent
200240f328
commit
cd881bbc0e
@ -47,3 +47,4 @@ Handle envGetOwnProcessHandle(void);
|
||||
LoaderReturnFn envGetExitFuncPtr(void);
|
||||
|
||||
Result envSetNextLoad(const char* path, const char* argv);
|
||||
bool envHasNextLoad(void);
|
||||
|
@ -161,3 +161,7 @@ Result envSetNextLoad(const char* path, const char* argv)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool envHasNextLoad(void) {
|
||||
return g_nextLoadPath != NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user