3.5-1289 il y a 11 ans, 7 mois Missed a few asset copies
3.5-1288 il y a 11 ans, 7 mois Generally make the Android UI better.
3.5-1287 il y a 11 ans, 7 mois Add SimonVT's android-menudrawer. This will be used in the menu interface for Dolphin Android.
3.5-1286 il y a 11 ans, 7 mois Have our EGL interface use our logging functions.
3.5-1285 il y a 11 ans, 7 mois Add Swedish to Windows build system.
3.5-1284 il y a 11 ans, 7 mois Add Swedish translations.
3.5-1283 il y a 11 ans, 7 mois Fix parameter naming in DSPEmulator.h. Should be "HLE" in CreateDSPEmulator's prototype, not "LLE".
3.5-1282 il y a 11 ans, 7 mois Merge branch 'dspjit'
3.5-1270 il y a 11 ans, 7 mois Allow runtime setting of fastmem in ARM and disable since it seems to be causing issues again. Cortex-A9 only?
3.5-1269 il y a 11 ans, 7 mois Fix a build issue with options -DUSE_EGL=True -DUSE_GLES=True
3.5-1268 il y a 11 ans, 7 mois Fix making the config directory so copying over assets won't fail.
3.5-1267 il y a 11 ans, 7 mois Enforce landscape view since rotations cause huge issues atm.
3.5-1266 il y a 11 ans, 7 mois Fix a bunch of random typos in comments and logging.
3.5-1265 il y a 11 ans, 7 mois Add a fastmem option for enabling and disabling fastmem at runtime.
3.5-1264 il y a 11 ans, 7 mois Update the ant files to build the APK from terminal
3.5-1263 il y a 11 ans, 7 mois Update translation files from Transifex, and update the pot file from the source code again.
3.5-1262 il y a 11 ans, 7 mois Update AndroidManifest to v0.2
3.5-1261 il y a 11 ans, 7 mois Android Clang doesn't support TLS, so do the same thing as OSX.
3.5-1260 il y a 11 ans, 7 mois Fix clang building the std headers.
3.5-1259 il y a 11 ans, 7 mois Clang uses __clear_cache instead of __builtin___clear_cache like GCC