summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2014-03-09Jit64::twx(): add assert messageTillmann Karras
2014-03-09MMIOTest: fix sign warningTillmann Karras
2014-03-09Merge pull request #146 from delroth/testsPierre Bourdon
2014-03-09Add more tests for Common and Core/MMIOPierre Bourdon
2014-03-08[Android] Split the AboutFragmentItem and InfoFragmentAdapter into their own ...Lioncash
2014-03-09Merge pull request #144 from Parlane/fix_include_orderPierre Bourdon
2014-03-08[Android] Remove unnecessary comment from VideoSettingsFragment.Lioncash
2014-03-09Fixes include order of TextureConversionShader.cppMatthew Parlane
2014-03-09Add missing functional include caused by PR111Matthew Parlane
2014-03-09Fix bug in PrintCallstack caused by trying to use MMIOMatthew Parlane
2014-03-08JitUtil: Optimize MMIO loads by generating code to directly access a given MMIO.Pierre Bourdon
2014-03-08x64Emitter: Add functions to call a C++ std::function from JITed codePierre Bourdon
2014-03-08x64ABI: Add two more CallFunction functions (for additional parameter types).Pierre Bourdon
2014-03-08x64Emitter: Allow const pointers where it makes sense to do so.Pierre Bourdon
2014-03-08MMIO: Pass pointers to the complex method lambdas when visiting.Pierre Bourdon
2014-03-08MMIO: Add a function to check if a given address refers to MMIO registers.Pierre Bourdon
2014-03-08Merge pull request #96 from lioncash/remove-console-correctlyMatthew Parlane
2014-03-08Merge pull request #139 from lioncash/wx-cleanMatthew Parlane
2014-03-08Merge pull request #138 from Tilka/sw_fixMatthew Parlane
2014-03-07Merge pull request #130 from lioncash/breakpoint-clearPierre Bourdon
2014-03-07Fix MAC address reading on Windows.Matthew Parlane
2014-03-06Implement workaround for Windows versions which do not support XSAVE.Shawn Hoffman
2014-03-06windows: move arch defines to base.propsShawn Hoffman
2014-03-05Remove some superfluous arguments from some wx control creationsLioncash
2014-03-05Mark functions in the PPCDebugInterface and DSPDebugInterface as final.Lioncash
2014-03-05Add ClearAllMemChecks to DebugInterfaceLioncash
2014-03-05Actually make PPCDebugInterface::ClearAllBreakpoints have functionality.lioncash
2014-03-06SW renderer: add missing ClearCurrent()Tillmann Karras
2014-03-06Merge pull request #122 from lioncash/rename-defaultMatthew Parlane
2014-03-05Fix reading revision specific default game inis in ISOProperties.Rachel Bryk
2014-03-05Allow VS builds to be speedy again.Shawn Hoffman
2014-03-05commit 1a428de189eb9456695429adc11b606936218924 introduced a bug by using a s...Shawn Hoffman
2014-03-04Make our architecture defines less stupid.Ryan Houdek
2014-03-04Add two other formats to the list of extensions in IsSoundFilelioncash
2014-03-04Simplify ShowSound() in FileMonitor.cpp.lioncash
2014-03-03Merge pull request #118 from neobrain/videosoftware-bypass-xfb-hackPierre Bourdon
2014-03-03videosoftware: More coding style fixes.Tony Wasserka
2014-03-03Merge pull request #128 from lioncash/normalize-debug-interface-func-namesPierre Bourdon
2014-03-03Fix 32 bit non-Windows buildTillmann Karras
2014-03-03Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use Ca...Lioncash
2014-03-03Merge pull request #127 from lioncash/cheat-dlg-simplificationPierre Bourdon
2014-03-02Make the base calculation in CheatsWindow simpler.Lioncash
2014-03-03UnitTests: ensure the Binaries/Tests directory exists before linking.Pierre Bourdon
2014-03-03Unittests: Always use GTest from Externals (recommended way from GTest FAQ).Pierre Bourdon
2014-03-03Do not hard fail when running 'make unittests' without GTest.Pierre Bourdon
2014-03-03Merge pull request #119 from delroth/unittestsMatthew Parlane
2014-03-02Rename the JIT function Default() to FallBackToInterpreter(). Communicates in...Lioncash
2014-03-02Fix a case where the wrong placeholders were being assigned for the up and do...Lioncash
2014-03-03Tests: Add more MMIO tests as an example.Pierre Bourdon
2014-03-03Add the infrastructure required to easily add unit tests and test it with a v...Pierre Bourdon