cellGem: cleanup some spacings

This commit is contained in:
Megamouse 2019-12-10 20:17:39 +01:00
parent af8ebc76e2
commit 691c7cde67
2 changed files with 25 additions and 25 deletions

View file

@ -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)
{
//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_pressed) pad->m_digital_2 |= button.m_outKeyCode;