3.5-2244 11 years ago [Android] Fix an accidental call to the wrong method in the superclass of EmulationActivity. Should have been returning "super.onMenuItemSelected(itemId, item)" instead of "super.onOptionsItemSelected...
3.5-2243 11 years ago [NetPlay] Allow recording movies during netplay.
3.5-2242 11 years ago ogl: remove obsolete code
3.5-2241 11 years ago ogl: disable revision 737df2a68cd5 for desktop ogl
3.5-2240 11 years ago [Android] Change the documentation of the FolderBrowser class. We don't show invalid items anymore.
3.5-2239 11 years ago [ARM] lmw implementation.
3.5-2238 11 years ago [ARM] Merge load instructions in to one. Also rapid prototype 13 more load instructions. This disables fastmem currently for loads.
3.5-2237 11 years ago [ARM] Fix and enable fastmem for 32bit stores.
3.5-2236 11 years ago Merge branch 'arm-storemerge'
3.5-2233 11 years ago Merge branch 'netplay-stop-fix'
3.5-2229 11 years ago Add a check for a shared polarssl library. This checks to see that the system version is new enough, and is compiled with havege support.
3.5-2228 11 years ago [Netplay] Read dual core setting before syncing it with clients.
3.5-2227 11 years ago fix android.
3.5-2224 11 years ago [Android] Fix the video settings from crashing the app. Was broke in the commit "Removal of my terrible idea" https://code.google.com/p/dolphin-emu/source/detail?r=2897619ddbd3e3aae8427fc503647c65e770...
3.5-2223 11 years ago [ARM] Merge a bunch of arithmetic JIT instructions and rapid prototyping of a bunch more.
3.5-2222 11 years ago rename vertex streaming hack tooltip
3.5-2221 11 years ago ogl: reorder driver extensions checks
3.5-2220 11 years ago Removal of my terrible idea.
3.5-2219 11 years ago [Android] Fix fastmem and enable.
3.5-2218 11 years ago Fix Non-GLES run path in videosoftware for the previous commit.