2023-06-19 15:50:26 -07:00
|
|
|
// Copyright 2023 Citra Emulator Project
|
2021-05-13 02:41:12 -03:00
|
|
|
// 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 02:41:12 -03:00
|
|
|
|
|
|
|
} // namespace AppleAuthorization
|