mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #9555 from JosJuice/android-jni-cleanup
Android: Some JNI cleanup
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package org.dolphinemu.dolphinemu.utils;
|
||||
|
||||
import androidx.annotation.Keep;
|
||||
|
||||
public interface BooleanSupplier
|
||||
{
|
||||
@Keep
|
||||
boolean get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user