mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Enable -Wunused-variable
This commit is contained in:
parent
631d7d0ce7
commit
db8e6fe7a7
62 changed files with 167 additions and 183 deletions
|
|
@ -6,11 +6,11 @@ LOG_CHANNEL(dualsense_log, "DualSense");
|
|||
|
||||
namespace
|
||||
{
|
||||
const auto THREAD_SLEEP = 1ms;
|
||||
const auto THREAD_SLEEP_INACTIVE = 100ms;
|
||||
//const auto THREAD_SLEEP = 1ms;
|
||||
//const auto THREAD_SLEEP_INACTIVE = 100ms;
|
||||
|
||||
const u32 DUALSENSE_ACC_RES_PER_G = 8192;
|
||||
const u32 DUALSENSE_GYRO_RES_PER_DEG_S = 1024;
|
||||
//const u32 DUALSENSE_ACC_RES_PER_G = 8192;
|
||||
//const u32 DUALSENSE_GYRO_RES_PER_DEG_S = 1024;
|
||||
const u32 DUALSENSE_BLUETOOTH_REPORT_SIZE = 78;
|
||||
const u32 DUALSENSE_USB_REPORT_SIZE = 48;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue