mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-12 17:12:40 +01:00
DroidFish: Improved comment.
This commit is contained in:
@@ -169,7 +169,7 @@ public class ExternalEngine extends UCIEngineBase {
|
||||
}
|
||||
}
|
||||
|
||||
/** Try to change the engine process priority to 5. */
|
||||
/** Try to lower the engine process priority. */
|
||||
private void reNice() {
|
||||
try {
|
||||
java.lang.reflect.Field f = engineProc.getClass().getDeclaredField("pid");
|
||||
|
||||
Reference in New Issue
Block a user