mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
AlberDriver: add static void to enable audio
This commit is contained in:
parent
286ec8a5f5
commit
7963074073
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ public class AlberDriver {
|
|||
|
||||
public static native void setShaderJitEnabled(boolean enable);
|
||||
public static native void setAccurateShaderMulEnable(boolean enable);
|
||||
public static native void setAudioEnabled(boolean enable);
|
||||
|
||||
public static int openDocument(String path, String mode) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue