mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Update juce
This commit is contained in:
parent
49ef84e93a
commit
1278476a3d
6 changed files with 122 additions and 135 deletions
|
|
@ -57,17 +57,4 @@ static void profile (juce::PropertiesFile& settings)
|
|||
printf ("Elapsed time: %.2fs\n", (end - start) / 1000);
|
||||
}
|
||||
|
||||
juce::JUCEApplicationBase* juce_CreateApplication()
|
||||
{
|
||||
return new gin::StandaloneApp([] (juce::PropertiesFile& settings)
|
||||
{
|
||||
if (juce::JUCEApplication::getCommandLineParameters ().contains ("-profile"))
|
||||
{
|
||||
profile (settings);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
});
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue