cellGem: cleanup some spacings
This commit is contained in:
@@ -192,7 +192,7 @@ static bool ds3_input_to_pad(const u32 port_no, be_t<u16>& digital_buttons, be_t
|
|||||||
|
|
||||||
for (Button& button : pad->m_buttons)
|
for (Button& button : pad->m_buttons)
|
||||||
{
|
{
|
||||||
//here we check btns, and set pad accordingly,
|
// here we check btns, and set pad accordingly
|
||||||
if (button.m_offset == CELL_PAD_BTN_OFFSET_DIGITAL2)
|
if (button.m_offset == CELL_PAD_BTN_OFFSET_DIGITAL2)
|
||||||
{
|
{
|
||||||
if (button.m_pressed) pad->m_digital_2 |= button.m_outKeyCode;
|
if (button.m_pressed) pad->m_digital_2 |= button.m_outKeyCode;
|
||||||
|
|||||||
Reference in New Issue
Block a user