3.5-1171 il y a 11 ans, 7 mois OGL: use GLEW_ARB_debug_output in debug builds
3.5-1170 il y a 11 ans, 7 mois Remove an unused variable in VideoConfig.cpp and SWVideoConfig.cpp
3.5-1169 il y a 11 ans, 7 mois Forced the exception check when the ARAM DMA transfer is between 32 and 320 blocks in size. Fixes Lost Kingdoms II.
3.5-1168 il y a 11 ans, 7 mois Add native fullscreen support for OS X.
3.5-1167 il y a 11 ans, 7 mois Revert "D3D11: Fix glitched polygon edges when MSAA is enabled."
3.5-1166 il y a 11 ans, 7 mois ups missing file for my last commit sorry
3.5-1165 il y a 11 ans, 7 mois Adds support for PE performance metrics in the D3D9 backend
3.5-1164 il y a 11 ans, 7 mois Fix 32bit Linux. GCC's lrotl/lrotr instrinsic functions are 32bit when building for 32bit, we require 64bit at all times, so keep using our own instead.
3.5-1163 il y a 11 ans, 7 mois D3D11: Fix glitched polygon edges when MSAA is enabled.
3.5-1161 il y a 11 ans, 7 mois Fix GCC 4.8 compiling. GCC 4.8 now defines _rotl/_rotr/_lrotl/_lrotr.
3.5-1160 il y a 11 ans, 7 mois Make the GUI show a translated "No audio output" sound backend string.
3.5-1159 il y a 11 ans, 7 mois Fix ARM building.
3.5-1158 il y a 11 ans, 7 mois Pull updated translations from Transifex.
3.5-1157 il y a 11 ans, 7 mois Fix some more strings for translation, and update the catalog.
3.5-1156 il y a 11 ans, 7 mois Suppress warnings.
3.5-1155 il y a 11 ans, 7 mois Fix build on OS X
3.5-1154 il y a 11 ans, 7 mois Merge branch 'new-ax-hle'
3.5-1124 il y a 11 ans, 7 mois real buildfix
3.5-1123 il y a 11 ans, 7 mois Probably a sloppy buildfix.
3.5-1122 il y a 11 ans, 7 mois Fix loading of "themes" with non-ascii character names. Fixed issue 6189. Why did GetUserPath return a non-const ref to string..?