forked from len0rd/rockbox
Update adds prboom's high resolution support, also makes the scaling for platforms w/ resolution less then 320x200 much nicer. IDoom's lookup table code has been removed. Also fixed a pallete bug. Some graphic errors are present in menu and status bar. Also updates some headers and output formatting.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9418 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e61b079c26
commit
51db2d3f2c
18 changed files with 569 additions and 537 deletions
|
@ -92,8 +92,10 @@ typedef enum {
|
|||
#define MAX_SCREENWIDTH 1600
|
||||
#define MAX_SCREENHEIGHT 1200
|
||||
|
||||
#define SCREENWIDTH 320
|
||||
#define SCREENHEIGHT 200
|
||||
#define SCREENWIDTH LCD_WIDTH
|
||||
//#define SCREENWIDTH 320
|
||||
//#define SCREENHEIGHT 200
|
||||
#define SCREENHEIGHT LCD_HEIGHT
|
||||
|
||||
// The maximum number of players, multiplayer/networking.
|
||||
#define MAXPLAYERS 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue