uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit ef2b2e881b68ed412522641a692b3de93222e87d
parent 927fdb497fff3bbb53b9b5b92ef1e92c2d899a3a
Author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
Date:   Sat, 25 Dec 2021 14:48:05 +0100

ppu header: remove unused macros

Diffstat:
Msrc/devices/ppu.h | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/devices/ppu.h b/src/devices/ppu.h @@ -12,10 +12,6 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE. */ -#define CLEAR_BG 0xcc -#define CLEAR_FG 0x33 -#define CLEAR_BOTH 0x00 - typedef unsigned char Uint8; typedef unsigned short Uint16; typedef unsigned int Uint32;