Display Copyright
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <PSX/Auxiliary/math_helper.hpp>
|
||||
#include <PSX/System/syscalls.hpp>
|
||||
#include <string.h>
|
||||
|
||||
namespace JabyEngine {
|
||||
namespace SysCall {
|
||||
@@ -13,6 +14,9 @@ namespace JabyEngine {
|
||||
version.date.year = from_bcd(static_cast<uint16_t>(date_bcd >> 16));
|
||||
version.kernel_maker = reinterpret_cast<const char*>(0xBFC00108);
|
||||
version.gui_version = reinterpret_cast<const char*>(0xBFC7FF32);
|
||||
version.copyright = version.gui_version + (strlen(version.gui_version) + 1);
|
||||
|
||||
printf(">>> \"%s\"\n", version.copyright);
|
||||
return version;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user