BinBashBanana / webretro

RetroArch in your browser
https://binbashbanana.github.io/webretro/
MIT License
239 stars 342 forks source link

Building Core #95

Open OceanMan15WasTaken opened 1 year ago

OceanMan15WasTaken commented 1 year ago

I'm trying to use your guide on making a core, but when I use the command "emmake make -f Makefile platform="emscripten"" in Ubuntu, it says this: em++: error: Passing any of -msse, -msse2, -msse3, -mssse3, -msse4.1, -msse4.2, -mavx, -mfpu=neon flags also requires passing -msimd128!

I'm not sure what has happened here but it's not working. Do you have any clue why?