summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2014-05-16remove trailing whitespaceToad King
2014-05-16changed IOCTL_SO_GETHOSTID to remove malloc()/free() callsToad King
2014-05-16Video backends: fix behavior of "konst" TEV inputs.magumagu
2014-05-16Merge pull request #375 from degasus/remove_SkipVerticesTony Wasserka
2014-05-16Merge pull request #366 from Jezze/vertexTony Wasserka
2014-05-16Merge pull request #354 from magumagu/gx-primitive-maskTony Wasserka
2014-05-16remove unused and unexported functiondegasus
2014-05-15make IOCTL_SO_GETHOSTID more accurate on WindowsToad King
2014-05-15Clarify that 'tools' attributes are only visible in the UI editor preview, an...Eder Bastos
2014-05-15Soften up some of the UI elements.Eder Bastos
2014-05-15PPCAnalyst now detects internal branches betterFredrik Ehnbom
2014-05-14Use size_t in std::string operations in IniFile.cpp, not intLioncash
2014-05-13OGL/VertexManager: Remove unnused m_CurrentVertexFmtJens Nyberg
2014-05-11Export wii saves to the "User" directoryLPFaint99
2014-05-11Possibly an OSX buildfix.Jordan Woyak
2014-05-11Video backends: fix rounding in lighting computation.magumagu
2014-05-11Merge pull request #351 from Tilka/make_uniqueshuffle2
2014-05-11Merge pull request #359 from shuffle2/d3d-disable-warnings-as-errorsTony Wasserka
2014-05-11fixmeup useTillmann Karras
2014-05-11fixmeup renameTillmann Karras
2014-05-10D3D: Don't pass D3D10_SHADER_WARNINGS_ARE_ERRORS to the compiler in debug bui...Shawn Hoffman
2014-05-11Add japanese stringsSean Maas
2014-05-10Merge pull request #341 from lioncash/pragmaRyan Houdek
2014-05-10Merge pull request #349 from Sonicadvance1/Android-Default-ConfigRyan Houdek
2014-05-10Merge pull request #346 from Sonicadvance1/Android-PewPewShadersRyan Houdek
2014-05-10Opcode decoding: handle missing opcodes 0x88 etc.magumagu
2014-05-10Merge pull request #357 from shuffle2/mastershuffle2
2014-05-10Merge pull request #335 from Tilka/twxRyan Houdek
2014-05-10Revert "x64FPURoundMode: always set x87 precision"Shawn Hoffman
2014-05-09Fixes games that use the MMU to page in code(Rogue Leader).Ryan Houdek
2014-05-08Opcode decoding: 0xC0 isn't a valid command.magumagu
2014-05-08DVDInterface: code cleanup.magumagu
2014-05-08Apparently the debug build has not been freeing memory since 2008. Undo that.Shawn Hoffman
2014-05-06Use std::make_unique where it makes sense toTillmann Karras
2014-05-06Add a std::make_unique implementationTillmann Karras
2014-05-06Merge pull request #185 from degasus/shader-cleanupTony Wasserka
2014-05-05Change Android's default EFB configuration to texture instead of disabled.Ryan Houdek
2014-05-05DVDInterface: tweak buffered reads to be a bit faster.magumagu
2014-05-05DVD emulation: make seek timing more accurate.magumagu
2014-05-05Merge pull request #330 from LPFaint99/GCMemcard_addsave_fixRyan Houdek
2014-05-05Merge pull request #336 from magumagu/xfb-vertical-scaleTony Wasserka
2014-05-05Adds support for the PP shaders in the Android UI.Ryan Houdek
2014-05-05JIT: unify JitAsm for JIT64 and JIT64IL.magumagu
2014-05-05Merge pull request #339 from magumagu/opengl-unused-parameterTony Wasserka
2014-05-05VideoInterface: clean up naming and bitfields.magumagu
2014-05-05VideoCommon: recreate XFB texture when the XFB size changes.magumagu
2014-05-05VideoInterface: accurate XFB width and height.magumagu
2014-05-05OpenGL: delete unused function parameter in TextureConverter.magumagu
2014-05-05Merge pull request #345 from Sonicadvance1/Qualcomm-textureSizeRyan Houdek
2014-05-05ShaderGen: make uv readonlydegasus