Commit graph

7379 commits

Author SHA1 Message Date
Luke Usher
ac68fd481c
Merge pull request #2280 from ergo720/log_fix
Fixed insufficient size of LoggedModules variable
2021-09-06 16:48:47 +01:00
ergo720
9b02cac7ad Fixed insufficient size of LoggedModules variable 2021-09-06 17:04:37 +02:00
ergo720
b405153c7e
Merge pull request #2271 from RadWolfie/cleanup-kernel-process
Some cleanup kernel process
2021-08-31 00:32:30 +02:00
RadWolfie
bc6c017b7a kernel: replace __declspec(noreturn) to C++'s [[noreturn]] usage 2021-08-30 12:37:22 -05:00
RadWolfie
9bf21223f2 kernel: rename CxbxKrnlCleanup(Ex) to CxbxrKrnlAbort(Ex) 2021-08-30 12:27:03 -05:00
RadWolfie
2c46ea3d98 kernel: make CxbxrKrnlInitHacks function 2021-08-30 12:27:03 -05:00
RadWolfie
cc6041d2de kernel: make CxbxrLogDumpXbeInfo function 2021-08-30 12:27:03 -05:00
RadWolfie
5e26b938fb add todo comment for ApplyMediaPatches function 2021-08-30 12:27:03 -05:00
RadWolfie
f3dc44ebae kernel: move ApplyMediaPatches function 2021-08-30 12:27:03 -05:00
RadWolfie
5692f79d78 kernel: make CxbxrKrnlSetupDummyHeader function 2021-08-30 12:26:57 -05:00
RadWolfie
093c23d5bc kernel: make CxbxrKrnlPrepareXbeMap function 2021-08-30 12:26:57 -05:00
RadWolfie
249d6b2169 kernel: break down CdRom0 relative code into functions 2021-08-30 12:26:57 -05:00
RadWolfie
0e5e791a55 kernel: make CxbxrKrnlRegisterDevicePaths function 2021-08-30 12:26:57 -05:00
RadWolfie
16ea4519c8 kernel: breakdown xbe detector for system type to use 2021-08-30 12:26:57 -05:00
RadWolfie
93b5e88754 kernel: make CxbxrKrnlSyncGUI function 2021-08-30 12:26:57 -05:00
RadWolfie
08ee4a15d3 kernel: move relative console and file output into CxbxrKrnlSetupVerboseLog function 2021-08-30 12:26:57 -05:00
RadWolfie
cefea8ad83 kernel: rename szFolder_CxbxReloadedData to g_DataFilePath and convert to std::string 2021-08-30 12:26:56 -05:00
RadWolfie
094256ef43 kernel: more clean up for file path setup 2021-08-30 12:26:47 -05:00
RadWolfie
8de8f411c1 kernel: move rdtsc patches relative into its own source file. 2021-08-30 12:23:50 -05:00
RadWolfie
0c2b7b4220 kernel: move relative file paths into its own header file. 2021-08-30 12:23:47 -05:00
PatrickvL
a5fa40956a
Merge pull request #2278 from Shideravan/patch-1
Changing the link for the license page
2021-08-22 09:00:25 +02:00
Shideravan
edffb3a128
Changing the link for the license page 2021-08-21 23:40:07 -03:00
RadWolfie
0fb2e6208d kernel: rename (G|S)etStorageLocation to (G|S)etDataLocation 2021-07-31 18:03:40 -05:00
RadWolfie
e1a8391170 imgui: move fps updater functions into imgui ui class 2021-07-31 18:03:40 -05:00
RadWolfie
b11cb57b0b
Merge pull request #2269 from Cxbx-Reloaded/LukeUsher-patch-1
Remove game-compatibility github link from template
2021-07-29 01:00:50 -05:00
Luke Usher
50d50288a5
Update .github/ISSUE_TEMPLATE/issue-template.md
Co-authored-by: RadWolfie <RadWolfie@users.noreply.github.com>
2021-07-28 11:49:06 +01:00
Luke Usher
9439b9f54c Remove game-compatibility github link from template 2021-07-27 09:32:35 +01:00
RadWolfie
de16fe345a
Merge pull request #2268 from ergo720/create_process_error_str
Print the windows error string when CreateProcess fails to create the new emulation process
2021-07-26 12:14:01 -05:00
ergo720
5e7c6a082f Print the windows error string when CreateProcess fails to create the emulation process 2021-07-26 18:36:56 +02:00
Luke Usher
a6e17bc4de
Merge pull request #2267 from NZJenkins/leave-path
Fix loading from UNC paths
2021-07-26 12:05:24 +01:00
Anthony
660e6bca1e Fix loading from UNC paths
Remove unexplained slash processing
which breaks UNC paths
2021-07-26 22:36:28 +12:00
Luke Usher
b4dadb1dff
Merge pull request #2266 from ergo720/xbe_launch_error_reword
Reworded error message displayed when cxbxr fails to launch an xbe
2021-07-21 12:51:54 +01:00
ergo720
e37bb218ba Reworded error message displayed when cxbxr fails to launch an xbe 2021-07-21 13:19:28 +02:00
PatrickvL
30956c1044
Merge pull request #2261 from ergo720/emulog_cdecl
Removed stdcall from EmuLog functions
2021-07-14 15:55:50 +02:00
ergo720
cb3330a9e4 Removed stdcall from EmuLog 2021-07-14 15:38:45 +02:00
ergo720
d42e3ee271
Merge pull request #2259 from ergo720/title_short
Removed unnecessary info from the cxbxr title string
2021-07-14 12:31:40 +02:00
ergo720
cf8ff008a8 Shorten cxbxr title string 2021-07-14 10:55:45 +02:00
Luke Usher
74c8b0cde1
Merge pull request #2257 from RadWolfie/dsound-getstatus-hack-workaround
HACK: DS Stream GetStatus function workaround mimic hack.
2021-07-08 09:26:06 +01:00
RadWolfie
390466e615 dsound: GetStatus workaround mimic hack. 2021-07-05 11:10:42 -05:00
ergo720
6e68433dbd
Merge pull request #2254 from RadWolfie/cleanup-emufile
Small Clean Up Portion of EmuFile Usage
2021-07-05 11:25:01 +02:00
PatrickvL
85daa21ae2
Merge pull request #2256 from NZJenkins/cubemap-copy
Fix cubemap faces all being the same face
2021-07-02 16:42:31 +02:00
RadWolfie
533e80f171
Merge pull request #2255 from Margen67/bat
gen-msvc-project.bat: Add Visual Studio 2022
2021-06-30 14:50:35 -05:00
Anthony
755bb73b1c - Remove old TODO
- Additional comments
- Detect compressed volume texture test case
2021-06-30 21:44:28 +12:00
Margen67
8c5c80c284 gen-msvc-project.bat: Add Visual Studio 2022 2021-06-29 23:16:04 -10:00
Anthony
fc430320ac simplify branch and condition 2021-06-30 20:17:07 +12:00
Anthony
516457c89c Tidy texture/mip copy code
- Rename and comment variables for clarity
- Remove unused 'dwSrcSlicePitch'
- Remove 'dwCubeFaceSize' calculations since we can get this from 'dwSlicePitch'
2021-06-30 19:56:32 +12:00
Anthony
2e27e0d4b5 Include face offset in source data offset
Fix just the first face being copied to all faces
Test case: PerPixelLighting, PerPixelLightingVS
2021-06-30 19:50:31 +12:00
RadWolfie
74138d14cc
Merge pull request #2249 from Margen67/ci
CI.yml: Remove unneeded env var
.azure-pipelines.yml: Fix exclusions
2021-06-29 20:53:18 -05:00
Margen67
56f98f9561 .azure-pipelines.yml: Fix exclusions 2021-06-29 15:37:12 -10:00
Margen67
c4016448ef CI.yml: Remove unneeded env var 2021-06-29 15:37:12 -10:00