Skip to content

Commit

Permalink
Fix a missclicking in file_loader.c
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Nov 18, 2023
1 parent d702a5c commit d63cef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysmodules/rosalina/source/plugin/file_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ bool TryToLoadPlugin(Handle process)

// Parse rest of header
if (!res && R_FAILED((res = Read_3gx_ParseHeader(&plugin, header))))
ctx->error.message = "Impossibile leggere il file"
ctx->error.message = "Impossibile leggere il file.";

// Read embedded save/load functions
if (!res && R_FAILED((res = Read_3gx_EmbeddedPayloads(&plugin, header))))
Expand Down

0 comments on commit d63cef8

Please sign in to comment.