Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Feb 11, 2024
1 parent 8e14c8f commit a04117a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2424,7 +2424,7 @@ int i, d;
fileXioSetRWBufferSize(128 * 1024);
DPRINTF("Initializing mc rpc\n");
#ifdef SUPPORT_SYSTEM_2X6
if (exist("rom0:DAEMON")) {
if (exists("rom0:DAEMON")) {
DPRINTF("found 'rom0:DAEMON', initializing XMC RPC server instead of MC\n");
mcInit(MC_TYPE_XMC);
} else {
Expand Down

0 comments on commit a04117a

Please sign in to comment.