added keybinds

This commit is contained in:
2026-03-06 01:43:48 +02:00
parent 99f68e655f
commit 9b4cec7920
15 changed files with 242 additions and 55 deletions

View File

@@ -220,6 +220,8 @@ void IConsole_Exec( int argc, char **argv)
if (argc != 2)
return;
V_printf("exec %s\n", argv[1]);
IFileHandle *f = filesystem->Open(argv[1], FILEMODE_READ);
if (!f)
return;