macos permission: address review comments
This commit is contained in:
parent
7bbc94d428
commit
8b0a6b9d5e
6 changed files with 12 additions and 10 deletions
|
@ -16,7 +16,7 @@
|
|||
#include "ui_configure_audio.h"
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include "citra_qt/usage_authorization.h"
|
||||
#include "citra_qt/macos_authorization.h"
|
||||
#endif
|
||||
|
||||
constexpr int DEFAULT_INPUT_DEVICE_INDEX = 0;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include "ui_configure_camera.h"
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include "citra_qt/usage_authorization.h"
|
||||
#include "citra_qt/macos_authorization.h"
|
||||
#endif
|
||||
|
||||
const std::array<std::string, 3> ConfigureCamera::Implementations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue