2021-05-13 06:41:12 +01:00
|
|
|
// Copyright 2020 Citra Emulator Project
|
|
|
|
// Licensed under GPLv2 or any later version
|
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
namespace AppleAuthorization {
|
|
|
|
|
|
|
|
bool CheckAuthorizationForCamera();
|
2022-01-10 13:38:49 +00:00
|
|
|
bool CheckAuthorizationForMicrophone();
|
2021-05-13 06:41:12 +01:00
|
|
|
|
|
|
|
} // namespace AppleAuthorization
|