mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins.
This commit is contained in:
parent
e77d5b12ef
commit
06e2a667fb
7 changed files with 15 additions and 16 deletions
|
|
@ -101,6 +101,7 @@ namespace
|
|||
Project& project = projectSaver.getProject();
|
||||
|
||||
StringPairArray flags;
|
||||
//flags.set ("JUCE_MODAL_LOOPS_PERMITTED", "0");
|
||||
flags.set ("JucePlugin_Build_VST", valueToBool (shouldBuildVST (project)));
|
||||
flags.set ("JucePlugin_Build_AU", valueToBool (shouldBuildAU (project)));
|
||||
flags.set ("JucePlugin_Build_RTAS", valueToBool (shouldBuildRTAS (project)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue