4.0-170 il y a 10 ans, 11 mois [ARM] Update the ArmEmitter with a bunch of NEON emitters. This adds around 47 instruction emitters if I counted correctly. None well tested at this point. On going to add all the NEON emitters.
4.0-169 il y a 10 ans, 11 mois Missed OGL includes apparently.
4.0-168 il y a 10 ans, 11 mois Fix Windows vcxproj files.
4.0-167 il y a 10 ans, 11 mois [Android] Remove unnecessary equals comparison in VideoSettingsFragment.java in function SupportsGLES3(). contains() can handle this situation.
4.0-166 il y a 10 ans, 11 mois Fix MSVC project files
4.0-164 il y a 10 ans, 11 mois Fix updating the register even if an exception occurred in MMU mode.
4.0-163 il y a 10 ans, 11 mois Fix build issues on OS X i386.
4.0-162 il y a 10 ans, 11 mois Fix PixelShaderGen from the previous commit.
4.0-161 il y a 10 ans, 11 mois [Android] Missed a few things for PowerVR544MP3 'support.' It doesn't actually get any video output on it just like Tegra 4.
4.0-160 il y a 10 ans, 11 mois [Android] Fix an issue where emulation would crash if we couldn't retrieve GPU information. Also if we can't get the graphics information, give them the benefit of the doubt and enable the GLES3 optio...
4.0-159 il y a 10 ans, 11 mois Only emit the texgens if they are used, not every single time do all of them.
4.0-158 il y a 10 ans, 11 mois [Android] Remove unnecessary attributes from the ViewPager layout XML file.
4.0-157 il y a 10 ans, 11 mois [Android] Reflect the string change in the Tegra 4 support commit with the JP strings as well.
4.0-156 il y a 10 ans, 11 mois Big gameini database update. Remove most projection hacks enabled by default in gameinis since they are no longer needed after the removal of d3d9 and they can create issues. All of those were there t...
4.0-155 il y a 10 ans, 11 mois Merge branch 'd3d9-removal'.
4.0-146 il y a 10 ans, 11 mois Revert "imask stuff"
4.0-144 il y a 10 ans, 11 mois [Android] Tegra 4 'support.' This brings up the OpenGL backend to support Tegra 4 to the point where it will run games but it doesn't have any video output for some reason. This is a large change that...
4.0-143 il y a 10 ans, 11 mois Corrected the XMM0 processing for pairedStoreQuantized in the x86 build.
4.0-142 il y a 10 ans, 11 mois Missing break for IOCTL_ES_DELETETITLECONTENT
4.0-141 il y a 10 ans, 11 mois [Core] Simplify a loop within function Run() in Interpreter.cpp. The increment variable for the for loop is never used at all, so it's sensible to replace it with a while loop.