mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-23 00:50:42 +01:00
11 lines
214 B
C++
11 lines
214 B
C++
#pragma once
|
|
|
|
namespace gui
|
|
{
|
|
namespace utils
|
|
{
|
|
void check_microphone_permission();
|
|
bool check_camera_permission(void* obj, std::function<void()> repeat_callback, std::function<void()> denied_callback);
|
|
}
|
|
}
|