libretro / snes9x

Snes9x - Portable Super Nintendo Entertainment System (TM) emulator
http://www.snes9x.com
Other
47 stars 56 forks source link

Android: c++11 libs #208

Closed stellarporter closed 5 years ago

stellarporter commented 5 years ago

Required for compiling with NDK

stellarporter commented 5 years ago

stlport_static gives this error:

C:/projects/snes9x/libretro/jni/../../apu/apu.cpp: In function 'bool8 S9xMixSamples(uint8*, int)':
C:/projects/snes9x/libretro/jni/../../apu/apu.cpp:90:72: error: 'class std::vector<short int>' has no member named 'data'
                     msu::resampler->read((short *)msu::resample_buffer.data()

gnustl_static does not.

stellarporter commented 5 years ago

Compiler logs and test build https://ci.appveyor.com/project/stellarporter/snes9x/builds/23427699

stellarporter commented 5 years ago

Scrap. Not needed.