android: Refactor game metadata collection to new file
This also removes irrelevant data and adds new information from/to the Game data class and RomMetadata struct
This commit is contained in:
parent
225df3ff23
commit
8500e7bc8f
10 changed files with 154 additions and 102 deletions
|
@ -17,6 +17,7 @@ add_library(yuzu-android SHARED
|
|||
native.h
|
||||
native_config.cpp
|
||||
uisettings.cpp
|
||||
game_metadata.cpp
|
||||
)
|
||||
|
||||
set_property(TARGET yuzu-android PROPERTY IMPORTED_LOCATION ${FFmpeg_LIBRARY_DIR})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue