4.0-1624 11 years ago VideoCommon: BP cleanup. (PR #342 from magcius)
4.0-1609 11 years ago OpenGL: Use a sample-able texture as EFB instead of renderbuffer. (PR #331 from degasus)
4.0-1603 11 years, 1 month ago MMIO: Lazy-initialize read/write handlers since most are not actually used (PR #380 from delroth)
4.0-1601 11 years, 1 month ago Opcode decoding: handle missing opcodes 0x88 etc. (PR #355 from magumagu)
4.0-1598 11 years, 1 month ago CheckExceptions: add TODO and remove a wrong comment (PR #378 from delroth)
4.0-1596 11 years, 1 month ago Move bn.h and ec.h into the correct filter section for Visual Studio. (PR #377 from lioncash)
4.0-1594 11 years, 1 month ago Video backends: fix rounding in lighting computation. (PR #360 from magumagu)
4.0-1592 11 years, 1 month ago DVD emulation: make seek timing more accurate. (PR #327 from magumagu)
4.0-1588 11 years, 1 month ago Use size_t in std::string operations in IniFile.cpp, not int (PR #369 from lioncash)
4.0-1586 11 years, 1 month ago SW backend: use VideoCommon XFRegisters struct. (PR #269 from magumagu)
4.0-1581 11 years, 1 month ago make IOCTL_SO_GETHOSTID more accurate on Windows (PR #374 from ToadKing)
4.0-1577 11 years, 1 month ago Video backends: fix behavior of "konst" TEV inputs. (PR #368 from magumagu)
4.0-1575 11 years, 1 month ago VertexLoaderManager: Remove unused function. (PR #375 from degasus)
4.0-1573 11 years, 1 month ago OGL/VertexManager: Remove unused variable. (PR #366 from Jezze)
4.0-1571 11 years, 1 month ago Opcode decoding: 0xC0 isn't a valid command. (PR #354 from magumagu)
4.0-1569 11 years, 1 month ago Add a std::make_unique implementation (Common/StdMakeUnique.h) (PR #351 from Tilka)
4.0-1564 11 years, 1 month ago D3D: Don't pass D3D10_SHADER_WARNINGS_ARE_ERRORS to the compiler in debug builds. (PR #359 from shuffle2)
4.0-1562 11 years, 1 month ago Add japanese strings (PR #358 from SeannyM)
4.0-1560 11 years, 1 month ago Move the header guard before the includes in VideoCommon's Statistics.h (PR #341 from lioncash)
4.0-1558 11 years, 1 month ago [Android] Change default EFB copy method from disabled to texture. (PR #349 from Sonicadvance1)