-
Notifications
You must be signed in to change notification settings - Fork 7
Settings: Host Options
The following options can be set by the user in the hostconfig.uaetemp
file, to tailor the created configuration file to their personal requirements.
Allows the user to select which input will be used as the primary Amiga input device - i.e. Joystick in Port 1 (normal joystick games). If controller_mouse
(see below) is set to the same device, then Port 1 device will be set to the value of controller_2
for mouse games.
- default value:
joy1
- syntax example:
controller_1 = joy2
- See controller_1
- See controller_1
- See controller_1
If set, this will allow the user to specify a device to be used as an Amiga mouse replacement. If the value set is a joystick device, then the mousemap
option will also be used
- default value:
mouse
- syntax example:
controller_mouse = joy1
Where a joystick device is used for mouse control (see controller_mouse) then the mouse_map
option will specify if an analogue stick is to be mapped to mouse control.
- default value:
both
- syntax example:
mouse_map = left
Select which keyboard key is to be used for quiting the Emulator
- default value:
None
- syntax example:
key_for_quit = 200
Select which keyboard key os to be used for entering the Emulator menu
- default value:
293
(F12) - syntax example:
key_for_quit = 293
Specify whether the RetroArch quit key combination (HotKey + Button) is to be enabled in Amiberry.
- default value: True
- syntax example:
retroarch_quit = False
Specify whether the RetroArch menu key combination (HotKey + Button) is to be enabled in Amiberry.
- default value: True
- syntax example:
retroarch_menu = False
Specify whether the RetroArch reset key combination (HotKey + Button) is to be enabled in Amiberry.
- default value: False
- syntax example:
retroarch_reset = True
- default value: 33
- syntax example:
joymouse_deadzone = 20
- default value: 33
- syntax example:
stereo_seperation = 3
- default value: False
- syntax example:
gfx_correct_aspect = True
- default value: False
- syntax example:
gfx_framerate = True
NOTE: hostconfig settings will take precedence over settings included as command-line arguments.