mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
Stop further initialization if library loading failed.
This commit is contained in:
@@ -104,6 +104,10 @@ public class GameActivity extends SDLActivity {
|
||||
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
if (mBrokenLibraries) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Set low-latency audio values
|
||||
nativeSetDefaultStreamValues(getAudioFreq(), getAudioSMP());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user