Skip to content

Commit 6b68a70

Browse files
Wiimote to GunCon3 removed 2 extra spaces
1 parent 0376d7c commit 6b68a70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rpcs3/rpcs3qt/emu_settings_type.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ inline static const std::map<emu_settings_type, cfg_location> settings_location
369369
{ emu_settings_type::LockOvlIptToP1, { "Input/Output", "Lock overlay input to player one"}},
370370
{ emu_settings_type::PadHandlerMode, { "Input/Output", "Pad handler mode"}},
371371
{ emu_settings_type::PadConnection, { "Input/Output", "Keep pads connected" }},
372-
{ emu_settings_type::WiimoteScan, { "Input/Output", "Wiimote continuous scanning" }},
372+
{ emu_settings_type::WiimoteScan, { "Input/Output", "Wiimote continuous scanning" }},
373373
{ emu_settings_type::KeyboardHandler, { "Input/Output", "Keyboard"}},
374374
{ emu_settings_type::MouseHandler, { "Input/Output", "Mouse"}},
375375
{ emu_settings_type::Camera, { "Input/Output", "Camera"}},

rpcs3/rpcs3qt/gui_application.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ extern std::unique_ptr<raw_mouse_handler> g_raw_mouse_handler; // Only used for
3535
/** RPCS3 GUI Application Class
3636
* The main point of this class is to do application initialization, to hold the main and game windows and to initialize callbacks.
3737
*/
38-
3938
class gui_application : public QApplication, public main_application
4039
{
4140
Q_OBJECT

0 commit comments

Comments
 (0)