3.5-2174 hace 11 años, 2 meses [ARM] Support both hardfp and softfp with lfs and lfd. Fixes these two instructions on Android since it uses softfp calling conventions. This adds a emitter for moving from two ARM Registers to a doub...
3.5-2173 hace 11 años, 2 meses Rollback "DSP on Thread" to only affect LLE.
3.5-2172 hace 11 años, 2 meses [ARM] Fix Savestates.
3.5-2171 hace 11 años, 2 meses [Android] Android NDK now supports full implementations of std::mutex, std::thread, and std::conditional_variable so there is no need to have our own implementations there now.
3.5-2170 hace 11 años, 2 meses Merge branch 'master' of https://code.google.com/p/dolphin-emu into android-savestate-support
3.5-2167 hace 11 años, 2 meses [ARM] Fix lfs/lfd. We need to dump the fpr cache at times where VFP registers may be affected. We shouldn't need to flush D8-D15 but it doesn't seem to work. So we have to flush all registers.
3.5-2166 hace 11 años, 2 meses [Android] Accidentally enabled screen rotation in the emulator window. Disabled it.
3.5-2165 hace 11 años, 2 meses [Android] Let NativeLibrary handle initial folder structure creation.
3.5-2164 hace 11 años, 2 meses [Android] Add save state native functions.
3.5-2163 hace 11 años, 2 meses [Android] Stop the play store from overwriting buildbot builds.
3.5-2162 hace 11 años, 2 meses [Android] The back button now toggles the visibility of the action bar in the emulation window. This can be used in the future to implement the overlay for save states and other things.
3.5-2161 hace 11 años, 2 meses [Android] Decouple the emulation processes from the Main activity. Moved them into their own activity called EmulationActivity.
3.5-2160 hace 11 años, 2 meses Use pthread_setname_np.
3.5-2159 hace 11 años, 2 meses ogl: only free use fences
3.5-2158 hace 11 años, 2 meses libusb: fix cmake endif
3.5-2157 hace 11 años, 2 meses [Android] Move the instantiation of the NativeGLSurfaceView into a layout file. This will allow the addition of other components in the future, such as overlays, etc.
3.5-2156 hace 11 años, 2 meses [Android] Forgot to make the AboutFragmentAdapter class 'final'
3.5-2155 hace 11 años, 2 meses [Android] Decouple the About fragment from the FolderBrowserAdapter. Now it uses its own independent adapter (I have no idea why this wasn't done in the first place).
3.5-2154 hace 11 años, 2 meses [Android] Use the same layout for the game list and the folder browser. Since the UI layouts are exactly the same.
3.5-2153 hace 11 años, 2 meses [Android] Simplify the line divider for the folder browser and game list. Turns out someone disabled it in the list view initially. No more custom implementation now.