Skip to content

Commit a130cd0

Browse files
Dragonissergitbook-bot
authored andcommitted
GITBOOK-89: change request with no subject merged in GitBook
1 parent d25d98d commit a130cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/troubleshooting/my-game-crashes-when-i-open-it-or-connect-to-a-server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**A:** Your CPU needs support for AES-NI (AES New Instructions). The reason why this is needed in the client and server, is because they depend on libsodium lib, which relies on AES. Therefore, we need to wait until libsodium stop relying on AES (which is unlikely), or reimplement some parts with OpenSSL (time consuming).
1010

11-
## How do I know if my CPU supports AES-NI? (Intel)
11+
## How do I know if my CPU supports AES-NI? (Intel only)
1212

1313
1. Find the name of your CPU, using this method:
1414
2. Press your `Windows key` and search for `System information`

0 commit comments

Comments
 (0)