Codechange: Use ProviderManager to define screenshot generators. (#13526)

This commit is contained in:
Peter Nelson
2025-02-11 21:38:20 +00:00
committed by GitHub
parent 23dc393822
commit 9cdf740097
8 changed files with 576 additions and 532 deletions

View File

@@ -10,9 +10,7 @@
#ifndef SCREENSHOT_H
#define SCREENSHOT_H
void InitializeScreenshotFormats();
const char *GetCurrentScreenshotExtension();
std::string_view GetCurrentScreenshotExtension();
/** Type of requested screenshot */
enum ScreenshotType : uint8_t {