alanbaka Visitor

Joined: 24 Jun 2002 Posts: 2 Location: Hong Kong
|
Posted: Tue Aug 06, 2002 12:03 pm Post subject: super speed in windowed mode |
|
|
Hello
How to config the frame speed in windowed mode
I am running with a P4 1.8G + Radeon 8500
It`s work fine in full screen mode
but it run in full speed (maybe over 120 frame/sec) in windowed mode
How to set the config file
# ----
# emulation settings
# ----
[emulation]
;
; soft reset (RUN + SELECT)
; --
; y -> enabled [default]
; n -> disabled
;
soft_reset=y
;
; frame delay
; --
; adjust video frame delay (15000-18000 µs)
;
; 16393 -> 61 Hz
; 16667 -> 60 Hz [default]
; 16949 -> 59 Hz
;
frame_delay=60HZ
....
# ----
# video settings
# ----
#
[video]
;
; windowed mode
; --
; select windowed mode at startup
;
; y -> windowed
; n -> fullscreen [default]
;
windowed=y
;
; fullscreen stretch
; --
;
; y -> enable
; n -> disable [default]
;
fullscreen=n
;
; fullscreen stretch mode
; --
;
; 0 -> always
; 1 -> only for 1x1 display size
; 2 -> only for 2x2 display size [default]
;
fullscreen_mode=2
;
; bilinear filtering
; --
;
; y -> enable
; n -> disable [default]
;
; (this option doesn't work with all the video card)
;
filtering=y
;
; display size
; --
: select display size at startup
;
; 0 -> 1x1 zoom
; 1 -> 2x2 zoom [default]
;
size=1
;
; display zoom
; --
; 0 -> software [default]
; 1 -> hardware
;
zoom=1
;
; auto frame skip
; --
; y -> enabled
; n -> disabled [default]
;
auto_frame_skip=n
;
; video sync
; --
; y -> enabled
; n -> disabled [default]
;
vsync=y
;
; fullscreen screen resolutions
; --
; custom screen resolutions to be used for the different
; PC-Engine video modes (256x224, 320x224, and 352x224)
;
; (by default a resolution of 640x480 is used for all the
; video modes)
;
res_256=640,480
res_320=640,480
res_352=640,480
;
; windowed screen resolutions
; --
; custom screen resolutions to be used for the different
; PC-Engine video modes (256x224, 320x224, and 352x224)
; in windowed mode
;
win_res_256=512,448
win_res_320=640,448
win_res_352=704,448
;
; auto screen resolution lock
; --
; enable/disable auto screen resolution locking
; for games that change resolution often like
; Military Madness
;
; y -> auto lock [default]
; n -> no resolution lock
;
res_lock=n |
|