mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
[HLE] First steps to Playstation Move (#4083)
* [sysutil] Add Magnetometer system param * [ui] Add UI for Move handler Current options are "Null" and "Fake". * cellGem: Improvements * cellCamera: Improvements
This commit is contained in:
parent
f96e9b6ed7
commit
504e3112dd
11 changed files with 1218 additions and 155 deletions
|
@ -652,6 +652,9 @@ settings_dialog::settings_dialog(std::shared_ptr<gui_settings> guiSettings, std:
|
|||
xemu_settings->EnhanceComboBox(ui->cameraBox, emu_settings::Camera);
|
||||
SubscribeTooltip(ui->cameraBox, json_input["cameraBox"].toString());
|
||||
|
||||
xemu_settings->EnhanceComboBox(ui->moveBox, emu_settings::Move);
|
||||
SubscribeTooltip(ui->moveBox, json_input["moveBox"].toString());
|
||||
|
||||
// _____ _ _______ _
|
||||
// / ____| | | |__ __| | |
|
||||
// | (___ _ _ ___| |_ ___ _ __ ___ | | __ _| |__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue