feat: MontaukOS installer app, toml config, app directory with manifests, and more
This commit is contained in:
@@ -247,7 +247,7 @@ void DG_SetWindowTitle(const char* title) {
|
||||
/* ---- Entry point ---- */
|
||||
|
||||
void _start(void) {
|
||||
char *argv[] = { "doom", "-iwad", "0:/games/doom1.wad", 0 };
|
||||
char *argv[] = { "doom", "-iwad", "0:/apps/doom/doom1.wad", 0 };
|
||||
doomgeneric_Create(3, argv);
|
||||
for (;;) {
|
||||
doomgeneric_Tick();
|
||||
|
||||
Reference in New Issue
Block a user