Files

4 lines
176 B
C
Raw Permalink Normal View History

2026-09-19 19:33:10 +02:00
int vc_ios_screen_capture_available(void) { return 0; }
void vc_ios_screen_capture_present(const char *ring_path) { (void)ring_path; }
void vc_ios_screen_capture_stop(void) {}