mirror of
https://github.com/wiiu-env/librpxloader.git
synced 2024-11-01 00:15:06 +01:00
Fix RPXLoader_LaunchHomebrew
This commit is contained in:
parent
11fadf1e8b
commit
49a6addb79
@ -145,7 +145,7 @@ RPXLoaderStatus RPXLoader_LaunchHomebrew(const char *bundle_path) {
|
||||
if (sRLLaunchHomebrew == nullptr || rpxLoaderVersion < 1) {
|
||||
return RPX_LOADER_RESULT_UNSUPPORTED_COMMAND;
|
||||
}
|
||||
return reinterpret_cast<decltype(&LaunchHomebrew)>(sRLLaunchHomebrew)();
|
||||
return reinterpret_cast<decltype(&RPXLoader_LaunchHomebrew)>(sRLLaunchHomebrew)(bundle_path);
|
||||
}
|
||||
|
||||
RPXLoaderStatus EnableContentRedirection();
|
||||
|
Loading…
Reference in New Issue
Block a user