4.0-1192 10 yıl, 1 ay önce Change pixel processing to use integer arithmetic. (PR #68 itibaren neobrain)
4.0-1146 10 yıl, 1 ay önce Simplify boolean toggling in the TASInputDlg. (PR #162 itibaren lioncash)
4.0-1144 10 yıl, 1 ay önce Fix a typo in DSPSymbols. (DisasssembleRange -> DisassembleRange) (PR #163 itibaren lioncash)
4.0-1142 10 yıl, 1 ay önce Fixes spacing for "for", "while", "switch" and "if" (PR #155 itibaren Parlane)
4.0-1140 10 yıl, 1 ay önce Fix building on mac without a c/c++ compiler set. (PR #158 itibaren GUIpsp)
4.0-1138 10 yıl, 1 ay önce Use correct capitalization for SoundTouch.h in CMakeLists.txt (PR #156 itibaren Parlane)
4.0-1136 10 yıl, 1 ay önce [Android] Tidy up the dialog buttons that don't do anything. (PR #154 itibaren lioncash)
4.0-1134 10 yıl, 1 ay önce [Android] Split the AboutFragmentItem and InfoFragmentAdapter into their own class files. (PR #145 itibaren lioncash)
4.0-1132 10 yıl, 1 ay önce Add more sound file extensions to FileMonitor's IsSoundFile. (PR #149 itibaren lioncash)
4.0-1130 10 yıl, 1 ay önce Run clang-modernize and manually fix the result (PR #142 itibaren Tilka)
4.0-1126 10 yıl, 1 ay önce Fix IsQNAN() and reduce code duplication (PR #152 itibaren Tilka)
4.0-1123 10 yıl, 1 ay önce Fix DSPTool string output for disassembly. (PR #153 itibaren lioncash)
4.0-1121 10 yıl, 1 ay önce Rename assemble.cpp/.h and disassemble.cpp./.h (PR #151 itibaren lioncash)
4.0-1119 10 yıl, 1 ay önce Fix DSPTool compilation with the new namespace. (PR #150 itibaren lioncash)
4.0-1117 10 yıl, 1 ay önce Add a namespace to DSPHost. (PR #148 itibaren lioncash)
4.0-1115 10 yıl, 1 ay önce Misc (PR #147 itibaren Tilka)
4.0-1109 10 yıl, 1 ay önce Add more tests for Common and Core/MMIO (PR #146 itibaren delroth)
4.0-1107 10 yıl, 1 ay önce Fixes include order of TextureConversionShader.cpp (PR #144 itibaren Parlane)
4.0-1105 10 yıl, 1 ay önce [Android] Remove unnecessary comment from VideoSettingsFragment. (PR #143 itibaren lioncash)
4.0-1103 10 yıl, 1 ay önce Add missing functional include caused by PR111