Commit graph

7328 commits

Author SHA1 Message Date
Luke Usher
1c67c0d16d
Merge pull request #2252 from NZJenkins/update-imgui
Update imgui to the latest version
2021-06-29 12:15:44 +01:00
RadWolfie
cd768c6800
Merge pull request #2246 from ergo720/mem_units
Added support for memory unit devices
2021-06-28 22:16:31 -05:00
ergo720
e6650da541 Review remarks + some code cleanup 2021-06-25 21:58:14 +02:00
Anthony
9536ba3312 Update imgui to the latest version
Fixes an issue with the imgui overlay on the Xbox dashboard
2021-06-25 23:10:40 +12:00
ergo720
efd9108279 Properly log device creation/destruction + untangle profile saving from slot connectivity 2021-06-24 13:24:35 +02:00
ergo720
3e60c31d26 Updated kernel file nt functions to support MUs + fixed bugs in xapi functions and input gui related to MUs 2021-06-24 13:24:34 +02:00
ergo720
88a786b700 Implemented MU support to xapi functions 2021-06-24 13:24:34 +02:00
ergo720
4cf90a6170 Updated xinput apis + fixed compiler errors 2021-06-24 13:24:34 +02:00
ergo720
2e9546a20a Added support to MUs to input manager 2021-06-24 13:24:33 +02:00
ergo720
9307f816ba Fixed some bugs in the mu handling of the gui + added XUnmountMU patch 2021-06-24 13:24:33 +02:00
ergo720
1d9dc0df2d Added support to mu to input gui 2021-06-24 13:24:33 +02:00
ergo720
1f404c57da Added support to mu to settings + created mu folders 2021-06-24 13:24:33 +02:00
Luke Usher
38aaf7189f
Merge pull request #2250 from ergo720/halo2_fix
Fixed a crash in Halo 2 on debug builds
2021-06-24 12:21:42 +01:00
ergo720
309db8cdae Fixed a crash in Halo 2 on debug builds 2021-06-24 13:08:06 +02:00
Luke Usher
06fadd6b74
Merge pull request #2248 from Margen67/resolution
Raise max resolution scale to 12x
2021-06-22 09:40:25 +01:00
Margen67
a69a985651 Raise max resolution scale to 12x 2021-06-21 22:14:43 -10:00
Luke Usher
05b7478d18
Merge pull request #2247 from Margen67/bat
gen-msvc-project.bat: Default to VS2019
2021-06-22 08:21:40 +01:00
Luke Usher
91a77b01f5
Merge pull request #2245 from RadWolfie/fix-release-title
Fix Release Title Default
2021-06-22 08:14:10 +01:00
Margen67
b8b08e716e
gen-msvc-project.bat: Default to VS2019 2021-06-21 16:08:40 -10:00
RadWolfie
8e384b4b8c
fix release title default to blank 2021-06-21 04:49:42 -05:00
Luke Usher
494ef0b267
Merge pull request #2243 from RadWolfie/cxbxr-chihiro-non-lle
Upstream Chihiro Non-LLE Code
2021-06-21 10:02:47 +01:00
RadWolfie
1ed65ec29a
Merge pull request #2244 from Margen67/remove_travis
CI: Remove Travis leftovers
2021-06-20 13:11:53 -05:00
Margen67
f2aaa2adea CI: Remove Travis leftovers 2021-06-20 06:21:01 -10:00
RadWolfie
bc14c34efc
Merge pull request #2227 from Margen67/azure
.azure-pipelines.yml changes
2021-06-20 11:09:57 -05:00
Margen67
a1f0290039 .azure-pipelines.yml changes
Make ignored files similar to GitHub Actions.
Remove unneeded jobs/job for single job.
Use PowerShell.
Remove unneeded single quotation marks around displayName.
cmake:
 Remove unneeded generator parameter.
 Use cmake -B instead of mkdir/cd.
Artifacts:
 Check configuration variable instead of job name.
 Make artifact preparation step name more clear.
 Simplify artifact preparation.
