mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Qt: Tiny improvements to Cam/Mic permissions
This commit is contained in:
parent
c4282e63fb
commit
feedc183a4
3 changed files with 4 additions and 4 deletions
|
@ -112,7 +112,7 @@ extern void check_microphone_permissions()
|
|||
#if QT_CONFIG(permissions)
|
||||
Emu.BlockingCallFromMainThread([]()
|
||||
{
|
||||
QMicrophonePermission permission;
|
||||
const QMicrophonePermission permission;
|
||||
switch (qApp->checkPermission(permission))
|
||||
{
|
||||
case Qt::PermissionStatus::Undetermined:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue