Skip to content

Commit 2f3b42f

Browse files
author
gerhard.kalab
committedFeb 8, 2015
update Stockfish to version 6
1 parent 999282f commit 2f3b42f

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
 

‎libs/armeabi-v7a/libstockfish.so

130 KB
Binary file not shown.

‎libs/armeabi/libstockfish.so

12 KB
Binary file not shown.

‎libs/x86/libstockfish.so

28 KB
Binary file not shown.

‎src/org/scid/android/engine/EngineManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
public class EngineManager {
4141
public static final String INTERNAL_ENGINE_FILE_NAME = "libstockfish.so";
4242
private static final String ENGINE_DATA_FILE = "chessengines.xml";
43-
private static final String INTERNAL_ENGINE_NAME = "Stockfish 5";
43+
private static final String INTERNAL_ENGINE_NAME = "Stockfish 6";
4444
private static EngineConfig defaultEngine;
4545

4646
private Context context;

0 commit comments

Comments
 (0)
Failed to load comments.