Points of Required Attention™
Please chime in on a proposed restructuring of the ROM hacking sections.
Views: 88,414,827
Main | FAQ | Uploader | IRC chat | Radio | Memberlist | Active users | Latest posts | Calendar | Stats | Online users | Search 04-16-24 11:12 AM
Guest: Register | Login

0 users currently in ROM Hacking | 4 guests

Main - ROM Hacking - Anyone knows how to disable hardware stretch in FCEUXD SP? New thread | New reply


master higgins
Posted on 09-01-07 04:46 PM (rev. 2 of 09-01-07 05:21 PM) Link | Quote | ID: 64480


Red Goomba
Level: 17

Posts: 12/42
EXP: 21226
Next: 3517

Since: 08-22-07
From: ViƱa del Mar, Chile

Last post: 2219 days
Last view: 450 days
The version is 1.07. I tried copying the configuration file from FCEU 0.98.15 which HAS that option, but it didn't work

Thanks for any replies!

EDIT: Nevermind, i figured it out already. I had to recompile the source, and disabled HW stretch from there. This is what i changed:

In \drivers\win\video.c
#define VF_DDSTRETCHED 1
to
#define VF_DDSTRETCHED 0

comment these lines
if(!(caps.dwCaps&DDCAPS_BLTSTRETCH)) /*line 259*/

if(!(caps.dwCaps&DDCAPS_BLTSTRETCH)) /*line 332*/

use C-style (/*....*/) comments instead of C++ style comments (//....)

Greets!

____________________
Known in other forums as megaman_exe (www.chilewarez.org, www.thegshi.org) and aioria1981

CKY-9K
Posted on 09-01-07 07:12 PM Link | Quote | ID: 64484


Pokey
Level: 57

Posts: 160/693
EXP: 1429306
Next: 56622

Since: 06-27-07
From: cKy

Last post: 200 days
Last view: 108 days
Do you mean so it doesn't interpolate?

Yeah I was wondering too. In the new FCEU you can disable hardware ACCELERATION but that disables vsyncing too.

____________________








Main - ROM Hacking - Anyone knows how to disable hardware stretch in FCEUXD SP? New thread | New reply

Acmlmboard 2.1+4δ (2023-01-15)
© 2005-2023 Acmlm, blackhole89, Xkeeper et al.

Page rendered in 0.029 seconds. (339KB of memory used)
MySQL - queries: 42, rows: 63/64, time: 0.016 seconds.