Window captions of some example projects set to their actual names

This commit is contained in:
2020-05-29 01:14:16 +03:00
parent a400afb119
commit 72eaac205a
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ begin
ConsoleExit := GetProcAddress(hConsole, 'con_exit');
WriteN := GetProcAddress(hConsole, 'con_write_string');
ConsoleInit($FFFFFFFF, $FFFFFFFF, $FFFFFFFF, $FFFFFFFF, 'Test');
ConsoleInit($FFFFFFFF, $FFFFFFFF, $FFFFFFFF, $FFFFFFFF, 'Load File');
Buffer := LoadFile('/sys/example.asm', FileSize);
WriteN(Buffer, FileSize);