From 2ccc0f5edd5f8e61bd0760f30b2d66f2d977b2bf Mon Sep 17 00:00:00 2001 From: Xavier ASUS Date: Sun, 18 Nov 2018 20:03:35 +0100 Subject: Added "const" qualifier to some functions. "cdrom:\ and ;1" are automatically inserted into file name, in order to save memory space. Some minor optimizations. --- Source/PSXSDKIntro.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/PSXSDKIntro.c') diff --git a/Source/PSXSDKIntro.c b/Source/PSXSDKIntro.c index 49e663f..8949fd2 100644 --- a/Source/PSXSDKIntro.c +++ b/Source/PSXSDKIntro.c @@ -122,8 +122,8 @@ static bool PSXSDKIntroStringEvent; static bool PSXSDKIntroClose; // Text -static char* strPSXSDKIntro = {"MADE WITH PSXSDK"}; -static char* strPSXSDKIntroAuthor = {"BY NEXTVOLUME"}; +static const char* strPSXSDKIntro = {"MADE WITH PSXSDK"}; +static const char* strPSXSDKIntroAuthor = {"BY NEXTVOLUME"}; /* ************************************* * Global variables -- cgit v1.2.3