mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-21 13:12:17 +01:00
DroidFish: Updated stockfish to version 231015.
This commit is contained in:
@@ -33,6 +33,7 @@ int main(int argc, char* argv[]) {
|
||||
std::cout << engine_info() << std::endl;
|
||||
|
||||
UCI::init(Options);
|
||||
PSQT::init();
|
||||
Bitboards::init();
|
||||
Position::init();
|
||||
Bitbases::init();
|
||||
@@ -46,4 +47,5 @@ int main(int argc, char* argv[]) {
|
||||
UCI::loop(argc, argv);
|
||||
|
||||
Threads.exit();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user