summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2014-02-11controll the interpolation frac by the fifo sizedegasus
2014-02-11audiocommon: sync mixer by fifo instead of estimate valuesdegasus
2014-02-11audiocommon: remove 1:1 interpolationdegasus
2014-02-11x64: drop instructions that don't existTillmann Karras
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-10Use float to calculate the fps/vpsdegasus
2014-02-10Drop framelimit by fpsdegasus
2014-02-10Throttle by coretiming event instead of VIdegasus
2014-02-10Clarify an if statement in NetPlayClient.cpp. See: https://github.com/Laurent...lioncash
2014-02-10Some tidy up of sprintf to StringFromFormatMatthew Parlane
2014-02-09Merge pull request #54 from lioncash/cleanupRyan Houdek
2014-02-10Merge pull request #53 from lioncash/remove-another-xchgPierre Bourdon
2014-02-09Remove function Xchg from SWStatistics.cpp. Like the one previous, this can b...Lioncash
2014-02-09Clean up some struct indentationsLioncash
2014-02-09Merge pull request #38 from Sonicadvance1/GLExt-lessfailRyan Houdek
2014-02-09Cleanup enum indentations.Lioncash
2014-02-09Revert "Merge pull request #49 from Parlane/sprintf_tidy"Pierre Bourdon
2014-02-09Merge pull request #12 from Armada651/osx_rumblePierre Bourdon
2014-02-09ForceFeedback: Fixed scoping bugJules Blok
2014-02-09ForceFeedback: Don't depend on the force_type_name index.Jules Blok
2014-02-09ForceFeedback: Add OSX rumble supportJules Blok
2014-02-09ControllerInterface: Move DInput ForceFeedback support to a seperate classJules Blok
2014-02-08Cleanup GLExtensions on how it fails.Ryan Houdek
2014-02-08Improve GLExtensions compile time.Ryan Houdek
2014-02-08Some tidy up of sprintf to StringFromFormatMatthew Parlane
2014-02-08Merge pull request #48 from Parlane/SetupWiiMemory_tidyMatthew Parlane
2014-02-07Merge pull request #20 from degasus/pulseaudioRewritePierre Bourdon
2014-02-07Tidy up SetupWiiMemoryMatthew Parlane
2014-02-07Revert "Merge pull request #47 from lioncash/remove-stringfromint"Pierre Bourdon
2014-02-07Atomic Stores / Loadsdegasus
2014-02-07Pulseaudio: rewrite the pa backend with the async apidegasus
2014-02-07Merge pull request #47 from lioncash/remove-stringfromintPierre Bourdon
2014-02-07Merge pull request #46 from Sonicadvance1/Android-removeDLCachePierre Bourdon
2014-02-07Merge pull request #41 from Parlane/printf_warningsPierre Bourdon
2014-02-06Remove function StringFromInt from StringUtil.cpp/.h. C++11 has std::to_strin...Lioncash
2014-02-06Remove Cache DL option from Android UIRyan Houdek
2014-02-06Fix a typo in EGL.h for setting mode.Ryan Houdek
2014-02-07Fix warnings found by StringFromFormat having printf style checking.Matthew Parlane
2014-02-07Give StringFromFormat a printf format attribute.Matthew Parlane
2014-02-06Add static and const qualifiers to the maps.Lioncash
2014-02-05Simplified GetAreaCode() and GetHardwareModel() to simply use a map in compar...Lioncash
2014-02-05Merge pull request #34 from lioncash/geckocode-foreachPierre Bourdon
2014-02-05Change the modified parameter in the Clamp function to be a pointer.Lioncash
2014-02-04Introduce a generic clamp function to clean up some similarly duplicated code.Lioncash
2014-02-04Add const qualifiers to two foreach loop variables for consistency.Lioncash
2014-02-04Merge pull request #35 from lioncash/videocommons-kill-xchg-in-statisticsPierre Bourdon
2014-02-04[VideoCommon] Eliminate the function Xchg in Statistics.cpp. std::swap does t...Lioncash
2014-02-04Fix name conventions of some of the foreach loop variables.Lioncash
2014-02-04Change some for+iterator loops in GeckoCode.cpp and GeckoCodeConfig.cpp into ...Lioncash
2014-02-04Merge pull request #14 from degasus/uboWorkaroundRemoveTony Wasserka