Commit Graph

2287 Commits

Author SHA1 Message Date
PatrickvL f7c2795543 Merge pull request #260 from jagotu/master
Fixed a bug in EmuIDirectSoundBuffer_SetNotificationPositions.
2017-03-22 23:00:50 +01:00
jarupxx b14896ea06 Merge remote-tracking branch 'upstream/master' into xdk5028 2017-03-23 06:49:14 +09:00
jarupxx 33b4a24e1d Began building XDK 5028 based on 4627 2017-03-23 06:49:12 +09:00
JaGoTu f928d8278d Fixed a bug in EmuIDirectSoundBuffer_SetNotificationPositions.
The QueryInterface was called with *ppvObject instead of **ppvObject.
2017-03-22 22:43:30 +01:00
Luke Usher db7da95d9e Merge pull request #259 from LukeUsher/increase-max-va
Increase XBE_MAX_VA for XBLA Launcher
2017-03-22 20:57:18 +00:00
Luke Usher f1fd29823f Increase XBE_MAX_VA for XBLA Launcher 2017-03-22 20:56:26 +00:00
Luke Usher f018efd538 Merge pull request #258 from LukeUsher/master
Add glew32.dll to export script
2017-03-22 19:10:12 +00:00
Luke Usher a013c8dc9a Add glew32.dll to export script 2017-03-22 19:09:20 +00:00
Luke Usher c8e715635c Merge pull request #256 from jarupxx/xdk5344
XDK 5344 Added a lot of signatures
2017-03-22 13:10:02 +00:00
jarupxx 655b5f6776 Merge remote-tracking branch 'upstream/master' into xdk5344
# Conflicts:
#	src/CxbxKrnl/HLEDataBase/DSound.1.0.5344.inl
2017-03-22 21:28:16 +09:00
jarupxx cf48ed6995 Added the FlushEx (5344)
Source: Finding Nemo
2017-03-22 21:17:39 +09:00
jarupxx 4ca27afa61 Added the SetConeAngles/SetPlayRegion (5344)
Source: Burnout 2
2017-03-22 21:17:26 +09:00
jarupxx 8986c788e7 Added the SetRolloffCurve/XAudioCreateAdpcmFormat/CreateSoundStream (5344)
Source: Burnout 2
2017-03-22 21:17:20 +09:00
jarupxx 3ed91c54ba Modified the SetDistanceFactor/SetDopplerFactor/SetRolloffFactor (5344)
Source: Burnout 2
2017-03-22 21:17:14 +09:00
jarupxx bbf67fe273 Clean up false detection. 2017-03-22 21:17:08 +09:00
jarupxx ea0e45657b Added the SetOutputBuffer/SetAllParameters/SetConeOutsideVolume (5344)
Source: Burnout 2
2017-03-22 21:17:02 +09:00
jarupxx f56140bfeb Added the EnableHeadphones/GetEffectData/SetEffectData (5344)
Source: Burnout 2
2017-03-22 21:16:57 +09:00
jarupxx be62af1897 Added the StopEx/SetMixBinVolumes/GetOutputLevels (5344)
Source: Burnout 2
2017-03-22 21:16:50 +09:00
jarupxx f21d8c2764 Added the SetLFO/SetEG/SetFilter (5344)
Source: Burnout 2
2017-03-22 21:16:45 +09:00
jarupxx 79a2704002 Added the DrawIndexedVerticesUP/DeletePixelShader (5344)
Source: The Great Escape
2017-03-22 21:16:40 +09:00
jarupxx 1a1f49d0c0 Added the PersistDisplay/SetVertexShaderConstantNotInline/DeleteVertexShader (5344)
Source: The Great Escape
2017-03-22 21:16:33 +09:00
jarupxx 4265b14c58 Added the Release/GetVisibilityTestResult/BlockUntilVerticalBlank (5344)
Source: The Great Escape
2017-03-22 21:16:26 +09:00
jarupxx f90801b8fb Added the SetHeadroom (5344)
Source: The Great Escape
2017-03-22 21:16:21 +09:00
jarupxx 92ed86eaf6 Modified the CommitDeferredSettings/SetI3DL2Source (5344)
Source: The Great Escape
2017-03-22 21:16:12 +09:00
Luke Usher 93f4a626f8 Update README.md 2017-03-22 09:11:25 +00:00
Luke Usher d3fd5a971c Merge pull request #255 from LukeUsher/master
Prevent CxbxKrnlMain() from being optimised by the compiler
2017-03-21 22:27:33 +00:00
Luke Usher 17ac2eea9e Prevent CxbxKrnlMain() from being optimised by the compiler.
The compiler was incorrectly optimising an if statement away
2017-03-21 22:26:23 +00:00
Luke Usher 9b67814f28 Merge remote-tracking branch 'upstream/master' 2017-03-21 22:25:29 +00:00
Luke Usher 71b81a821c Merge pull request #254 from PatrickvL/ContiguousMemory
MemoryRelatedImprovements
2017-03-21 22:25:13 +00:00
Luke Usher 77eb9ec7f0 Merge remote-tracking branch 'upstream/master' 2017-03-21 22:24:06 +00:00
Luke Usher 21373c9458 Merge branch 'ContiguousMemory' of https://github.com/PatrickvL/Cxbx-Reloaded 2017-03-21 21:51:21 +00:00
PatrickvL 7c2ce3649a Code cleaning (less brackets, clearer type) 2017-03-21 18:09:47 +01:00
PatrickvL 1b74fb2676 Merge remote-tracking branch 'refs/remotes/Cxbx-Reloaded/master' 2017-03-21 15:17:24 +01:00
PatrickvL 17694f6cc2 XAutoPowerDownResetTimer patch removed, as it just calls KeSetTimer 2017-03-21 15:02:33 +01:00
PatrickvL f71c22eb7b ExSaveNonVolatileSetting fix, Dashboard no longer crashes when enabling the Auto Off feature 2017-03-21 14:58:11 +01:00
PatrickvL 2d4d3d1a6e Logging split between PAGE and MEM flags 2017-03-21 14:26:31 +01:00
PatrickvL ca37f43266 Reserve less virtual memory to reduce executable size and linking time 2017-03-21 13:15:19 +01:00
Luke Usher 3844bd3d1b Merge pull request #253 from LukeUsher/emushared
Fix potential double free
2017-03-21 09:00:00 +00:00
Luke Usher ff5f2c8dd6 Fix potential double free 2017-03-21 08:58:11 +00:00
Luke Usher be8d042603 Merge pull request #252 from LukeUsher/emushared
Emushared
2017-03-21 08:39:59 +00:00
Luke Usher e9b9f80fbb Fix EmuShared Cleanup 2017-03-21 08:38:41 +00:00
PatrickvL d2a4538ddf MmAllocateContiguousMemoryEx : Fixed input argument validation 2017-03-21 09:12:36 +01:00
Luke Usher 4f7a5d7a93 Always show graphics adapter name in Video Settings 2017-03-20 19:50:30 +00:00
PatrickvL d3d37be902 Memory-map contiguous memory 2017-03-20 17:37:50 +01:00
PatrickvL 4235c48fb7 MmAllocateContiguousMemoryEx : Added input argument validation 2017-03-20 14:56:39 +01:00
PatrickvL 5f88fecd4b NtAllocateVirtualMemory : Added input argument validation 2017-03-20 14:15:02 +01:00
PatrickvL d333087098 Constantified PAGE_SIZE and PAGE_MASK 2017-03-20 13:56:56 +01:00
PatrickvL ed511eb67f Merge remote-tracking branch 'refs/remotes/Cxbx-Reloaded/master' 2017-03-20 12:58:50 +01:00
PatrickvL c1e4d97362 Merge pull request #249 from jarupxx/xdk4134
Modified the Xdk4134
2017-03-20 06:37:56 +01:00
jarupxx 0512f48edd Added the EnableOverlay/UpdateOverlay/CreateSoundStream (4134)
Gets Intro Movie playback.
Source: All-Star Baseball 2003
2017-03-20 10:01:20 +09:00