From d1b85c9f769692c4c088a0472e90c381fbcb0895 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Thu, 1 Oct 2020 17:33:50 -0300 Subject: [PATCH] Small changes --- settings/input.rst | 2 +- settings/machine.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/input.rst b/settings/input.rst index e9db959..20328fa 100644 --- a/settings/input.rst +++ b/settings/input.rst @@ -25,7 +25,7 @@ Emulate one or more game port controller(s). The following controller types are * **Standard 8-button joystick:** single controller with four regular buttons, four additional buttons mapped to the third and fourth axes, and a single analog stick. * **4-axis 4-button joystick:** single controller with four buttons and four axes (or two analog sticks). * **CH Flightstick Pro:** flight controller with four buttons, three axes and a POV hat. -* **Microsoft SideWinder Pad:** up to four controllers, each with 10 buttons and a directional pad. Requires a driver to be installed on the guest operating system. +* **Microsoft SideWinder Pad:** up to four controllers, each with 10 buttons and a directional pad. Requires a driver to be installed on the emulated operating system. * **Thrustmaster Flight Control System:** flight controller with four buttons, two axes and a POV hat. * **No joystick:** no controller connected. diff --git a/settings/machine.rst b/settings/machine.rst index 09c0b4e..92df5c6 100644 --- a/settings/machine.rst +++ b/settings/machine.rst @@ -38,7 +38,7 @@ Enable the dynamic recompiler, which provides faster but less accurate CPU emula Time synchronization -------------------- -Automatically copies your host system's date and time over to the emulated machine's hardware real-time clock. Synchronization is performed every time the guest operating system reads the hardware clock to calibrate its own internal clock, which usually happens once on every boot. +Automatically copy your host system's date and time over to the emulated machine's hardware real-time clock. Synchronization is performed every time the emulated operating system reads the hardware clock to calibrate its own internal clock, which usually happens once on every boot. * **Disabled:** do not perform time synchronization. The emulated machine's date and time can be set through its operating system or BIOS setup utility. Time only ticks while the emulated machine is running. * **Enabled (local time):** synchronize the time in your host system's configured timezone. Use this option when emulating an operating system which stores *local time* in the hardware clock, such as DOS or Windows.