2021-05-13 07:41:12 +02: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 14:38:49 +01:00
|
|
|
bool CheckAuthorizationForMicrophone();
|
2021-05-13 07:41:12 +02:00
|
|
|
|
|
|
|
} // namespace AppleAuthorization
|