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:
Charles Lombardo 2023-11-01 00:45:13 -04:00
parent e823760925
commit 4c2a802547
4 changed files with 39 additions and 31 deletions

View file

@ -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})