mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-25 13:04:59 +00:00
clean: remove unused macros
This commit is contained in:
@@ -48,7 +48,6 @@ int SetupCallbacks();
|
||||
#define SCR_HEIGHT (272)
|
||||
#define PIXEL_SIZE (4) /* change this if you change to another screenmode */
|
||||
#define FRAME_SIZE (BUF_WIDTH * SCR_HEIGHT * PIXEL_SIZE)
|
||||
#define ZBUF_SIZE (BUF_WIDTH SCR_HEIGHT * 2) /* zbuffer seems to be 16-bit? */
|
||||
|
||||
#define ROWS (64)
|
||||
#define COLS (64)
|
||||
|
||||
Reference in New Issue
Block a user