feat: TrueType (TTF) font rendering, many new desktop applications and DOOM support, among other improvements
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* app_doom.cpp
|
||||
* ZenithOS Desktop - DOOM launcher (spawns standalone doom.elf)
|
||||
* Copyright (c) 2026 Daniel Hammer
|
||||
*/
|
||||
|
||||
#include "apps_common.hpp"
|
||||
|
||||
void open_doom(DesktopState* ds) {
|
||||
(void)ds;
|
||||
zenith::spawn("0:/games/doom.elf");
|
||||
}
|
||||
Reference in New Issue
Block a user