152
edits
(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 ( | * 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 |
edits