mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00: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:
parent
2ada5b422d
commit
80b56b6575
6 changed files with 31 additions and 14 deletions
|
@ -5,6 +5,7 @@ add_library(main SHARED
|
|||
IniFile.cpp
|
||||
MainAndroid.cpp
|
||||
NativeConfig.cpp
|
||||
WiiUtils.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue