3.5-2272 11 years, 2 months ago Re-added the HLE code that creates the cdb.vff file on first launch of the Wii sysmenu.
3.5-2271 11 years, 2 months ago Merge branch 'comex-wiimote-fixes'
3.5-2263 11 years, 2 months ago Gameini database update. Fixes issue 6580.
3.5-2262 11 years, 2 months ago Revert "Revert "[NetPlay] Make the Memory Card A/B setting sync across netplay.""
3.5-2259 11 years, 2 months ago Fix an incorrect sizeof in a memset in GDBStub.cpp
3.5-2258 11 years, 2 months ago [Android] Change a check for an empty path from !path.equals("") to !path.isEmpty() in GameListItem.
3.5-2257 11 years, 2 months ago [Android] Remove the compareTo implementation from SideMenuItem. We don't perform any operations that require it.
3.5-2256 11 years, 2 months ago [Android] Simplify the JP settings labels.
3.5-2255 11 years, 2 months ago [Android] Display the name of the control that is being bound in the input settings. Makes the binding description more informative.
3.5-2254 11 years, 2 months ago [Android] Correct a typo for the load state menu root in the menu overlay XML. Should be "loadStateRoot", not "loadtateRoot"
3.5-2253 11 years, 2 months ago [Android] Remove unused strings from the resource XML files.
3.5-2252 11 years, 2 months ago [Android] Change the exception logging in NativeLibrary to be an error instead of a warning.
3.5-2251 11 years, 2 months ago Revert "[NetPlay] Make the Memory Card A/B setting sync across netplay."
3.5-2250 11 years, 2 months ago Fix for old libc version on bionic. Old versions would crash if the second argument was NULL.
3.5-2249 11 years, 2 months ago Fix typo in log message in WII_IOB.cpp.
3.5-2248 11 years, 2 months ago [ARM] Reenable ps_add. Issue is due to something in the FPR cache. Still needs to be investigated.
3.5-2247 11 years, 2 months ago [ARM] Reimplement fastmem for the few loadstores that had it before.
3.5-2246 11 years, 2 months ago Don't ever ever let CFrame::DoStop() run twice at the same time.
3.5-2245 11 years, 2 months ago [NetPlay] Make the Memory Card A/B setting sync across netplay.
3.5-2244 11 years, 2 months 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...