macos permission: address review comments
This commit is contained in:
12
src/citra_qt/macos_authorization.h
Normal file
12
src/citra_qt/macos_authorization.h
Normal file
@@ -0,0 +1,12 @@
|
||||
// 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();
|
||||
bool CheckAuthorizationForMicrophone();
|
||||
|
||||
} // namespace AppleAuthorization
|
Reference in New Issue
Block a user