# "Configuration file" per L'Ombra di Dracula versione Windows:
# Il programma normalmente dovrebbe autorilevare tutto,
# ma se qualcosa sembra non funzionare correttamente,
# puoi modificare manualmente alcuni parametri:




[graphics]

# Windows graphics drivers:
#
#  DXAC     - DirectX with hardware acceleration
#  DXSO     - DirectX without hardware acceleration
#  DXSA     - DirectX in safe-mode, with all the fancy features disabled
#  DXWN     - DirectX in windowed mode
#  DXOV     - DirectX overlay (fast windowed mode, only works on some cards)
#  GDIB     - GDI mode (slow windowed mode, works on all cards)
#

gfx_card = 



# driver to use when autodetecting windowed modes
gfx_cardw = 









[sound]

# Windows digital sound drivers:
# note: parameters different from AXA can cause the program to
# crash when the game run in the background.
#
#  0        - none
#  DXA      - first DirectSound device
#  DXB      - second DirectSound device
#  ...      - etc
#  AXA      - first DirectSound device using Allegro mixer
#  AXB      - second DirectSound device using Allegro mixer
#  ...      - etc
#  WOA      - high quality WaveOut device
#  WOB      - low quality WaveOut device
#

digi_card = AXA 


# how many voices to reserve for each driver
digi_voices = 
midi_voices = 



# how loud? (range 0-255)
digi_volume = 
midi_volume = 



# sample mixing quality (0=fastest, 1=full 16 bit precision, 2=interpolation)
quality = 



# toggling this between 0 and 1 reverses the left/right panning of samples
flip_pan = 


