mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
[Android] Remove the now unused texture loader on the JNI side of things.
This commit is contained in:
@ -101,8 +101,7 @@ if(wxWidgets_FOUND)
|
||||
set(WXLIBS ${wxWidgets_LIBRARIES} dl)
|
||||
else()
|
||||
if(ANDROID)
|
||||
set(SRCS Src/Android/TextureLoader.cpp
|
||||
Src/Android/ButtonManager.cpp
|
||||
set(SRCS Src/Android/ButtonManager.cpp
|
||||
Src/MainAndroid.cpp)
|
||||
else()
|
||||
set(SRCS Src/MainNoGUI.cpp)
|
||||
|
Reference in New Issue
Block a user