Skip to content

Commit

Permalink
Fix Channel version on Aroma.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Rohloff <v10lator@myway.de>
  • Loading branch information
V10lator committed Mar 26, 2024
1 parent 8b5bc9e commit 82140d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfw.c
Expand Up @@ -92,7 +92,7 @@ const char *cfwValid()
if(s == MOCHA_RESULT_UNSUPPORTED_API_VERSION || s == MOCHA_RESULT_UNSUPPORTED_COMMAND)
return printCfwError("Can't dummy load RPX: %s", Mocha_GetStatusStr(s));

if(isAroma())
if(isAroma() && !isChannel())
{
char path[FS_MAX_PATH];
RPXLoaderStatus rs = RPXLoader_GetPathOfRunningExecutable(path, FS_MAX_PATH);
Expand Down

0 comments on commit 82140d5

Please sign in to comment.