diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-04-28 22:19:43 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-04-28 22:19:43 +0200 |
| commit | e08b851c79ae9a7fc0a2066e49110dc7fb426bce (patch) | |
| tree | c8458daee7201983903cf04413ff9a6072084028 /base/ugg.h | |
| parent | c40f7421d8c1ccbe008dbd2191c6642625ae4b83 (diff) | |
reverted rewrite of ppu, optimized what functions should be forced inline, gained ~2.5% performance
Diffstat (limited to 'base/ugg.h')
| -rw-r--r-- | base/ugg.h | 10 |
1 files changed, 0 insertions, 10 deletions
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[]; -}; - |
