Skip to content

Commit

Permalink
Transalting all-8
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Dec 16, 2023
1 parent 37e1334 commit 2cd5cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysmodules/loader/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static const ServiceManagerNotificationEntry notifications[] = {
};

static u8 CTR_ALIGN(4) staticBufferForHbldr[0x400];
static_assert(ARGVBUF_SIZE > 2 * PATH_MAX, "Wrong 3DSX argv buffer size");
static_assert(ARGVBUF_SIZE > 2 * PATH_MAX, "Dimensione argv 3DSX buffer errata");

int main(void)
{
Expand Down

0 comments on commit 2cd5cfa

Please sign in to comment.