From e08b851c79ae9a7fc0a2066e49110dc7fb426bce Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Mon, 28 Apr 2025 22:19:43 +0200 Subject: reverted rewrite of ppu, optimized what functions should be forced inline, gained ~2.5% performance --- base/ugg.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 base/ugg.h (limited to 'base/ugg.h') diff --git a/base/ugg.h b/base/ugg.h deleted file mode 100644 index ac51678..0000000 --- a/base/ugg.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -// Uncomplicated Generic Graphics -struct ugg { - uint32_t width; - uint32_t height; - uint32_t palette[256]; - uint8_t data[]; -}; - -- cgit v1.2.3