mirror of
https://github.com/ptitSeb/box86.git
synced 2024-11-30 18:31:43 +00:00
[DYNAREC] BOX86_DYNAREC_FASTNAN is default now
This commit is contained in:
parent
29b52bc12e
commit
0accab638f
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user