mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Add headless support on macOS
This commit is contained in:
parent
a389ae0711
commit
5298328cb1
5 changed files with 59 additions and 38 deletions
|
@ -12,6 +12,9 @@ namespace Quartz
|
|||
{
|
||||
void PopulateDevices(void* window)
|
||||
{
|
||||
if (!window)
|
||||
return;
|
||||
|
||||
g_controller_interface.AddDevice(std::make_shared<KeyboardAndMouse>(window));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue