Update makefiles to address impl func warnings on linux. (#123)

* [makerom] Update makefiles to address impl func warnings on linux.

* [makerom] bump version to v0.18.3
This commit is contained in:
Jack
2022-04-22 19:20:39 +08:00
committed by GitHub
parent b0783b4f30
commit ac9c607875
4 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -910,7 +910,7 @@ void PrintNoNeedParam(char *arg)
void DisplayBanner(void)
{
printf("CTR MAKEROM v0.18.2 (C) 3DSGuy 2022\n");
printf("CTR MAKEROM v0.18.3 (C) 3DSGuy 2022\n");
printf("Built: %s %s\n\n", __TIME__, __DATE__);
}