android: Use yuzu logging system
Now anything that's logged in the frontend will be printed into the log file
This commit is contained in:
parent
e823760925
commit
4c2a802547
4 changed files with 39 additions and 31 deletions
|
@ -18,6 +18,7 @@ add_library(yuzu-android SHARED
|
|||
native_config.cpp
|
||||
uisettings.cpp
|
||||
game_metadata.cpp
|
||||
native_log.cpp
|
||||
)
|
||||
|
||||
set_property(TARGET yuzu-android PROPERTY IMPORTED_LOCATION ${FFmpeg_LIBRARY_DIR})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue