Commit Graph

648 Commits

Author SHA1 Message Date
Benjamin Höglinger
ae1562fb09 Updated version to 1.14.1.0
[Fixed #68] DualShock 4 emulation not working on 32-Bit systems
2017-12-20 19:43:42 +01:00
Benjamin Höglinger
d9cb3b0998 Updated version to 1.14.0.0
Removed deprecated bus object name
Removed return of bus devices on Add Cmdlet
2017-12-19 11:08:57 +01:00
Benjamin Höglinger
d5cdac8df2 Updated version to 1.14.0.0
Removed deprecated bus object name
Removed return of bus devices on Add Cmdlet
2017-12-19 11:08:57 +01:00
Benjamin Höglinger
2cf129fbc7 Updated version to 1.14.0.0
Removed deprecated bus object name
Removed return of bus devices on Add Cmdlet
2017-12-19 11:08:57 +01:00
Benjamin Höglinger
30a6cb9dbf De-duplicated code 2017-10-30 19:53:48 +01:00
Benjamin Höglinger
e25987e958 Removed misused locking mechanisms 2017-10-30 19:48:40 +01:00
Benjamin Höglinger
e6a287454a Removed misused locking mechanisms 2017-10-30 19:48:40 +01:00
Benjamin Höglinger
58870970bb Bumped version to 1.13.2.0
Fixed failing spin lock allocation
2017-10-29 18:52:08 +01:00
Benjamin Höglinger
ccda403b01 Bumped version to 1.13.2.0
Fixed failing spin lock allocation
2017-10-29 18:52:08 +01:00
Benjamin Höglinger
38d8939e3d Added comment 2017-10-29 12:39:16 +01:00
Benjamin Höglinger
f0fb78b14e Bumped version to 1.13.1.0 2017-10-27 19:16:14 +02:00
Benjamin Höglinger
04d72c01df Bumped version to 1.13.1.0 2017-10-27 19:16:14 +02:00
Benjamin Höglinger
df854c9071 Upgraded projects to use Windows 10 SDK for Fall Creators Update (10.0.16299.15) and Visual Studio 2017 2017-10-27 18:59:05 +02:00
Benjamin Höglinger
0a703d4ec8 Added missing queue lock 2017-10-26 22:46:56 +02:00
Benjamin Höglinger
5771c48515 Moved common WDF objects to PDO context
Fixed queue locking
2017-10-26 22:45:12 +02:00
Benjamin Höglinger
663780835c Fixed XUSB_TO_DS4_REPORT not translating trigger buttons
Improved transparency on VDX
2017-10-03 19:21:14 +02:00
Benjamin Höglinger
0141a2de03 Naming fix 2017-09-23 22:09:48 +02:00
Benjamin Höglinger
08285799ad Added additional DLL build configuration to native client library 2017-09-22 20:04:17 +02:00
Benjamin Höglinger
6204347157 Added additional DLL build configuration to native client library 2017-09-22 20:04:17 +02:00
Benjamin Höglinger
4421b89587 Update README.md 2017-09-02 19:21:00 +02:00
Christopher Dickson
255fb406c4 playing nice with C 2017-09-02 12:32:48 -04:00
Benjamin Höglinger
16867268ae Updated version to 1.13.0.0 2017-09-02 10:15:46 +02:00
Benjamin Höglinger
bb5e7e89b6 Updated version to 1.13.0.0 2017-09-02 10:15:46 +02:00
Benjamin Höglinger
c2b1350cae Refactoring 2017-09-02 09:58:13 +02:00
Benjamin Höglinger
981e5ed88b Moved projects to new folder structure
Added README.md
2017-09-02 08:55:29 +02:00
Benjamin Höglinger
8e89d2c5fd Removed unused code
Fixed paths
2017-08-31 18:32:26 +02:00
Benjamin Höglinger
e58f714a02 Removed unused code
Fixed paths
2017-08-31 18:32:26 +02:00
Benjamin Höglinger
4db7d055f5 Moved ViGEmBus project 2017-08-31 18:32:11 +02:00
Benjamin Höglinger
ca5d61ec0d Fixed refactoring issues 2017-08-31 16:28:17 +02:00
Benjamin Höglinger
b024574aea Fixed refactoring issues 2017-08-31 16:28:17 +02:00
Benjamin Höglinger
48862138e8 Moved client library project to new folder structure 2017-08-31 15:50:16 +02:00
Benjamin Höglinger
9c47108f7b Refactored header files to better diversify public and internal types 2017-08-31 15:43:45 +02:00
Benjamin Höglinger
c07f0dae05 Implemented VDX 2017-08-31 12:45:57 +02:00
Benjamin Höglinger
dba9755061 Added vigem_target_is_attached 2017-08-30 10:37:26 +02:00
Benjamin Höglinger
c6cefe0d2f Fixed orphaned IRP when emulating a DS4 2017-08-28 23:50:12 +02:00
Benjamin Höglinger
80171be2b2 Fully documented client library 2017-08-28 17:07:53 +02:00
Benjamin Höglinger
6741b412e4 Added function documentation
Minor fix
2017-08-28 16:03:05 +02:00
Benjamin Höglinger
19e6ccea98 Updated client library and tester to reflect latest changes 2017-08-28 15:41:11 +02:00
Benjamin Höglinger
dea123b8d0 Added vigem_target_get_vid, vigem_target_get_pid and vigem_target_get_type 2017-08-28 15:10:52 +02:00
Benjamin Höglinger
1dd09b7a82 Changed function prototype of callbacks 2017-08-28 15:07:27 +02:00
Benjamin Höglinger
7a43472423 Added comments 2017-08-28 14:54:25 +02:00
Benjamin Höglinger
34a15aac15 Implemented BUS_PDO_REPORT_STAGE_RESULT 2017-08-28 13:49:15 +02:00
Benjamin Höglinger
381096c65e Added skeleton for Bus_CreatePdoResult 2017-08-28 12:39:21 +02:00
Benjamin Höglinger
49b71acd59 Rewrote tester to cover parts of new client library 2017-08-26 22:07:40 +02:00
Benjamin Höglinger
becd8cdabc Ported over report update functions 2017-08-26 19:43:16 +02:00
Benjamin Höglinger
cfa8181f53 Ported notification callbacks over 2017-08-26 19:35:28 +02:00
Benjamin Höglinger
825857a4cc Implementing new ViGEm user-mode library 2017-08-26 14:44:33 +02:00
Benjamin Höglinger
0f39695243 Refactoring SDK files 2017-08-25 12:58:00 +02:00