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