You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason will be displayed to describe this comment to others. Learn more.
Just decided to revert the changes as the code is obviously not error free as yet, i'll leave it upto @KMFDManic to make a pull request should he want the SF samples supported in this core.
60df6b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there, this introduced a build failure for Emscripten -
wasm-ld: error: duplicate symbol: sf2_playing_street_fighter
wasm-ld: error: duplicate symbol: fadingMusic
wasm-ld: error: duplicate symbol: fadeMusicVolume
wasm-ld: error: duplicate symbol: sf2_playing_street_fighter
wasm-ld: error: duplicate symbol: fadingMusic
wasm-ld: error: duplicate symbol: fadeMusicVolume
60df6b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on this error, I think you will need to name these functions/variables differently in the two files.
60df6b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just decided to revert the changes as the code is obviously not error free as yet, i'll leave it upto
@KMFDManic to make a pull request should he want the SF samples supported in this core.