Commit graph

7367 commits

Author SHA1 Message Date
ergo720
01f33a87d4 Also remove patch menu and SaveXbe(As) munus 2021-04-10 12:01:17 +02:00
ergo720
4258407b5b Removed 64MiB option in patch menu 2021-04-09 12:33:05 +02:00
RadWolfie
8d9deb8138 ImGui: couple fixes for different cause of crashes 2021-04-07 18:45:46 -05:00
PatrickvL
48814d3173
Merge pull request #2182 from ergo720/git_version_check
Detect mismatches between the cxbxr executables
2021-04-07 20:48:50 +02:00
ergo720
affae4cc0e Review remarks 2021-04-07 19:35:24 +02:00
ergo720
cb9bb62146 Add misc-batch as dependency of loader 2021-04-05 22:25:54 +02:00
ergo720
fe84236330
Merge pull request #2183 from RadWolfie/fix-imgui
HOTFIX: remove optimization due to AND bit operator does not keep in order
2021-04-05 21:51:07 +02:00
RadWolfie
49e2dc34eb HOTFIX: remove optimization due to AND bit operator does not keep in order 2021-04-05 14:22:26 -05:00
ergo720
7030e1551d Replaced StringCchCopy usage with a for loop 2021-04-05 18:37:02 +02:00
ergo720
a8405c967e Removed reserved variables in EmuShared 2021-04-05 18:29:32 +02:00
ergo720
1e0c75c3bd Detect mismatch between cxbxr modules 2021-04-05 18:28:20 +02:00
PatrickvL
52c88d7462
Merge pull request #2174 from RadWolfie/add-imgui
Add Basic ImGui Support
2021-04-04 21:08:09 +02:00
RadWolfie
781b7b8618 found a hidden bug during review remark, not relative to the pr 2021-04-03 14:39:36 -05:00
RadWolfie
3ba0ff084d review remarks 2021-04-03 14:39:36 -05:00
RadWolfie
000dd6c0a5 ImGui: register functions for individual release purpose and combine them into central call purpose 2021-04-03 14:35:31 -05:00
RadWolfie
74df117284 ImGui: fix crash on early terminate emulation 2021-04-03 14:35:31 -05:00
RadWolfie
c6d1ec4924 kernel: mark as fallthrough permit to avoid warning message appear 2021-04-03 14:35:30 -05:00
RadWolfie
0875de0727 ImGui: move generic vertex cache into ImGui's video class. 2021-04-03 14:35:30 -05:00
RadWolfie
e052a681be D3D8: move INDEX16 to xbox's D3D8 types header file 2021-04-03 14:35:30 -05:00
RadWolfie
c403d6d129 input: fix incorrect getter/setter when should be using boolean method than long 2021-04-03 14:35:30 -05:00
RadWolfie
9885859916 ImGui: make functional imgui integration along with basic features 2021-04-03 14:35:30 -05:00
RadWolfie
23681729a5 input: fix bugged ShowCursor when redundant call occur with same value 2021-04-03 14:35:30 -05:00
RadWolfie
5c4e6945dc input: remove unnecessary pointer since const exists in parameter. 2021-04-03 14:35:30 -05:00
RadWolfie
327490a8ed input: fix general settings to use simplified getter/setter. 2021-04-03 14:35:30 -05:00
Silent
4985d9ca7e ImGui: More detailed vertex cache statistics 2021-04-03 14:35:29 -05:00
Silent
f68c706b1e ImGui: Improve style a bit, start hidden 2021-04-03 14:35:29 -05:00
Silent
55f1228c66 ImGui: Quick set-up 2021-04-03 14:35:29 -05:00
Silent
611966f34e ImGui: Disabled some useless Win32 functions 2021-04-03 14:35:29 -05:00
RadWolfie
a57aeed9f0 Add Dear ImGui library 2021-04-03 14:35:29 -05:00
ergo720
5995641a8f
Merge pull request #2178 from RadWolfie/kernel-fixes
Minor kernel fixes
2021-04-03 19:21:40 +02:00
Luke Usher
a53f3604fd
Merge pull request #2181 from NZJenkins/stencil-convert
Convert STENCILFAIL
2021-04-03 17:14:39 +01:00
Anthony
d0e525cd99 Convert STENCILFAIL
Improves shadows in DoA3
2021-04-04 02:30:36 +13:00
RadWolfie
db6dd7110e fix xbox::RtlInitAnsiString when used inside cxbxr 2021-04-02 10:14:44 -05:00
RadWolfie
45e4e18415 fix crash with xbox kernel test suite for IoCreateSymbolicLink/IoDeleteSymbolicLink tests 2021-04-02 10:14:44 -05:00
RadWolfie
58f1c0959c kernel: check for CXBX_KERNEL_REWORK_ENABLED macro switch to investigate what need to work on 2021-04-02 10:14:44 -05:00
RadWolfie
f3aaea3bc2
Merge pull request #2179 from Margen67/actions
ci: Use ubuntu-latest for release
2021-03-31 14:50:10 -05:00
Margen67
d66c50ad26
ci: Use ubuntu-latest for release
See https://github.com/actions/virtual-environments/issues/1430
2021-03-31 05:11:50 -10:00
RadWolfie
3d95e0223b kernel: add notes 2021-03-30 14:48:48 -05:00
RadWolfie
8a750fb4f2 kernel: add warning message 2021-03-29 19:33:24 -05:00
RadWolfie
3ff7869331 kernel: move emulated symbolic link object into ObOpenObjectByName patch 2021-03-29 19:33:24 -05:00
RadWolfie
98805bd0c5 minor fixes 2021-03-29 19:28:09 -05:00
PatrickvL
6cfad6f212
Merge pull request #2172 from CookiePLMonster/cpu-sets
Use Win10 CPU Sets API where supported
2021-03-27 09:52:39 +01:00
PatrickvL
6d187f1015
Merge pull request #2176 from ergo720/xinputpoll
Implemented XInputPoll
2021-03-27 09:50:24 +01:00
ergo720
2b6f452f18 Addressed review remark 2021-03-27 00:10:10 +01:00
ergo720
c30a2e058a Implemented input auto-poll behaviour 2021-03-24 23:00:50 +01:00
Silent
39c938f990
Use Win10 CPU Sets API where supported
Using CPU Sets instead of thread affinity allows to ensure
that the entire physical core is reserved ONLY for the game code,
so even the worker threads and third party libraries inside the process
cannot run code on it.

For Windows 7 and 8.1, the existing thread affinity approach is retained.
2021-03-24 19:25:25 +01:00
Luke Usher
187f4a8162
Merge pull request #2171 from ergo720/free_thread_resources
Free thread resources upon termination
2021-03-24 06:13:22 +00:00
ergo720
d929e81f1f Free thread resources upon termination 2021-03-23 19:14:32 +01:00
RadWolfie
2d63e89208
Merge pull request #2170 from ergo720/format_partition
Added option to clear the cache partitions from the GUI
2021-03-22 14:51:58 -05:00
ergo720
721d83eaf1 Addressed review remarks 2021-03-22 19:41:06 +01:00