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
|
@ -47,7 +47,8 @@ typedef struct
|
|||
{
|
||||
int originx, originy; // Block origin, which has already accounted
|
||||
int patch; // for the internal origin of the patch.
|
||||
} texpatch_t;
|
||||
}
|
||||
texpatch_t;
|
||||
|
||||
//
|
||||
// Texture definition.
|
||||
|
@ -69,7 +70,8 @@ typedef struct
|
|||
short width, height;
|
||||
short patchcount; // All the patches[patchcount] are drawn
|
||||
texpatch_t patches[1]; // back-to-front into the cached texture.
|
||||
} texture_t;
|
||||
}
|
||||
texture_t;
|
||||
|
||||
// Retrieve column data for span blitting.
|
||||
const byte*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue