Fix JNI and expose mute settings to Android

This commit is contained in:
Abandoned Cart 2023-06-16 20:55:38 -04:00
parent 67ec04ddd5
commit 777567975e
7 changed files with 99 additions and 277 deletions

View file

@ -14,7 +14,6 @@ add_library(yuzu-android SHARED
id_cache.cpp
id_cache.h
native.cpp
native.h
)
set_property(TARGET yuzu-android PROPERTY IMPORTED_LOCATION ${FFmpeg_LIBRARY_DIR})