mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' into feature/filesystem
This commit is contained in:
commit
5cf690cf55
|
@ -56,8 +56,7 @@ class JPGLibrary
|
||||||
// The following data remains between invocations of allocateStorage,
|
// The following data remains between invocations of allocateStorage,
|
||||||
// and is only changed when absolutely necessary.
|
// and is only changed when absolutely necessary.
|
||||||
struct ReadInfoType {
|
struct ReadInfoType {
|
||||||
unsigned char* buffer;
|
unsigned char* buffer{nullptr};
|
||||||
//vector<unsigned char> buffer;
|
|
||||||
uInt32 width{0}, height{0}, pitch{0};
|
uInt32 width{0}, height{0}, pitch{0};
|
||||||
};
|
};
|
||||||
ReadInfoType myReadInfo;
|
ReadInfoType myReadInfo;
|
||||||
|
|
Loading…
Reference in New Issue