mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Fix a class/struct type warning.
This commit is contained in:
parent
83469d5b18
commit
bb20ed1d16
@ -17,7 +17,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
class GPUDebugBuffer;
|
||||
struct GPUDebugBuffer;
|
||||
|
||||
enum ScreenshotFormat {
|
||||
SCREENSHOT_PNG,
|
||||
@ -32,6 +32,6 @@ enum ScreenshotType {
|
||||
SCREENSHOT_RENDER,
|
||||
};
|
||||
|
||||
const u8 * ConvertBufferTo888RGB(const GPUDebugBuffer & buf, u8 *& temp, u32 & w, u32 & h);
|
||||
const u8 *ConvertBufferTo888RGB(const GPUDebugBuffer &buf, u8 *&temp, u32 &w, u32 &h);
|
||||
|
||||
bool TakeGameScreenshot(const char *filename, ScreenshotFormat fmt, ScreenshotType type, int *width = nullptr, int *height = nullptr, int maxRes = -1);
|
||||
|
Loading…
Reference in New Issue
Block a user