Commit Graph

3247 Commits

Author SHA1 Message Date
Luke Usher d3faff8872 Fix Wine, for real this time 2018-01-04 20:45:50 +00:00
Luke Usher 53dcd92d4d Add Wow64 Check and log some environment information to KrnlDebug.log (And Wine version, if detected 2018-01-04 20:12:08 +00:00
Luke Usher 6abb41304a
Merge pull request #828 from PatrickvL/Krnl_Ob
Kernel : Place object names before OBJECT_HEADER
2018-01-04 10:45:31 +00:00
patrickvl 99149e707d Kernel : Place object names before OBJECT_HEADER 2018-01-03 20:54:48 +01:00
PatrickvL 2c5f355608
Merge pull request #826 from ergo720/Memory.bin
Fix an issue with memory.bin in wine
2018-01-03 17:28:52 +01:00
ergo720 bacf07ce71 Deleted folder with incorrect cpp source from PatrickvL 2018-01-03 13:15:31 +01:00
ergo720 5746525289 Fix an issue with memory.bin in wine 2018-01-03 13:00:09 +01:00
Luke Usher af8384703e
Merge pull request #825 from PatrickvL/KRNL_printf
Kernel printf API's
2018-01-03 09:32:24 +00:00
patrickvl bc091bcbbd Rtl* : Use argument types from xboxkrnl.h instead of standard c types 2018-01-02 23:05:46 +01:00
PatrickvL d60bd90dcb Added (untested) printf kernel API's 2018-01-02 22:37:36 +01:00
PatrickvL 4c3701d2c9
Merge pull request #824 from Luca1991/kernel_stuff
Kernel stuff
2018-01-02 21:30:30 +01:00
PatrickvL 984e2bd510
Merge pull request #821 from ergo720/memory
Virtual memory manager + Kernel memory functions implementation
2017-12-31 23:55:38 +01:00
ergo720 b0cfd2d8de Patches 2017-12-31 20:48:22 +01:00
ergo720 eed9fc75f2 Bug fixes 2017-12-30 17:12:11 +01:00
ergo720 a3f5a4ce74 Oops 2017-12-30 11:00:24 +01:00
ergo720 513d70c010 NtAllocateVirtualMemory/NtFreeVirtualMemory stubs 2017-12-30 01:09:18 +01:00
ergo720 63b85f5f3e Small amend 2017-12-29 12:24:43 +01:00
ergo720 4c393e8ae1 Overlapped allocations + Chihiro/Debug stuff 2017-12-29 11:41:40 +01:00
jarupxx b5a3d23fc8 Restore CloseHandle OOVPA 2017-12-21 13:26:43 +01:00
jarupxx efb24b2015 Fixup an comment and OOVPA
Revert
- Comment-block in XAPI
- lstrcmpiW 3911
- ReadFileEx 3911
- WriteFileEx 3911
- D3DDevice_SetStreamSource 4034

Remove
- CDirectSound_EnableHeadphones 3911
2017-12-21 12:37:51 +01:00
jarupxx 5ad5d5e79d Formatting 2017-12-21 12:37:51 +01:00
jarupxx 36a7306b17 Replace TAB to 4 spaces 2017-12-21 12:37:51 +01:00
jarupxx 1af3ca87a6 Add Notes 2017-12-21 12:37:51 +01:00
jarupxx 682e54b246 Remove unused revision in REGISTER_OOVPAS 2017-12-21 12:37:51 +01:00
jarupxx 00e5ac056a Remove unused HLEDataBase files 2017-12-21 12:37:51 +01:00
jarupxx e715525d7d XAPILIB HLEDataBase Cleanup
Removes Comment outed REGISTER_OOVPAS and invalid OOVPA
2017-12-21 12:37:51 +01:00
jarupxx 80a566cc8b XactEng HLEDataBase Cleanup 2017-12-21 12:37:51 +01:00
jarupxx 9d491556af XOnline HLEDataBase Cleanup 2017-12-21 12:37:51 +01:00
jarupxx f51d0b7d53 XNet HLEDataBase Cleanup 2017-12-21 12:37:51 +01:00
jarupxx 88c3a5f1f9 XG HLEDataBase Cleanup 2017-12-21 12:37:51 +01:00
jarupxx fd6c3f78e2 DSound HLEDataBase Cleanup 2017-12-21 12:37:51 +01:00
jarupxx 35b77ea914 D3D HLEDataBase Cleanup 2017-12-21 12:37:51 +01:00
ergo720 1360ebbc7a Improvements 2017-12-20 14:13:23 +01:00
ergo720 88a815a7ec Tenchu crash fix 2017-12-19 22:37:35 +01:00
ergo720 ac7f933069 Oops (Chihiro again) 2017-12-19 16:21:20 +01:00
ergo720 ad47a2902b Chihiro and bug fixes (final?) 2017-12-19 16:00:33 +01:00
ergo720 01ea65c97f Bug fixes (WIP) 2017-12-19 00:13:09 +01:00
ergo720 5d4ee24b0f CleanUp and bug fixes (WIP) 2017-12-17 00:26:50 +01:00
ergo720 9babbeaf6d MmPersistContiguousMemory, MmQueryAddressProtect and MmQueryAllocationSize 2017-12-13 21:36:42 +01:00
ergo720 594378e68b MmQueryStatistics 2017-12-11 22:58:53 +01:00
ergo720 6a85203452 Rewritten most of kernel memory functions (WIP) 2017-12-11 21:18:40 +01:00
ergo720 6576933e34 Virtual memory management implementation (WIP) 2017-12-10 17:50:05 +01:00
Luca D'Amico f2a1ba7455 Comment added to KeInsertDeviceQueue 2017-12-09 14:18:57 +01:00
Luca D'Amico cbdc23669a Implemented KeInsertDeviceQueue for issue #64 2017-12-08 23:23:39 +01:00
Luke Usher 9ef778ad43
Merge pull request #819 from x1nixmzeng/packaging-to-ci
Build chain improvements
2017-12-07 14:15:50 +00:00
x1nixmzeng eff3863cc3
Upload only the packaged files 2017-12-07 14:02:31 +00:00
x1nixmzeng fbf7d22073 Pass in correct configuration parameter 2017-12-07 09:40:19 +00:00
x1nixmzeng 56ac7f86a4 Rewrite of packager script so it can be run per configuration 2017-12-07 09:26:56 +00:00
x1nixmzeng 30dd6de962 Fixed packager path 2017-12-07 00:36:09 +00:00
x1nixmzeng 76c59f38ee Make sure the CI build still produces artifacts 2017-12-07 00:14:07 +00:00