Commit graph

6356 commits

Author SHA1 Message Date
PatrickvL
cf87eaef06
Merge pull request #1923 from ergo720/xinput_dll
Load the most appropriate xinput dll based on the Windows version
2020-06-19 09:15:02 +02:00
ergo720
91241dbd08 Addressed PR review remarks 2020-06-18 18:32:11 +02:00
ergo720
bbe3cc1f47 Load the most appropriate xinput dll based on the Windows version 2020-06-18 14:59:46 +02:00
PatrickvL
66bccac3cf
Merge pull request #1922 from RadWolfie/update-create-release-action
Update Create Release Action v1.1.1
2020-06-18 13:34:07 +02:00
RadWolfie
f503902267 update create release action 2020-06-18 05:26:07 -05:00
Luke Usher
f1d09aff15
Merge pull request #1917 from Fisherman166/HalReadSMCTrayState
Rewrite HalReadSMCTrayState to match original kernel implementation.
2020-06-08 15:22:32 +01:00
PatrickvL
d3544f7b5f
Merge pull request #1918 from Fisherman166/FsSetCacheSize
Update FscSetCacheSize to match original kernel
2020-06-07 18:51:45 +02:00
Fisherman166
a981607e51 Add g_ prefix to FscCacheEvent. 2020-06-07 09:40:55 -07:00
PatrickvL
0afcf04c06
Merge pull request #1915 from Fisherman166/KeReleaseSemaphore
Implement KeReleaseSemaphore
2020-06-07 08:10:40 +02:00
PatrickvL
ca0b978cf9
Merge pull request #1916 from RadWolfie/dsound-misc-fixes
Couple DirectSound Fixes
2020-06-07 08:04:45 +02:00
RadWolfie
e166b97cd7 check for 3D audio to use mono channel by default instead of stereo 2020-06-07 00:45:05 -05:00
Fisherman166
326f645b8f Initialize FscCacheEvent at emulation start to match the real kernel implementation. 2020-06-06 16:09:01 -07:00
Fisherman166
6d8d692b7c Implement FscSetCacheSize matching original kernel implementation. 2020-06-06 13:34:40 -07:00
Fisherman166
857b8f933e Rewrite HalReadSMCTrayState to match original kernel implementation. Keeps the TRAY_OPEN hack for the time being. 2020-06-06 13:27:54 -07:00
RadWolfie
503ce9b825 fix applications using IDirectSoundBuffer_Lock incorrectly 2020-06-05 20:23:52 -05:00
Fisherman166
db1429a4b9 Implement KeReleaseSemaphore based on kernel reverse engineering. Needs KiWaitTest to be implemented to be fully functional. 2020-06-04 21:26:01 -07:00
PatrickvL
ab6b4786bd
Merge pull request #1914 from NZJenkins/reserved_constants_flag
Treat X_D3DSCM_NORESERVEDCONSTANTS as a flag
2020-06-02 14:27:02 +02:00
Anthony Miles
201ab08043 Treat X_D3DSCM_NORESERVEDCONSTANTS as a flag 2020-06-03 00:10:34 +12:00
Luke Usher
e5af2b1754
Merge pull request #1911 from Fisherman166/ReadWriteLock
Implement ExReadWriteLock Kernel functions
2020-05-29 11:18:20 +01:00
Fisherman166
52f18bca28 Add size offsets for the KSEMAPHORE and ERWLOCK structs. 2020-05-28 09:13:19 -07:00
Fisherman166
49e68a1ecc Refactor ExReleaseReadWriteLock. 2020-05-28 09:10:51 -07:00
Fisherman166
b72be80b88 Refactor ExAcquireReadWriteLockShared to remove duplicate code. 2020-05-26 09:20:15 -07:00
Fisherman166
a679073ec6 Implement ExReleaseReadWriteLock. 2020-05-25 16:20:02 -07:00
Fisherman166
6f5a1f2c46 Implement ExAcquireReadWriteLockShared. 2020-05-25 16:20:01 -07:00
Fisherman166
f375bbf6ba Add offset comments to _ERWLOCK and _KSEMAPHORE structs. 2020-05-25 16:20:01 -07:00
Fisherman166
a2e623180a Implement ExAcquireReadWriteLockExclusive. 2020-05-25 16:20:01 -07:00
PatrickvL
d1580cd19d
Merge pull request #1901 from RadWolfie/wwe-raw-2-fixup
Partial Implement of Xbox DSound's Class Structure
2020-05-18 11:10:22 +02:00
RadWolfie
ba8adc04f4 add todo comment 2020-05-15 04:01:06 -05:00
RadWolfie
772e6ed18e add PatrickvL comments 2020-05-14 19:12:37 -05:00
RadWolfie
9871b25fa8 move audio converter helper 2020-05-14 19:09:19 -05:00
RadWolfie
95e8642970 fix placeholder reference counter 2020-05-14 18:46:16 -05:00
RadWolfie
97abbd0a7c replace virtual functions to VMT comments 2020-05-14 18:43:44 -05:00
RadWolfie
ada86a42b5 create gc for EmuDirectSoundBuffer destructor 2020-05-14 18:38:05 -05:00
RadWolfie
fad467196a add test case comment 2020-05-14 17:13:37 -05:00
RadWolfie
0c5117dc06 reword union data for better readability 2020-05-14 17:13:37 -05:00
RadWolfie
06af046c13 also another fixup for pitch type 2020-05-14 17:13:37 -05:00
RadWolfie
ce0e35b052 oops, volume is signed integer 2020-05-14 17:13:37 -05:00
RadWolfie
8b780f2d5c remove Xb_Volume member from host's structure 2020-05-14 17:13:37 -05:00
RadWolfie
ee4856a06d add comments 2020-05-14 17:13:37 -05:00
RadWolfie
72401c44d4 use typedef function pointers for better readability and remove redundant 2020-05-14 17:13:37 -05:00
RadWolfie
e91d1bf23c finally clean up redundant codes 2020-05-14 17:13:37 -05:00
RadWolfie
04dce78f53 forward xbox audio format to internal voice class 2020-05-14 17:13:37 -05:00
RadWolfie
18a22cd934 fix spacing 2020-05-14 17:13:37 -05:00
RadWolfie
ab142abd69 forward headroom setter to voice 2020-05-14 17:13:37 -05:00
RadWolfie
d7d1d781d8 implement hybrid buffer for partial internal exposure 2020-05-14 17:13:36 -05:00
RadWolfie
dab7a608c2 oops 2020-05-14 17:13:36 -05:00
PatrickvL
935fab7b9c
Merge pull request #1906 from RadWolfie/add-setting-asserts
Add Settings Structure Assert Checks
2020-05-14 17:52:48 +02:00
RadWolfie
9f8e617890 fix allowAdminPrivilege not align with other boolean members 2020-05-14 05:02:11 -05:00
RadWolfie
b281861e49 forgot to update history for loader project 2020-05-14 05:02:11 -05:00
RadWolfie
bd93e2288d enforce verify shared memory structures are align properly 2020-05-14 05:02:11 -05:00