lowlevel render should work for the emulator and the hardware display

This commit is contained in:
Adolfo Reyna
2026-01-12 22:59:43 -05:00
parent 713d2c0cfd
commit 55475d10ec
30 changed files with 634 additions and 203 deletions

View File

@@ -18,7 +18,7 @@ endif
# Target
TARGET = app
SRC = main.cpp
SRC = main.cpp low_level_render.cpp
$(TARGET): $(SRC)
$(CXX) $(CXXFLAGS) $(SRC) -o $(TARGET) $(INCLUDES) $(LIBS)