Use standard screenshot buffer types

This commit is contained in:
notmatthewbeshay
2026-03-10 19:27:44 +11:00
parent d2db55e050
commit c4947ce99a
16 changed files with 20 additions and 20 deletions

View File

@@ -146,7 +146,7 @@ void CConsoleMinecraftApp::ReleaseSaveThumbnail()
}
void CConsoleMinecraftApp::GetScreenshot(int iPad,PBYTE *pbData,DWORD *pdwSize)
void CConsoleMinecraftApp::GetScreenshot(int iPad, std::uint8_t **screenshotData, unsigned int *screenshotSize)
{
}