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