Search found 8 matches
- Thu Oct 28, 2010 1:49 pm
- Forum: Other Ports
- Topic: screenmodes and how they work (in relation to HD)
- Replies: 1
- Views: 4338
ok.. well after sifting thru the sdl.cpp code and thinking about it I did a little experimenting in debug mode. First thing I did was set USE_SCALERS since I initially had it turned off (little issue with two of the .asm based filters).. Anywho.. after doing this.. everything became clear. How the s...
- Thu Oct 28, 2010 6:34 am
- Forum: Other Ports
- Topic: screenmodes and how they work (in relation to HD)
- Replies: 1
- Views: 4338
screenmodes and how they work (in relation to HD)
I'm trying to get an understanding of how the ScummVM system works in relation to graphics resolution. This is mostly based on the SDL graphics code running on an Xbox. The xbox is capable of displaying resolutions of 720p, and 1080i. If I set main to start off with a 720p resolution the interface d...
- Wed Oct 27, 2010 6:32 am
- Forum: Other Ports
- Topic: problem with monster.sog files
- Replies: 8
- Views: 12771
- Fri Oct 22, 2010 10:12 pm
- Forum: Other Ports
- Topic: problem with monster.sog files
- Replies: 8
- Views: 12771
- Thu Oct 21, 2010 10:03 pm
- Forum: Other Ports
- Topic: problem with monster.sog files
- Replies: 8
- Views: 12771
- Wed Oct 20, 2010 9:12 pm
- Forum: Other Ports
- Topic: problem with monster.sog files
- Replies: 8
- Views: 12771
- Wed Oct 20, 2010 5:55 am
- Forum: Other Ports
- Topic: problem with monster.sog files
- Replies: 8
- Views: 12771
Which compiler is this? What OS are you using? Is it a 32 or 64 bit build? What is the target platform? Whoops sorry.. Msvc7. WinXP 32. The platform is Win32 but the eventual target platform is the xbox. I had to use a precompiled libflac because I am unable to compile it manually in Msvc7. Or at l...
- Wed Oct 20, 2010 3:09 am
- Forum: Other Ports
- Topic: problem with monster.sog files
- Replies: 8
- Views: 12771
problem with monster.sog files
I got the below mention problem corrected, but read the last post please.. Thanks! :D I get the following link errors when trying to compile with USE_FLAC.. libFLAC_static.lib(cpu.obj) : warning LNK4217: locally defined symbol _SetUnhandledExceptionFilter@4 imported in function _FLAC__cpu_info libFL...