Added OpenGL 3D emulation and matrix functions.
This commit is contained in:
parent
27afb26309
commit
abcf15af08
|
@ -19,5 +19,7 @@ libdesmume_a_SOURCES = \
|
||||||
render3D.c render3D.h \
|
render3D.c render3D.h \
|
||||||
saves.c saves.h \
|
saves.c saves.h \
|
||||||
SPU.c SPU.h \
|
SPU.c SPU.h \
|
||||||
|
matrix.c matrix.h \
|
||||||
|
opengl_collector_3Demu.c opengl_collector_3Demu.h \
|
||||||
thumb_instructions.c thumb_instructions.h types.h
|
thumb_instructions.c thumb_instructions.h types.h
|
||||||
libdesmume_a_LIBADD = fs-$(desmume_arch).$(OBJEXT)
|
libdesmume_a_LIBADD = fs-$(desmume_arch).$(OBJEXT)
|
||||||
|
|
Loading…
Reference in New Issue