1600x1200 Windowed modes scaling to 1600x1024 (latest WIP)
Moderator: ZSNES Mods
-
- Rookie
- Posts: 40
- Joined: Mon Aug 23, 2004 2:10 am
- Location: Sacramento, CA
- Contact:
1600x1200 Windowed modes scaling to 1600x1024 (latest WIP)
Screenshot: http://img350.imageshack.us/img350/8185 ... ush5pu.jpg
Of course I tried it with fresh configs, no dice. Fullscreen works fine, just windowed mode does this, S or R. I don't think I've ran this build of zsnes since I recenly reformatted my system (and before that, it worked) so a change there probably has something to do with it, but everything on my system is fine and I can't think of any cause.
I've been using the NTSC-filter version of ZSNES and it's the same deal along with the 3/19 build. It's not a massive loss since I can run it in fullscreen just fine, but I still prefer to be able to use windowed mode.
Of course I tried it with fresh configs, no dice. Fullscreen works fine, just windowed mode does this, S or R. I don't think I've ran this build of zsnes since I recenly reformatted my system (and before that, it worked) so a change there probably has something to do with it, but everything on my system is fine and I can't think of any cause.
I've been using the NTSC-filter version of ZSNES and it's the same deal along with the 3/19 build. It's not a massive loss since I can run it in fullscreen just fine, but I still prefer to be able to use windowed mode.
-
- Rookie
- Posts: 40
- Joined: Mon Aug 23, 2004 2:10 am
- Location: Sacramento, CA
- Contact:
-
- Devil's Advocate
- Posts: 2293
- Joined: Mon Aug 02, 2004 7:51 pm
- Location: Hmo. Son.
-
- ZSNES Developer
- Posts: 3904
- Joined: Tue Jul 27, 2004 10:54 pm
- Location: Solar powered park bench
- Contact:
Um, what new information should he add besides being more descriptive?
And if he wants another post being more descriptive I would think it should be in the same thread.
And if he wants another post being more descriptive I would think it should be in the same thread.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
_____________
Insane Coding
-
- Rookie
- Posts: 40
- Joined: Mon Aug 23, 2004 2:10 am
- Location: Sacramento, CA
- Contact:
-
- Rookie
- Posts: 40
- Joined: Mon Aug 23, 2004 2:10 am
- Location: Sacramento, CA
- Contact:
-
- ZSNES Shake Shake Prinny
- Posts: 5632
- Joined: Wed Jul 28, 2004 4:15 pm
- Location: PAL50, dood !
Well, no surprise here.
winintrf.asm
winlink.cpp
Guess that's the reason. >_>;
Fix in CVS.
winintrf.asm
Code: Select all
db '1600x1200 S W',0 ;33
db '1600x1200 DS W',0 ;34
db '1600x1200 DR F',0 ;35
db '1600x1200 DS F',0 ;36
Code: Select all
case 33:
case 34:
case 35:
case 36:
WindowWidth=1600;
WindowHeight=1024;
break;
Fix in CVS.
皆黙って俺について来い!!
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
Code: Select all
<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
-
- Rookie
- Posts: 40
- Joined: Mon Aug 23, 2004 2:10 am
- Location: Sacramento, CA
- Contact:
-
- ZSNES Developer
- Posts: 6747
- Joined: Tue Dec 28, 2004 6:47 am
That would explain why it would never work properly in the first place.grinvader wrote:Well, no surprise here.
winintrf.asmwinlink.cppCode: Select all
db '1600x1200 S W',0 ;33 db '1600x1200 DS W',0 ;34 db '1600x1200 DR F',0 ;35 db '1600x1200 DS F',0 ;36
Guess that's the reason. >_>;Code: Select all
case 33: case 34: case 35: case 36: WindowWidth=1600; WindowHeight=1024; break;
Fix in CVS.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...