diff --git a/README.md b/README.md index 9acc413..94ab104 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # mouse2joystick_citra -Based on mouse2joystick_custom_CEMU by CemuUser8 which was in turn based on the original mouse2joystick script by Helgef +This AutoHotkey script captures mouse motion and keyboard input for the use of the Virtual Controller provided by vJoy in order for it to be used as a controller for the Citra 3DS emulator. Common usage is to control a camera view with mouse motion or to use the main mouse buttons for regular gaming input. Start/stop mouse capturing with the assigned shortcut (default is "F1"). -For the use in the Citra guide: https://community.citra-emu.org/t/how-to-use-a-mouse-as-a-virtual-joystick-in-citra-in-order-to-control-a-camera-view-or-for-custom-mouse-input +Tutorial/guide that details all the steps required: https://community.citra-emu.org/t/how-to-use-a-mouse-as-a-virtual-joystick-in-citra-in-order-to-control-a-camera-view-or-for-custom-mouse-input +mouse2joystick_citra is based on mouse2joystick_custom_CEMU by CemuUser8 which was in turn based on the original mouse2joystick script by Helgef. Further details are in the .ahk file. diff --git a/mouse2joystick_citra.ahk b/mouse2joystick_citra.ahk index f7b0877..6054ef3 100644 --- a/mouse2joystick_citra.ahk +++ b/mouse2joystick_citra.ahk @@ -1,6 +1,6 @@ ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; Further modified for Citra by epigramx for the use in the guide: https://community.citra-emu.org/t/how-to-use-a-mouse-as-a-virtual-joystick-in-citra-in-order-to-control-a-camera-view-or-for-custom-mouse-input/1885 -version := "2017-06-01_1" +version := "2017-06-01_2" ; ; Modified for CEMU by: CemuUser8 (https://www.reddit.com/r/cemu/comments/5zn0xa/autohotkey_script_to_use_mouse_for_camera/) ; Last Modified Date: 2017-05-31 @@ -187,7 +187,7 @@ reloadMenu: return aboutMenu: - Msgbox,32,About, Version: %version%`n`nModified for Citra by epigramx,`nbased on CemuUser8's modified mouse2joystick,`noriginally by Helgef + Msgbox,32,About, mouse2joystick_citra`n`n`Version: %version%`n`nModified for Citra by epigramx,`nbased on CemuUser8's modified mouse2joystick,`noriginally by Helgef return return diff --git a/mouse2joystick_citra_keylist_automation.xlsx b/mouse2joystick_citra_keylist_automation.xlsx index 2ef8f8f..f7f52a8 100644 Binary files a/mouse2joystick_citra_keylist_automation.xlsx and b/mouse2joystick_citra_keylist_automation.xlsx differ