Added render3D.c and render3D.h to the build.
This commit is contained in:
parent
c6f7337e78
commit
376b6516f3
|
@ -16,6 +16,7 @@ libdesmume_a_SOURCES = \
|
||||||
wifi.c wifi.h \
|
wifi.c wifi.h \
|
||||||
MMU.c MMU.h NDSSystem.c NDSSystem.h registers.h \
|
MMU.c MMU.h NDSSystem.c NDSSystem.h registers.h \
|
||||||
ROMReader.c ROMReader.h \
|
ROMReader.c ROMReader.h \
|
||||||
|
render3D.c render3D.h \
|
||||||
saves.c saves.h \
|
saves.c saves.h \
|
||||||
SPU.c SPU.h \
|
SPU.c SPU.h \
|
||||||
thumb_instructions.c thumb_instructions.h types.h
|
thumb_instructions.c thumb_instructions.h types.h
|
||||||
|
|
Loading…
Reference in New Issue