2021-06-20 06:02:22 -10:00
RadWolfie
07992147bd
Merge pull request #2242 from Margen67/actions
CI.yml: Use gh release create
2021-06-20 10:23:57 -05:00
Margen67
1475761d5c CI.yml: Use gh release create 2021-06-20 05:17:03 -10:00
RadWolfie
4d2a59d737 add missing and sort changed values from logging config 2021-06-19 18:46:41 -05:00
RadWolfie
af43500c1a move non-lle work done from chihiro to upstream 2021-06-19 18:46:41 -05:00
Luke Usher
56eede299b
Merge pull request #2241 from literalmente-game/patch-1
Typo fixes
2021-06-19 17:49:52 +01:00
literalmente-game
ee9ba1cacb
Typo fixes
Fixing some typos with the "Clear Cache Partitions" error message
2021-06-19 13:34:58 -03:00
RadWolfie
1f0c3f677e
Merge pull request #2075 from Margen67/remove_travis
Delete .travis.yml
2021-06-15 18:26:20 -05:00
Margen67
0643645ddd Delete .travis.yml 2021-06-15 12:50:19 -10:00
PatrickvL
23c1dcf1c9
Merge pull request #2237 from jackchentwkh/3D_mip_map_fix
fixing 3D mip-map conversion with volume texture, fix Halo
2021-06-12 10:21:46 +02:00
ergo720
addf4b42fd
Merge pull request #2240 from ergo720/xeloadsection_bug_fix
Make XeLoadSection return status_invalid_handle when it cannot find the requested section
2021-06-11 13:05:37 +02:00
ergo720
c4d75368a5 return status_invalid_handle when it cannot find the requested section 2021-06-11 12:17:41 +02:00
Luke Usher
f1e54be515
Merge pull request #2239 from ergo720/XAudioDownloadEffectsImage_from_xbe_section
Add support to load dsp images from xbe sections
2021-06-10 18:51:25 +01:00
ergo720
d847580881 Added support to load dsp images from xbe sections 2021-06-10 19:39:42 +02:00
ergo720
c7bf62ce62
Merge pull request #2238 from ergo720/XB_InitializeObjectAttributes_fix
Removed unused dwBytesRead variable and unused argument from XB_InitalizeObjectAttributes macro
2021-06-10 12:44:48 +02:00
ergo720
98a44aa47d Removed unused dwBytesRead variable and unused argument from XB_InitializeObjectAttributes macro 2021-06-10 12:22:22 +02:00
jackchentwkh
f003c11260 typo fix 2021-06-10 15:35:56 +08:00
jackchentwkh
55e45e728e using correct 3D mip map dimention sizes in all 3 dimensions, and calculate correct source size.
this fix Halo, get in game.
2021-06-10 11:37:27 +08:00
Luke Usher
ba9ee5fd2f
Merge pull request #2234 from jackchentwkh/DSoundBufferResizeSetSize_fix
Implement ImageDesc, fix vector iterator in DSStream packet, this fixs Otogi1, PGR2.
2021-06-08 07:16:37 +01:00
jackchentwkh
fa1f4d4c50 Make sure packet iterator is validate after DSStream_Packet_Clear() calls erase().
this fixs debug builds with PGR2
2021-06-08 07:14:11 +08:00
jackchentwkh
ea55dfa45d remove extra space in end of line, replace tabs with spaces. 2021-06-08 07:14:11 +08:00
jackchentwkh
6bb0234dc8 Fix DSoundBufferResizeSetSize with DSBuffer creation failure when remained hos buffer bytes is less then DSBSIZE_MIN, also correct a wrongly used argument with call to DSound3DBufferCreate. add more sanity checks. this fixs PGR2, now release build can enter the race. but debug build has different issue with vector/iterator. 2021-06-08 07:14:11 +08:00
PatrickvL
8b9b26b56e
Merge pull request #2136 from Cxbx-Reloaded/hlsl_ps
Pixel shader hlsl
2021-06-07 16:04:18 +02:00
Anthony
fa0a114e0c Fix passthru not passing through all components
Previous behaviour aligned with ps_1_3 texcoord, where alpha = 1
but appears to be incorrect.
Note ps_1_4 texcrd leaves alpha undefined
Fixes Metal Arms menu clouds
2021-06-07 10:59:36 +02:00
PatrickvL
a8fae55299 Fix HLSL PS bump environment mapping (most of the research done by medieval, thanks!) 2021-06-07 10:59:35 +02:00
PatrickvL
c03b2ed151 Fix DolphinClassic sample, by not making fogDepth absolute (thanks NZJenkins!)
(This bug was introduced with PR #2163, based on some misleading code in xqemu, to cater for what now appear to be non-supported fog modes on NV2A.)
2021-06-07 10:59:35 +02:00