mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-14 09:31:43 +01:00
80 lines
1.0 KiB
INI
80 lines
1.0 KiB
INI
#
|
|
# example ptc.cfg, containing all supported options
|
|
# remove the '#' to enable an option
|
|
#
|
|
|
|
|
|
#enable logging
|
|
#disable logging
|
|
|
|
#attempt dithering
|
|
|
|
|
|
#DirectX
|
|
|
|
#default output
|
|
#windowed output
|
|
#fullscreen output
|
|
#default width 320
|
|
#default height 200
|
|
#default bits 32
|
|
#resizable window
|
|
#fixed window
|
|
#windowed primary direct
|
|
#windowed primary secondary
|
|
#fullscreen primary direct
|
|
#fullscreen primary secondary
|
|
#center window
|
|
#default window position
|
|
#synchronized update
|
|
#unsynchronized update
|
|
#default nearest
|
|
#center nearest
|
|
#default stretch
|
|
#default cursor
|
|
#show cursor
|
|
#hide cursor
|
|
#frequency 60
|
|
#enable key buffering
|
|
#disable key buffering
|
|
#enable blocking
|
|
#disable blocking
|
|
|
|
|
|
#VESA
|
|
|
|
|
|
#VGA
|
|
#Fakemode
|
|
|
|
#FAKEMODE1A
|
|
#FAKEMODE1B
|
|
#FAKEMODE1C
|
|
#FAKEMODE2A
|
|
#FAKEMODE2B
|
|
#FAKEMODE2C
|
|
#FAKEMODE3A
|
|
#FAKEMODE3B
|
|
#FAKEMODE3C
|
|
|
|
|
|
#Text
|
|
#TEXTFX2
|
|
|
|
#charset_b8ibm
|
|
#charset_b7asc
|
|
#charset_b7sml
|
|
#charset_b8gry
|
|
#charset_b7nws
|
|
#calcpal_colorbase
|
|
#calcpal_lightbase
|
|
#calcpal_lightbase_g
|
|
|
|
|
|
#X11
|
|
|
|
#dga pedantic init
|
|
#dga off
|
|
#leave window open
|
|
#leave display open
|