Merge branch 'thin3d' of github.com:hrydgard/ppsspp into thin3d

This commit is contained in:
Henrik Rydgard 2014-08-23 10:48:03 +02:00
commit e01a97649a
2 changed files with 5 additions and 0 deletions

View file

@ -896,6 +896,9 @@ add_library(native STATIC
native/net/url.h
native/profiler/profiler.cpp
native/profiler/profiler.h
native/thin3d/thin3d.cpp
native/thin3d/thin3d.h
native/thin3d/thin3d_gl.cpp
native/thread/prioritizedworkqueue.cpp
native/thread/prioritizedworkqueue.h
native/thread/threadutil.cpp

View file

@ -94,6 +94,8 @@ SOURCES += $$P/native/audio/*.cpp \
$$P/native/math/fast/*.c \
$$P/native/net/*.cpp \
$$P/native/profiler/profiler.cpp \
$$P/native/thin3d/thin3d.cpp \
$$P/native/thin3d/thin3d_gl.cpp \
$$P/native/thread/*.cpp \
$$P/native/ui/*.cpp \
$$P/native/util/bits/*.cpp \