mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00:00
AnalogController: Fix Linux build
This commit is contained in:
parent
7c55940fa8
commit
d924130308
|
@ -4,6 +4,7 @@
|
|||
#include "common/string_util.h"
|
||||
#include "host_interface.h"
|
||||
#include "system.h"
|
||||
#include <cmath>
|
||||
Log_SetChannel(AnalogController);
|
||||
|
||||
AnalogController::AnalogController(u32 index) : m_index(index)
|
||||
|
|
Loading…
Reference in a new issue