New C_FPU switch for fpu module
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@83
This commit is contained in:
parent
dda8d37455
commit
e9ad5eb51e
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
/* Use multi threading to speed up things on multi cpu's, also gives a nice frame-skipping effect :) */
|
||||
#define C_THREADED
|
||||
|
||||
/* Enable the FPU module, still only for beta testing */
|
||||
//#define C_FPU
|
||||
|
||||
/* Enable debugging for several modules, requires C_LOGGING */
|
||||
#define DEBUG_SBLASTER /* SoundBlaster Debugging*/
|
||||
#define DEBUG_DMA /* DMA Debugging */
|
||||
|
|
Loading…
Add table
Reference in a new issue