Buildfixing

This commit is contained in:
Henrik Rydgard 2013-03-30 20:17:31 +01:00
parent c23631a8fc
commit 43b4bdfeef
2 changed files with 2 additions and 0 deletions

View File

@ -986,6 +986,7 @@ set(NativeAppSource
UI/NativeApp.cpp
UI/EmuScreen.cpp
android/jni/TestRunner.cpp
UI/GameInfoCache.cpp
UI/MenuScreens.cpp
UI/GamepadEmu.cpp
UI/UIShader.cpp

View File

@ -120,6 +120,7 @@ LOCAL_SRC_FILES := \
$(SRC)/UI/MenuScreens.cpp \
$(SRC)/UI/UIShader.cpp \
$(SRC)/UI/GamepadEmu.cpp \
$(SRC)/UI/GameInfoCache.cpp \
$(SRC)/native/android/app-android.cpp \
$(SRC)/ext/disarm.cpp \
$(SRC)/ext/libkirk/AES.c \