Nick Gal
Results
2
comments of
Nick Gal
Did you copy the assets folder to the SD card as well? https://github.com/rhapsodyv/Marlin/blob/38ea7b62f9b38a61364b26b59fa78009f6e4f014/Marlin/Configuration.h#L2854-L2855
This was previously mentioned by https://github.com/homy-game-studio/hgs-unity-tone/issues/4 as well. I use meltysynth with Unity/IL2CPP with the following alteration: ```cs public static void MultiplyAdd(float a, float[] x, float[] destination) { // use...