Skip to content

Commit

Permalink
minor cosmetic changes and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
epigramx committed Jun 1, 2017
1 parent befa72d commit 2000fa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions mouse2joystick_citra.ahk
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
Binary file modified mouse2joystick_citra_keylist_automation.xlsx
Binary file not shown.

0 comments on commit 2000fa9

Please sign in to comment.