├── .gitignore ├── CvJI ├── CvGenInterface.ahk ├── CvJoyInterface.ahk ├── MouseDelta.ahk └── SelfDeletingTimer.ahk ├── Layouts_1.8 ├── Wii U GamePad - vJoy Device_Custom.ccc └── Wii U Pro Controller - vJoy Device_Custom.ccc ├── README.md ├── SavedKeyLists.ini ├── ScpVBus ├── ScpVBus.inf ├── ScpVBus.sys ├── WdfCoinstaller01009.dll ├── devcon.exe ├── scpvbus.cat └── v1.7.1.2 │ ├── x64 │ ├── ScpVBus.inf │ ├── ScpVBus.sys │ ├── WdfCoinstaller01009.dll │ ├── devcon.exe │ └── scpvbus.cat │ └── x86 │ ├── ScpVBus.inf │ ├── ScpVBus.sys │ ├── WdfCoinstaller01009.dll │ ├── devcon.exe │ └── scpvbus.cat ├── controllerProfiles ├── vJoyDevice_GamePad.txt ├── vJoyDevice_Pro.txt ├── vXBox_GamePad.txt └── vXBox_Pro.txt ├── mouse2joystick_Custom_CEMU.ahk └── settings.ini /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/.gitignore -------------------------------------------------------------------------------- /CvJI/CvGenInterface.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/CvJI/CvGenInterface.ahk -------------------------------------------------------------------------------- /CvJI/CvJoyInterface.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/CvJI/CvJoyInterface.ahk -------------------------------------------------------------------------------- /CvJI/MouseDelta.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/CvJI/MouseDelta.ahk -------------------------------------------------------------------------------- /CvJI/SelfDeletingTimer.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/CvJI/SelfDeletingTimer.ahk -------------------------------------------------------------------------------- /Layouts_1.8/Wii U GamePad - vJoy Device_Custom.ccc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/Layouts_1.8/Wii U GamePad - vJoy Device_Custom.ccc -------------------------------------------------------------------------------- /Layouts_1.8/Wii U Pro Controller - vJoy Device_Custom.ccc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/Layouts_1.8/Wii U Pro Controller - vJoy Device_Custom.ccc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/README.md -------------------------------------------------------------------------------- /SavedKeyLists.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/SavedKeyLists.ini -------------------------------------------------------------------------------- /ScpVBus/ScpVBus.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/ScpVBus.inf -------------------------------------------------------------------------------- /ScpVBus/ScpVBus.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/ScpVBus.sys -------------------------------------------------------------------------------- /ScpVBus/WdfCoinstaller01009.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/WdfCoinstaller01009.dll -------------------------------------------------------------------------------- /ScpVBus/devcon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/devcon.exe -------------------------------------------------------------------------------- /ScpVBus/scpvbus.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/scpvbus.cat -------------------------------------------------------------------------------- /ScpVBus/v1.7.1.2/x64/ScpVBus.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/v1.7.1.2/x64/ScpVBus.inf -------------------------------------------------------------------------------- /ScpVBus/v1.7.1.2/x64/ScpVBus.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/v1.7.1.2/x64/ScpVBus.sys -------------------------------------------------------------------------------- /ScpVBus/v1.7.1.2/x64/WdfCoinstaller01009.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/v1.7.1.2/x64/WdfCoinstaller01009.dll -------------------------------------------------------------------------------- /ScpVBus/v1.7.1.2/x64/devcon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/v1.7.1.2/x64/devcon.exe -------------------------------------------------------------------------------- /ScpVBus/v1.7.1.2/x64/scpvbus.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/v1.7.1.2/x64/scpvbus.cat -------------------------------------------------------------------------------- /ScpVBus/v1.7.1.2/x86/ScpVBus.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/v1.7.1.2/x86/ScpVBus.inf -------------------------------------------------------------------------------- /ScpVBus/v1.7.1.2/x86/ScpVBus.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/v1.7.1.2/x86/ScpVBus.sys -------------------------------------------------------------------------------- /ScpVBus/v1.7.1.2/x86/WdfCoinstaller01009.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/v1.7.1.2/x86/WdfCoinstaller01009.dll -------------------------------------------------------------------------------- /ScpVBus/v1.7.1.2/x86/devcon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/v1.7.1.2/x86/devcon.exe -------------------------------------------------------------------------------- /ScpVBus/v1.7.1.2/x86/scpvbus.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/ScpVBus/v1.7.1.2/x86/scpvbus.cat -------------------------------------------------------------------------------- /controllerProfiles/vJoyDevice_GamePad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/controllerProfiles/vJoyDevice_GamePad.txt -------------------------------------------------------------------------------- /controllerProfiles/vJoyDevice_Pro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/controllerProfiles/vJoyDevice_Pro.txt -------------------------------------------------------------------------------- /controllerProfiles/vXBox_GamePad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/controllerProfiles/vXBox_GamePad.txt -------------------------------------------------------------------------------- /controllerProfiles/vXBox_Pro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/controllerProfiles/vXBox_Pro.txt -------------------------------------------------------------------------------- /mouse2joystick_Custom_CEMU.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/mouse2joystick_Custom_CEMU.ahk -------------------------------------------------------------------------------- /settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CemuUser8/mouse2joystick_custom_CEMU/HEAD/settings.ini --------------------------------------------------------------------------------