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:
Diffstat (limited to 'include/hardware.h')
-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);