1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Enable threadedVideo option by default.

Fixed #2126 Problem with Project64 1.6.1 when close emulator
This commit is contained in:
Sergey Lipskiy 2019-11-23 12:54:44 +07:00
parent 89bcb61c02
commit a8f23045fd

View File

@ -25,7 +25,7 @@ void Config::resetToDefaults()
video.fxaa = 0;
video.multisampling = 0;
video.verticalSync = 0;
video.threadedVideo = 0;
video.threadedVideo = 1;
texture.maxAnisotropy = 0;
texture.bilinearMode = BILINEAR_STANDARD;