mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Android: Move InstallWAD to a new WiiUtils class
I'm trying to move away from dumping every native method in NativeLibrary.
This commit is contained in:
@ -5,6 +5,7 @@ add_library(main SHARED
|
||||
IniFile.cpp
|
||||
MainAndroid.cpp
|
||||
NativeConfig.cpp
|
||||
WiiUtils.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(main
|
||||
|
Reference in New Issue
Block a user