mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Fix initialization order warnings.
This commit is contained in:
@@ -149,10 +149,10 @@ struct GPUDebugBuffer {
|
||||
private:
|
||||
bool alloc_;
|
||||
u8 *data_;
|
||||
u32 height_;
|
||||
u32 stride_;
|
||||
bool flipped_;
|
||||
u32 height_;
|
||||
GPUDebugBufferFormat fmt_;
|
||||
bool flipped_;
|
||||
};
|
||||
|
||||
class GPUDebugInterface {
|
||||
@@ -203,4 +203,4 @@ public:
|
||||
// cached framebuffers / textures / vertices?
|
||||
// get content of specific framebuffer / texture?
|
||||
// vertex / texture decoding?
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user