Connor McLaughlin
|
c7ce9562fa
|
D3D12/Texture: Force 16MB uploads down temp texture path
|
2021-07-11 13:33:26 +10:00 |
|
Connor McLaughlin
|
9dab3f9b9b
|
D3D12/StreamBuffer: Fix edge case of allocating buffer size
|
2021-07-11 13:32:17 +10:00 |
|
Connor McLaughlin
|
14e7f8fd13
|
GPU: Add D3D12 renderer
|
2021-07-10 21:45:10 +10:00 |
|
Connor McLaughlin
|
5da9edceb9
|
Build: Unify MSBuild options in props files
|
2021-07-10 21:45:10 +10:00 |
|
Connor McLaughlin
|
a50d18242d
|
Common/ByteStream: Add explicit include for alloca
|
2021-07-10 21:45:10 +10:00 |
|
Connor McLaughlin
|
6e9ebfa5b5
|
GPU/D3D11: Fix possible buffer overwrite when reading back
|
2021-07-04 21:40:44 +10:00 |
|
Connor McLaughlin
|
53cabbb134
|
FileSystem: Add RenamePath()
|
2021-07-03 16:50:51 +10:00 |
|
Connor McLaughlin
|
dbe5f3c30c
|
FIFOQueue: Fix contiguous space with full buffer
|
2021-07-03 14:29:25 +10:00 |
|
Connor McLaughlin
|
47b390e356
|
AudioStream: Prevent buffering more frames than size
|
2021-07-03 14:29:08 +10:00 |
|
Connor McLaughlin
|
409c2b36ff
|
Qt: Add game list exclude path UI
|
2021-07-02 12:49:32 +10:00 |
|
Connor McLaughlin
|
911e9a37f1
|
WIN32 macro -> _WIN32
|
2021-06-30 14:38:07 +10:00 |
|
Connor McLaughlin
|
48422a9932
|
Merge pull request #2336 from Wunkolo/vk-debug-utils
GPU/Vulkan: Update VK_EXT_debug_report to VK_EXT_debug_utils
|
2021-06-30 14:20:37 +10:00 |
|
Wunkolo
|
b7f583d10f
|
GPU/Vulkan: Update VK_EXT_debug_report to VK_EXT_debug_utils
`VK_EXT_debug_report` has been officially depreciated by khronos in favor of the `VK_EXT_debug_utils` extension
|
2021-06-28 13:57:49 -07:00 |
|
Connor McLaughlin
|
06b009f361
|
Warning fixes
|
2021-06-27 13:51:22 +10:00 |
|
Connor McLaughlin
|
defce709da
|
GPU/HW: Don't allow adaptive downsampling at non-pow2 scales
|
2021-06-25 00:19:14 +10:00 |
|
Connor McLaughlin
|
859c78fdc0
|
DRMDisplay: Restore previous framebuffer on shutdown
|
2021-06-21 22:04:59 +10:00 |
|
Connor McLaughlin
|
d53daf2f26
|
CDImageEcm: Better error handling for corrupted dumps
|
2021-06-11 20:47:46 +10:00 |
|
Connor McLaughlin
|
da9c4c1175
|
CueParser: Fix crash on invalid mode string
|
2021-06-09 19:44:06 +10:00 |
|
Connor McLaughlin
|
20afc1c4a1
|
Android: Handle some possible surface loss cases
|
2021-06-07 18:40:32 +10:00 |
|
Connor McLaughlin
|
e118b5486e
|
CDImagePPF: Fix incorrect filename saved to state
|
2021-06-05 18:12:59 +10:00 |
|
Connor McLaughlin
|
aac85299ea
|
AudioStream: Make fields protected instead of private
|
2021-06-04 13:37:23 +10:00 |
|
Connor McLaughlin
|
350049826f
|
Fix a bunch of compiler warnings
|
2021-06-04 13:14:30 +10:00 |
|
Connor McLaughlin
|
262c43ac00
|
Build: Don't compile WGL/stackwalker for libretro
|
2021-06-03 21:32:23 +10:00 |
|
Connor McLaughlin
|
3cb01bf23d
|
CDImage: Fix compilation on Linux
|
2021-06-01 22:04:25 +10:00 |
|
Connor McLaughlin
|
77984035d2
|
CDImage: Add CDImagePPF to overlap a PPF on another image
|
2021-06-01 21:54:50 +10:00 |
|
Connor McLaughlin
|
5edc645d1f
|
MemoryArena: Use module-unique shared memory name for libretro
|
2021-05-31 20:51:27 +10:00 |
|
Connor McLaughlin
|
56c08254c9
|
CDImage: Fix incorrect index returned for track-relative 00:02:00
Fixes some voice lines being very briefly cut off in Tomb Raider.
|
2021-05-27 03:48:02 +10:00 |
|
Connor McLaughlin
|
e8e8b910a5
|
CDImage: Fix pregap not going to 00:00:00
|
2021-05-27 03:48:02 +10:00 |
|
Silent
|
803b68b279
|
Common/DimensionalArray: Re-revert the workaround
VS16.10 fixes the regression and bumps up _MSC_VER,
so make only VS2017 and VS16.9 use the workaround
|
2021-05-25 19:00:40 +02:00 |
|
Connor McLaughlin
|
16efffa403
|
CueParser: Ignore pregap when index 0 is specified
Also corrects the previous track length when index 0 is specified.
|
2021-05-23 20:42:50 +10:00 |
|
Connor McLaughlin
|
8f639070c9
|
CueParser: Ignore zero pregap when index 0 is set
|
2021-05-23 20:33:55 +10:00 |
|
Connor McLaughlin
|
5556d8221b
|
CueParser: Fix reading cuesheets with timecodes >60mins
|
2021-05-23 20:06:10 +10:00 |
|
Connor McLaughlin
|
69cfcd22a2
|
CDImageCue: Replace libcue with in-house cue parser
|
2021-05-21 14:52:55 +10:00 |
|
Connor McLaughlin
|
301bbb4924
|
CDImagePBP: Handle compression level 0 files
|
2021-05-20 12:19:26 +10:00 |
|
Connor McLaughlin
|
68fd77c326
|
CDImagePBP: Fix reading from track 1 pregap
|
2021-05-20 12:19:26 +10:00 |
|
Connor McLaughlin
|
69fb8de644
|
CDImageM3u: Fix crash when error pointer is null
|
2021-05-20 12:19:26 +10:00 |
|
Connor McLaughlin
|
1392a64a93
|
Re-add libretro core
|
2021-05-20 12:18:54 +10:00 |
|
Connor McLaughlin
|
48bc152a63
|
Vulkan/SwapChain: Ensure returned height is at least 1x1
|
2021-04-30 02:53:03 +10:00 |
|
Connor McLaughlin
|
46d19eeb1f
|
Android: Allow opening/getting files relative to downloads directory
|
2021-04-24 16:19:13 +10:00 |
|
Connor McLaughlin
|
9652e3cb6b
|
CDImage: Generate correct relative subq position in pregap
|
2021-04-22 02:58:13 +10:00 |
|
Connor McLaughlin
|
d6d8d21eff
|
Common/FileSystem: Make file functions content URI-aware
|
2021-04-17 21:52:26 +10:00 |
|
Connor McLaughlin
|
e1578be20f
|
Common/FileSystem: Add BuildRelativePath() function
|
2021-04-17 21:52:26 +10:00 |
|
Connor McLaughlin
|
62718b3c50
|
Common/Timer: Add missing return when timer wait succeeds
|
2021-04-12 20:26:50 +10:00 |
|
Connor McLaughlin
|
3687f2d067
|
MemoryArena: Fix compile error on Mac
|
2021-04-12 20:09:53 +10:00 |
|
Connor McLaughlin
|
e087e6f3a2
|
CPU/Recompiler: Prevent using fastmem when cache is isolated
No point even trying since it's just going to fault.
|
2021-04-12 02:08:56 +10:00 |
|
Connor McLaughlin
|
922d320523
|
CPU/Recompiler: Reserve whole fastmem region to avoid clashes
|
2021-04-11 12:42:51 +10:00 |
|
Connor McLaughlin
|
19ca102b40
|
VulkanHostDisplay: Handle surface loss gracefully
Also skips a full swap chain recreate on resize.
|
2021-04-08 03:07:10 +10:00 |
|
Connor McLaughlin
|
0342d0a26e
|
Vulkan/SwapChain: Fix incorrectly-sized display surfaces being created
|
2021-04-08 03:07:10 +10:00 |
|
Connor McLaughlin
|
32ac60414c
|
NoGUI: Use current resolution if unspecified
|
2021-04-08 03:07:10 +10:00 |
|
Connor McLaughlin
|
e595b357b3
|
CDImagePBP: Use 64-bit file functions
Fixes loading >2GB PBPs.
|
2021-04-07 18:30:54 +10:00 |
|