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