Merge pull request #1180 from baka0815/unused_code
Removed unused code in core/linux-dist/main.cpp
This commit is contained in:
commit
75189f0a78
|
@ -200,9 +200,6 @@ void UpdateInputState(u32 port)
|
|||
void UpdateVibration(u32 port, u32 value)
|
||||
{
|
||||
#if defined(USE_EVDEV)
|
||||
const u8 freq_l = 0x16;
|
||||
//const u8 freq_h = 0x31;
|
||||
|
||||
u8 POW_POS = (value >> 8) & 0x3;
|
||||
u8 POW_NEG = (value >> 12) & 0x3;
|
||||
u8 FREQ = (value >> 16) & 0xFF;
|
||||
|
|
Loading…
Reference in New Issue