4.0-127 hace 11 años, 2 meses ChooseMemcardPath bugfix: check for a directory separator before converting an absolute path to a relative path.
4.0-126 hace 11 años, 2 meses [ARM] Disable subfic, it prevents Wind Waker from booting into a save game.
4.0-125 hace 11 años, 2 meses [Android] Make sure to change the title accordingly when coming back from the folder browser.
4.0-124 hace 11 años, 2 meses [Android] Simplify LayoutInflater retrieval within GameListAdapter, FolderBrowserAdapter, and SideMenuAdapter.
4.0-123 hace 11 años, 2 meses [Android] Simplify a string retrieval in FolderBrowserAdapter.
4.0-122 hace 11 años, 2 meses [Android] Simplify call for getting the WindowManager instance within EmulationActivity.
4.0-121 hace 11 años, 2 meses Warning fixes:
4.0-120 hace 11 años, 2 meses [Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same...
4.0-119 hace 11 años, 2 meses [Android] General documentation cleanup and additions. Adjusts the documentation to conform to the multitude of changes that have been made over time.
4.0-118 hace 11 años, 2 meses [Android] Make the GameListFragment extend a ListFragment instead of a Fragment. This allows us to simplify behavior a little by eliminating the need for an AdapterView. Now we just override "onListCl...
4.0-117 hace 11 años, 2 meses [Android] Externalize how the formatting is used in the file size string, the file clicked string, and the current dir string.
4.0-116 hace 11 años, 2 meses [Android] Add xxhdpi versions of the file icon and the folder icon used in the folder browser.
4.0-115 hace 11 años, 2 meses [Android] Add correct density-sized images of the navigation drawer icon. Now all icons are density-specific.
4.0-114 hace 11 años, 2 meses [Android] Explicitly specify the allowBackup attribute in the manifest.
4.0-113 hace 11 años, 2 meses [Android] Remove an unnecessary method override from GameListActivity.java. We don't actually do anything different from the default behavior of this method, so we don't need to explicitly define it.
4.0-112 hace 11 años, 2 meses mtspr fall through to interpreter not needed for basic SPRs
4.0-111 hace 11 años, 2 meses Upgrade libusb to 1.0.16
4.0-110 hace 11 años, 2 meses [Android] Fix Fastmem on Android 4.2
4.0-109 hace 11 años, 2 meses Fix use of ABI_GetAlignedFrameSize.
4.0-108 hace 11 años, 2 meses Match ABI_AlignStack with ABI_RestoreStack properly.