mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Actually, filename really does need to be a parameter because of some random debug thing.
This commit is contained in:
parent
cd46138d29
commit
74b5fb3ab4
7 changed files with 15 additions and 14 deletions
|
@ -124,7 +124,7 @@ protected:
|
|||
#if defined(HAVE_WX) && HAVE_WX
|
||||
static void SaveScreenshotOnThread(u8* data, size_t width, size_t height, std::string filename);
|
||||
#endif
|
||||
static void SaveScreenshot(u8* ptr, size_t width, size_t height);
|
||||
static void SaveScreenshot(u8* ptr, size_t width, size_t height, std::string filename);
|
||||
|
||||
static volatile bool s_bScreenshot;
|
||||
static std::mutex s_criticalScreenshot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue