some fancy things
This commit is contained in:
parent
f86e26cddd
commit
7cf83fbb2a
7 changed files with 117 additions and 3 deletions
|
|
@ -6,4 +6,5 @@ void GSVersionGet(GSVersion* version) {
|
|||
version->patchlevel = 0;
|
||||
|
||||
sprintf(version->string, "%d.%d.%d", version->majorlevel, version->minorlevel, version->patchlevel);
|
||||
strcpy(version->copyright, "Copyright (C) 2026 Pyrite development team");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue