mirror of
https://github.com/DarkStore-3DS/Universal-Core.git
synced 2026-07-04 00:39:11 +00:00
Fix non-word aligned images
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
class Image {
|
||||
private:
|
||||
u32 _width = 0;
|
||||
u32 _widthAligned = 0;
|
||||
u32 _height = 0;
|
||||
u8 _paletteStart = 0;
|
||||
std::vector<u8> _bitmap = {};
|
||||
|
||||
Reference in New Issue
Block a user