summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2013-10-07[ARM-JITARMIL] CMP optimization. Int3 IR. DownCount added.Ryan Houdek
2013-10-07Fix MSVC project filesJasper St. Pierre
2013-10-07Put Plugins/ in Core/, rename to VideoBackendsJasper St. Pierre
2013-10-07[ARM] Beginning of JitArmIL JIT recompiler. This code is entirely based off o...Ryan Houdek
2013-10-07Fix updating the register even if an exception occurred in MMU mode.comex
2013-10-07Fix build issues on OS X i386.comex
2013-10-06Fix PixelShaderGen from the previous commit.Ryan Houdek
2013-10-06[Android] Missed a few things for PowerVR544MP3 'support.' It doesn't actuall...Ryan Houdek
2013-10-06[Android] Fix an issue where emulation would crash if we couldn't retrieve GP...Ryan Houdek
2013-10-06Only emit the texgens if they are used, not every single time do all of them.Ryan Houdek
2013-10-06[Android] Remove unnecessary attributes from the ViewPager layout XML file.Lioncash
2013-10-06[Android] Reflect the string change in the Tegra 4 support commit with the JP...Lioncash
2013-10-06Removing more references to D3D9.Tony Wasserka
2013-10-06Remove another D3D9 reference.Tony Wasserka
2013-10-06Remove more references to D3D9...Tony Wasserka
2013-10-06Shader generators: Remove any references to D3D9 and cleanup the affected code.Tony Wasserka
2013-10-06Remove some now unused VideoConfig settings.Tony Wasserka
2013-10-06Rename the Direct3D11 backend to Direct3D. The new short name is D3D.Tony Wasserka
2013-10-06VideoConfigDiag: Update video backend description to reflect the D3D9 removal.Tony Wasserka
2013-10-06Remove D3D9 related files.Lioncash
2013-10-06[Android] Tegra 4 'support.' This brings up the OpenGL backend to support Teg...Ryan Houdek
2013-10-06Corrected the XMM0 processing for pairedStoreQuantized in the x86 build.skidau
2013-10-06Missing break for IOCTL_ES_DELETETITLECONTENTMatthew Parlane
2013-10-05[Core] Simplify a loop within function Run() in Interpreter.cpp. The incremen...Lioncash
2013-10-05Added code to update the PC before doing a fastmem write. Fixes games with f...skidau
2013-10-05Fix storeSingleFloat stack alignment.comex
2013-10-05...Forgot the XMM regs for x86.comex
2013-10-05Fix build-breaking typo.comex
2013-10-05Removed the IOSVersion check (caused some Wii games like Battalion Wars 2 not...skidau
2013-10-05Added a check for the IOS version before overriding the OSGetResetCode() func...skidau
2013-10-04Merge branch '6663'comex
2013-10-04Fix idle skipping.comex
2013-10-04Don't push registers before pairedStoreQuantized, that's dumb.comex
2013-10-04ChooseMemcardPath bugfix: check for a directory separator before converting a...LPFaint99
2013-10-03Fix stfd, which was broken in the fastmem writes commit.comex
2013-10-03Finish replacing ThunkManager with ABI_PushRegistersAndAdjustStack.comex
2013-10-03Remove profiled re-JIT support in JitIL.comex
2013-10-03Trap to the debugger properly after BackPatch failure.comex
2013-10-03[ARM] Disable subfic, it prevents Wind Waker from booting into a save game.Ryan Houdek
2013-10-02[Android] Make sure to change the title accordingly when coming back from the...Lioncash
2013-10-02[Android] Simplify LayoutInflater retrieval within GameListAdapter, FolderBro...Lioncash
2013-10-02[Android] Simplify a string retrieval in FolderBrowserAdapter.Lioncash
2013-10-02[Android] Simplify call for getting the WindowManager instance within Emulati...Lioncash
2013-10-02Warning fixes:comex
2013-10-02[Common] Abstract out the decode5A3Image and decodeCI8Image functions in Bann...Lioncash
2013-10-02[Android] General documentation cleanup and additions. Adjusts the documentat...Lioncash
2013-10-01[Android] Make the GameListFragment extend a ListFragment instead of a Fragme...Lioncash
2013-10-01[Android] Externalize how the formatting is used in the file size string, the...lioncash
2013-10-01[Android] Add xxhdpi versions of the file icon and the folder icon used in th...lioncash
2013-10-01[Android] Add correct density-sized images of the navigation drawer icon. Now...lioncash