mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Revert "Fix interpolation/STRFMT overflow issues"
This reverts commit 992be3fd9b.
This commit is contained in:
@@ -28,9 +28,9 @@ struct FormatSpec {
|
||||
bool prefix;
|
||||
bool alignLeft;
|
||||
bool padZero;
|
||||
size_t width;
|
||||
uint8_t width;
|
||||
bool hasFrac;
|
||||
size_t fracWidth;
|
||||
uint8_t fracWidth;
|
||||
int type;
|
||||
bool valid;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user