Open main menu

Difference between revisions of "Small Devices Backend"

res clause
(added headings, fixed typo)
(res clause)
Line 30: Line 30:
* Splash screen (most of ports have it, so it could be unified)
* Splash screen (most of ports have it, so it could be unified)
* Downscalers, used for <320x200 screens
* Downscalers, used for <320x200 screens
* Variable upscaler for weird resolutions (instead of 1000 separate ones)
* Variable upscaler for weird resolutions (only used for small resolutions, say <=640x480, obviously cannot rely on fast FPU)
* No scalers, but that should be under #ifdef as PSP and PS2 have enough power
* No scalers, but that should be under #ifdef as PSP and PS2 have enough power
* Low-res sound
* Low-res sound
* Zoning, like used in WinCE and SymbianOS
* Zoning, like used in WinCE and SymbianOS
* It should hide unneeded options from GUI like MT-32, MIDI device, i.e. those which either don't make sense or too fat for small devices
* It should hide unneeded options from GUI like MT-32, MIDI device, i.e. those which either don't make sense or too fat for small devices
152

edits