Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-11-09 11:03:29 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-11-10 06:10:21 +0300
commitbb5025d4c1f2f9b013a3b0704f8585cdf3fc7518 (patch)
treef4de9da6205a2d692632fbf3c765457db87d8df4 /include
parent083dfb93c5d76a7bddfeb7580069447325030f01 (diff)
Support Alt+F5 screenshots of rendered output
Diffstat (limited to 'include')
-rw-r--r--include/hardware.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware.h b/include/hardware.h
index 383ba4fc9..9a09fb4bc 100644
--- a/include/hardware.h
+++ b/include/hardware.h
@@ -47,7 +47,7 @@ bool TS_Get_Address(Bitu& tsaddr, Bitu& tsirq, Bitu& tsdma);
extern uint8_t adlib_commandreg;
-std::string GetScreenshotFilename(const char *type, const char *ext);
+std::string CAPTURE_GetScreenshotFilename(const char *type, const char *ext);
FILE *OpenCaptureFile(const char *type, const char *ext);
void CAPTURE_AddWave(uint32_t freq, uint32_t len, int16_t * data);