summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2013-09-24Fix my stupid attempt to depend on the entire Data/Sys directory.comex
2013-09-24Merge branch 'fix-field-ordering'Scott Mansell
2013-09-24Nevermind the previous commit, SafeLoadToEAX already calls in to UnsafeLoadTo...Ryan Houdek
2013-09-24Enable fastmem for the lfs instruction for unix and OSX as well.Ryan Houdek
2013-09-24[ARM] lfsux/lfdx/lfdux/stfsx/stfsux/stfdx/stfdux implementations.Ryan Houdek
2013-09-24D3D11: Set proper border color for Real XFB YUY2 texture. Fixes issue 6483.TheCow
2013-09-23Add an explicit error message for outdated GCC, and remove some commented out...comex
2013-09-23Fix crash in gc games in netplay.Rachel Bryk
2013-09-23[Android] Move EmulationActivity.java and NativeGLSurfaceView.java into a new...Lioncash
2013-09-23Don't call into wx in static initializers - crashes on Windows.comex
2013-09-23Automatically connect the appropriate wiimotes in netplay. Extensions must st...Rachel Bryk
2013-09-23[Android] Fix the ability to stop the game and start another.Ryan Houdek
2013-09-23Remove all refrences of field ordering from video backends.Scott Mansell
2013-09-23Merge branch 'master' into android-core-controlRyan Houdek
2013-09-23[Android] Use new 4.0 icon.Ryan Houdek
2013-09-23Fixed issues with feild ordering.Scott Mansell
2013-09-22Remove FifoQueue iterator and RemoveThreadsafeEvents.comex
2013-09-22Why do compilers assume i don't know order of opperations? :(Rachel Bryk
2013-09-22operator= is a function too! std::forward is still appropriate.comex
2013-09-22[Android] Add a JP version of the string for FSAA. Also correct the English s...Lioncash
2013-09-22ogl: drop glsl120 supportdegasus
2013-09-22Fix recording netplay with wiimote.Rachel Bryk
2013-09-22Fix crash when a player leaves in NetPlay.comex
2013-09-22When hosting, don't try to connect if listening failed.comex
2013-09-22Fix FifoQueue's atomicity on ARM.comex
2013-09-22Make CoreTiming's threadsafe events lock-free.comex
2013-09-22Improve Atomic.h:comex
2013-09-22Fix stack misalignment fix.comex
2013-09-22Revert "Fix stack misalignment issues."Rachel Bryk
2013-09-22Merge branch 'wiimote-netplay'Rachel Bryk
2013-09-22[Android] Fix typo, FSAA stands for full scene antialiasing.Ryan Houdek
2013-09-22Merge branch 'GLES3-FSAA'Ryan Houdek
2013-09-22Merge branch 'to-merge-after-4.0'Rachel Bryk
2013-09-22[Android] Add in FSAA option.Ryan Houdek
2013-09-22Pull in the glRenderbufferStorageMultisample function pointer at run time.Ryan Houdek
2013-09-22Ship vcomp100.dll with DolphinPierre Bourdon
2013-09-22Add the new 'Clean' themes from MaJoR and default to Clean by changing the na...Pierre Bourdon
2013-09-22Use the new Dolphin iconPierre Bourdon
2013-09-22Allow GLES3 hardware to support FSAA. Need a GUI option for this on Android d...Ryan Houdek
2013-09-22D3D11: Create temp EFB texture with correct multisample mode. Fixes issue 6482.TheCow
2013-09-22Merge commit 'fa8a4cdbb57e'Scott Mansell
2013-09-22D3D11: Fix various MSAA related issues.NeoBrainX
2013-09-21Don't require running Dolphin in the directory that contain Languages/ on Win...Pierre Bourdon
2013-09-21Pull in translations from Transifex.Glenn Rice
2013-09-21Stop dolphin from loading help.pngScott Mansell
2013-09-21Fix copying Sys/Wii to User/Wii on startup.Rachel Bryk
2013-09-20Fix stack misalignment issues.comex
2013-09-20if a memcard is set to read only, fail more gracefully by reporting when writ...LPFaint99
2013-09-20Turns out CVTSD2SI in x64Emitter.cpp should actually use 64 bits instead of 3...Lioncash
2013-09-18[Android] Make the FolderBrowser extend a ListFragment instead of a regular f...Lioncash