mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Rename is_fake_move to fit other devices
This commit is contained in:
parent
a50683d6ca
commit
aa8fbf8102
4 changed files with 14 additions and 14 deletions
|
@ -170,7 +170,7 @@ void pad_thread::Init()
|
|||
cur_pad_handler->Init();
|
||||
|
||||
m_pads[i] = std::make_shared<Pad>(handler_type, CELL_PAD_STATUS_DISCONNECTED, pad_settings[i].device_capability, pad_settings[i].device_type);
|
||||
m_pads[i]->is_fake_move = (g_cfg.io.move == move_handler::fake && i >= (CELL_PAD_MAX_PORT_NUM - CELL_GEM_MAX_NUM));
|
||||
m_pads[i]->is_fake_pad = (g_cfg.io.move == move_handler::fake && i >= (CELL_PAD_MAX_PORT_NUM - CELL_GEM_MAX_NUM));
|
||||
|
||||
if (pad_settings[i].is_ldd_pad)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue