[DYNAREC] BOX86_DYNAREC_FASTNAN is default now

This commit is contained in:
ptitSeb 2022-04-11 10:09:16 +02:00
parent 29b52bc12e
commit 0accab638f

View File

@ -134,8 +134,8 @@ Force the use of Double for x87 emulation
#### BOX86_DYNAREC_FASTNAN
Enable/Disable generation of -NAN
* 0 : Generate -NAN like on x86 (Default.)
* 1 : Don't do anything special with NAN, to go as fast as possible (was default before this option exsted)
* 0 : Generate -NAN like on x86 (slower, more x86 accurate)
* 1 : Don't do anything special with NAN, to go as fast as possible (Default)
#### BOX86_LIBGL
* libXXXX set the name for libGL (defaults to libGL.so.1).