4.0-790 10 年, 2 ヶ月前 [JITARM] Fixes an issue in the slowmem path that causes grey THP movies,... (PR #31 from Sonicadvance1)
4.0-788 10 年, 2 ヶ月前 Jit64IL: nits (PR #30 from Tilka)
4.0-786 10 年, 2 ヶ月前 Remove a pointless c_str() call in FileUtil.cpp. (PR #29 from lioncash)
4.0-784 10 年, 2 ヶ月前 SWCommandProcessor: fix the CPReg structure fields (PR #27 from delroth)
4.0-782 10 年, 2 ヶ月前 Silence warning (PR #28 from Tilka)
4.0-780 10 年, 3 ヶ月前 Automatic translation resources update from Transifex
4.0-779 10 年, 3 ヶ月前 Larger cleanup to input-related source files (this time using unique_ptr). (PR #23 from lioncash)
4.0-773 10 年, 3 ヶ月前 Remove leftover references to OpenCL from the Visual Studio vcxproj file for VideoCommon. (PR #24 from lioncash)
4.0-771 10 年, 3 ヶ月前 Move two macros (JITDISABLE and INSTRUCTION_START) into JitBase.h. (PR #18 from lioncash)
4.0-769 10 年, 3 ヶ月前 Automatic translation resources update from Transifex
4.0-768 10 年, 3 ヶ月前 Automatic translation template update
4.0-767 10 年, 3 ヶ月前 VertexShaderGen: fix D3D posmtx attribute regression by VertexLoaderCleanup merge (PR #21 from degasus)
4.0-765 10 年, 3 ヶ月前 Vertex loader cleanup. (PR #11 from degasus)
4.0-758 10 年, 3 ヶ月前 Remove Display List caching. (PR #13 from degasus)
4.0-754 10 年, 3 ヶ月前 buildbot: reset to upstream known revision (PR #19 from degasus)
4.0-752 10 年, 3 ヶ月前 Fix an unused variable within function GetScheduledEventsSummary() in CoreTiming.cpp (PR #16 from lioncash)
4.0-750 10 年, 3 ヶ月前 [Android] Fix Android not calling eglSwapBuffers (PR #9 from Sonicadvance1)
4.0-748 10 年, 3 ヶ月前 [Android] Fix Adreno v53 development drivers rotating framebuffer (PR #10 from Sonicadvance1)
4.0-722 10 年, 3 ヶ月前 Revert "[Android] Fix Android not calling eglSwapBuffers"
4.0-721 10 年, 3 ヶ月前 [Android] Fix Android not calling eglSwapBuffers This isn't the cleanup that GLInterface needs, but for now it makes it so it'll swap and not just black screen A cleanup to GLInterface will be coming ...