skeezix
Internal Development
I forget offhand.. if you set to 320x240 in SDL, and go fullscreen.. does it just center and not scale?
Could scale it yourself in software (SDL probably has routines for that, or easy to just write a brute-force for-loop to do it ) You ould use a nice little library such as scale2x(), which you just give the pointer, the width of each raster line, and target buffer, and blam, it does a ncie scale-up with edge smoothing and such,.
Or use ofbset (try it at the terminal) in your run-script to set up (and unset later) the screen with scaling in hardware, sdo that its no code work,a nd nice and fast.
jeff
Could scale it yourself in software (SDL probably has routines for that, or easy to just write a brute-force for-loop to do it ) You ould use a nice little library such as scale2x(), which you just give the pointer, the width of each raster line, and target buffer, and blam, it does a ncie scale-up with edge smoothing and such,.
Or use ofbset (try it at the terminal) in your run-script to set up (and unset later) the screen with scaling in hardware, sdo that its no code work,a nd nice and fast.
jeff