3.5-1368 před 10 lety, 11 měsíci Adding unit test project to VS solution
3.5-1367 před 10 lety, 11 měsíci Buildfix for dsptool.
3.5-1366 před 10 lety, 11 měsíci Merge remote-tracking branch 'john-peterson/state4'
3.5-1364 před 10 lety, 11 měsíci Set graphics settings while playing a movie in UpdateActiveConfig(), so settings can't be changed for a frame.
3.5-1363 před 10 lety, 11 měsíci Merge branch 'wii_bb' Adds Balance Board support.
3.5-1351 před 10 lety, 11 měsíci [Android] Redo the Settings menu, Can now change the CPU Core, dual core setting, and video backend in the settings"
3.5-1350 před 10 lety, 11 měsíci Removing ISO ini presence requirement for reading movie settings
3.5-1349 před 10 lety, 11 měsíci [Android] Beginning of setting menu, doesn't do anything yet.
3.5-1348 před 10 lety, 11 měsíci [Android] Add in the Android Studio project files so one can use Android Studio instead of ADT.
3.5-1347 před 10 lety, 11 měsíci [Android] Copy over the Dolphin shared library to the Android APK build directory so it doesn't need to be manually copied each time.
3.5-1346 před 10 lety, 11 měsíci [Android] Qualcomm driver has a bug where it returns an invalid length for GL_INFO_LOG_LENGTH with glGetShaderiv. Qualcomm drivers seem to max out at ~512bytes returned from glGetShaderInfoLog so this...
3.5-1345 před 10 lety, 11 měsíci [Android] Support DFF files in the interface.
3.5-1344 před 10 lety, 11 měsíci Merge branch 'ppd' - per pixel depth
3.5-1341 před 10 lety, 11 měsíci Gameini database update. Fixes issue 6258, Where's Waldo? The Fantastic Journey missing ingame pointer, and Battleship font. Various small changes.
3.5-1340 před 10 lety, 11 měsíci Fix the integer compare in our GLSL fmod function
3.5-1339 před 10 lety, 11 měsíci DSPJIT: the shift value must still be loaded into the correct register
3.5-1338 před 10 lety, 11 měsíci BPMemory: Fix a small documentation mistake from revision 9365187f8942.
3.5-1337 před 10 lety, 11 měsíci Forced an external exception check on DI interrupts. Fixes Summoner: A Goddess Reborn.
3.5-1336 před 10 lety, 11 měsíci fix underflow in IndexGenerator::AddFan
3.5-1335 před 10 lety, 12 měsíci Use SOUNDTOUCH_INTEGER_SAMPLES only on Android build. Some audio backends (i.e. OpenAL) only support floating-point samples.