mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 17:09:09 +00:00
Merge pull request #281 from sblondon/remove-unused-constant
clean: remove unused macros
This commit is contained in:
@@ -45,12 +45,6 @@ struct BlendState
|
|||||||
#define SCR_WIDTH (480)
|
#define SCR_WIDTH (480)
|
||||||
#define SCR_HEIGHT (272)
|
#define SCR_HEIGHT (272)
|
||||||
|
|
||||||
#define NUM_SLICES 128
|
|
||||||
#define NUM_ROWS 128
|
|
||||||
#define RING_SIZE 2.0f
|
|
||||||
#define RING_RADIUS 1.0f
|
|
||||||
#define SPRITE_SIZE 0.025f
|
|
||||||
|
|
||||||
unsigned int __attribute__((aligned(16))) clut256[256];
|
unsigned int __attribute__((aligned(16))) clut256[256];
|
||||||
unsigned char __attribute__((aligned(16))) tex256[256*256];
|
unsigned char __attribute__((aligned(16))) tex256[256*256];
|
||||||
|
|
||||||
|
@@ -38,12 +38,6 @@ int SetupCallbacks();
|
|||||||
#define FRAME_SIZE (BUF_WIDTH * SCR_HEIGHT * PIXEL_SIZE)
|
#define FRAME_SIZE (BUF_WIDTH * SCR_HEIGHT * PIXEL_SIZE)
|
||||||
#define ZBUF_SIZE (BUF_WIDTH SCR_HEIGHT * 2) /* zbuffer seems to be 16-bit? */
|
#define ZBUF_SIZE (BUF_WIDTH SCR_HEIGHT * 2) /* zbuffer seems to be 16-bit? */
|
||||||
|
|
||||||
#define NUM_SLICES 128
|
|
||||||
#define NUM_ROWS 128
|
|
||||||
#define RING_SIZE 2.0f
|
|
||||||
#define RING_RADIUS 1.0f
|
|
||||||
#define SPRITE_SIZE 0.025f
|
|
||||||
|
|
||||||
unsigned int colors[8] =
|
unsigned int colors[8] =
|
||||||
{
|
{
|
||||||
0xffff0000,
|
0xffff0000,
|
||||||
|
@@ -33,12 +33,6 @@ struct Vertex
|
|||||||
#define SCR_WIDTH (480)
|
#define SCR_WIDTH (480)
|
||||||
#define SCR_HEIGHT (272)
|
#define SCR_HEIGHT (272)
|
||||||
|
|
||||||
#define NUM_SLICES 128
|
|
||||||
#define NUM_ROWS 128
|
|
||||||
#define RING_SIZE 2.0f
|
|
||||||
#define RING_RADIUS 1.0f
|
|
||||||
#define SPRITE_SIZE 0.025f
|
|
||||||
|
|
||||||
unsigned int colors[8] =
|
unsigned int colors[8] =
|
||||||
{
|
{
|
||||||
0xffff0000,
|
0xffff0000,
|
||||||
|
Reference in New Issue
Block a user