Stenzek
|
4795f0a7dd
|
3rdparty/rcheevos: Bump to 3cadf84
|
2023-12-31 13:40:32 +10:00 |
Stenzek
|
e9411a3db5
|
Resources: Add achievement icons to PromptFont
By @kamfretoz.
|
2023-12-31 13:40:32 +10:00 |
Stenzek
|
96fb49e35c
|
3rdparty/libzip: Hardcode most checks
We are only targetting a limited number of platforms.
Significantly speeds up generation time with Xcode.
|
2023-12-31 13:08:03 +10:00 |
Stenzek
|
0e15de7103
|
CMake: Tidy up platform/architecture detection
|
2023-12-30 14:00:03 +10:00 |
KamFretoZ
|
651e7e5963
|
OSD/FSUI: Adjust PromptFont for more readability
|
2023-12-19 15:38:48 +00:00 |
JoseAaronLopezGarcia
|
00e255ee3c
|
CDVD: Add ZSO support (#10396)
* add zso support
* format and fixed typo
* fix typo in extension (duplicated .cso)
* format
* proper casting
* use regular casting; added lz4 to gitmodules
* use C++ style casting
* fix casts
* add lz4 submodule
* added windows build configuration
* add lz4 to cmake
* undo
* undo
* add lz4 to SearchForStuff
* undo
* add own lz4 source code
* cleanup
* fix
* add nwe sources to windows build
* cleanup
* don't use precompile headers on lz4
* stupid compiler
* add const. better logging.
* cast to std::string
* 3rdparty: Add lz4
* use 3rdparty lz4
* cleanup references to lz4.cpp
* format code
* add missing header
* use fmt::format
* don't call inflateReset on ZSO
* use LZ4_decompress_safe
* fix syntax
* fix call to LZ4_decompress_safe
* use LZ4_decompress_safe_partial to ignore padded data
* cleanup
* refactor
---------
Co-authored-by: Stenzek <stenzek@gmail.com>
|
2023-12-15 13:05:04 +10:00 |
Stenzek
|
af1a4ab07a
|
FullscreenUI: Use PromptFont for keyboard/controller icons
|
2023-12-11 16:55:29 +10:00 |
JordanTheToaster
|
c555dbc3e8
|
3rdparty: Update VK memory allocator
Updates VK memory allocator to latest master commit.
|
2023-12-08 22:20:33 +10:00 |
JordanTheToaster
|
1561e07ddf
|
3rdparty: Update D3D12 memory allocator
Updates D3D12 memory allocator to latest master commit.
|
2023-12-08 22:20:15 +10:00 |
JordanTheToaster
|
7fd82fffab
|
3rdparty: Update Vulkan Headers to v1.3.272
Updates Vulkan Headers to v1.3.272.
|
2023-12-06 20:16:59 +10:00 |
JordanTheToaster
|
f6154032c7
|
3rdparty: Use upstream XZ submodule
For some reason we used a branch XZ from around 6 years ago? Honestly not sure why.
|
2023-12-04 22:16:11 +00:00 |
JordanTheToaster
|
574f95a35b
|
3rdparty: Update fmt to v10.1.1
Updates fmt to v10.1.1.
|
2023-12-01 20:59:18 +10:00 |
Stenzek
|
0bdc4394aa
|
3rdparty/rcheevos: Bump to 8afec6c
|
2023-12-01 20:35:08 +10:00 |
Stenzek
|
041d26670f
|
3rdparty/cubeb: Minimize and update to 54217bc
|
2023-11-25 13:07:50 +10:00 |
JordanTheToaster
|
0891a27f75
|
3rdparty: Update CPUInfo to latest
Updates CPUInfo to the latest version.
|
2023-11-25 13:05:54 +10:00 |
JordanTheToaster
|
bca4f15f9d
|
3rdparty: Update xbyak to 6.73
Updates xbyak from 6.00 to 6.73.
|
2023-11-24 09:43:35 +00:00 |
Stenzek
|
5e48e0d8c0
|
3rdparty/rcheevos: Update to 8a717b1
|
2023-11-09 17:55:22 +00:00 |
Stenzek
|
2b0593e5ff
|
3rdparty: Add libwebp @ v1.3.2
|
2023-10-02 19:52:29 +10:00 |
Stenzek
|
210a936483
|
3rdparty: Remove qt directory
Windows Qt lives in /deps now.
|
2023-10-02 18:57:39 +10:00 |
Stenzek
|
e8201b115f
|
3rdparty/SimpleINI: Replace sprintf() with snprintf()
|
2023-10-02 17:37:38 +10:00 |
Stenzek
|
5690742937
|
3rdparty: Remove libjpeg
Doesn't appear to be used anywhere.
|
2023-10-02 17:17:50 +10:00 |
Stenzek
|
9f29f41288
|
3rdparty/zstd: Bump to v1.5.5
|
2023-10-02 17:17:50 +10:00 |
Stenzek
|
828c0bcb99
|
3rdparty/zlib: Update to 1.3
|
2023-10-02 17:17:50 +10:00 |
Stenzek
|
fe0d31ae94
|
3rdparty/libpng: Update to 1.6.40
|
2023-10-02 17:17:50 +10:00 |
Stenzek
|
2148d3d3ab
|
3rdparty: Move libchdr in-tree
Based on 54bfb87 with modifications from DuckStation.
|
2023-09-27 18:11:46 +10:00 |
Stenzek
|
ffe456ea7c
|
3rdparty/rcheevos: Bump to 43f8c2a
|
2023-09-24 11:22:22 +10:00 |
Stenzek
|
ee3ee63ff5
|
3rdparty: Remove SDL2 submodule
Unnecessary since we always dynamic link it now.
|
2023-08-26 17:23:14 +10:00 |
Stenzek
|
220117f07c
|
MSBuild: Put all objects/libs together in build directory
|
2023-08-26 17:23:14 +10:00 |
Stenzek
|
e3a1125e84
|
Build: Silence warnings in third-party projects
|
2023-08-26 15:02:17 +10:00 |
Stenzek
|
02b64f4027
|
3rdparty/SoundTouch: Warning fixes
|
2023-08-26 15:02:17 +10:00 |
Stenzek
|
afdd63521f
|
Build: Fix ZIP_STATIC macro redefinition
|
2023-08-26 15:02:17 +10:00 |
Stenzek
|
42ae23f279
|
3rdparty: Fix Debug CMake build on Windows
|
2023-08-24 14:43:00 +01:00 |
Stenzek
|
c43775f7b2
|
3rdparty: Un-submodule libzip
|
2023-08-24 14:43:00 +01:00 |
Stenzek
|
86ee1270e2
|
3rdparty/cpuinfo: Fix build with clang-cl
|
2023-08-24 14:43:00 +01:00 |
Stenzek
|
987489b34a
|
3rdparty: Add WinPixEventRuntime
|
2023-08-14 20:06:16 +10:00 |
Stenzek
|
51a35d40e5
|
3rdparty: Bump rcheevos to 3af1e2fc5188d6e932ee379942f4049ea877e648
|
2023-08-10 01:27:20 +01:00 |
Stenzek
|
32621a9369
|
3rdparty: Update wil
Gets rid of a -Wdeprecated-volatile error.
|
2023-07-20 21:23:31 +10:00 |
Stenzek
|
1fae35231b
|
3rdparty: Remove GSL
|
2023-07-20 21:23:31 +10:00 |
Stenzek
|
10a5ea2a29
|
3rdparty/SDL2: Bump to v2.28.1
|
2023-07-07 21:06:53 +10:00 |
Stenzek
|
3c408de5c9
|
Build: Disable exceptions in the compiler
|
2023-06-30 21:37:44 +10:00 |
Stenzek
|
ea803ff2d4
|
Build: Always use bundled soundtouch
Because we're disabling exceptions in it.
Might gain a bit of speed by -Ofast as well.
|
2023-06-30 21:37:44 +10:00 |
Stenzek
|
14a0786982
|
3rdparty/soundtouch: Add missing overrides
|
2023-06-30 21:37:44 +10:00 |
Stenzek
|
1dbccb5e3d
|
3rdparty: Remove exception usage
|
2023-06-30 21:37:44 +10:00 |
Stenzek
|
29420c25e4
|
3rdparty: Update ffmpeg headers to 6.0
|
2023-06-16 22:36:57 +10:00 |
Stenzek
|
0f05967190
|
CommonHost: Purge and move functions to appropriate locations
|
2023-05-16 12:58:19 +01:00 |
TellowKrinkle
|
bd5ae66fbe
|
3rdparty: Update SDL to 2.26.5
|
2023-04-13 08:27:49 +01:00 |
Romain Tisserand
|
a3af4155f8
|
3rdparty: Bump libchdr to support raw DVD ISO as CHD
|
2023-04-12 09:37:46 +01:00 |
Stenzek
|
a5ebb388a0
|
CMake: Enable RAIntegration on Windows builds
|
2023-03-31 15:46:33 +01:00 |
Stuart Kenny
|
e2e2ab62f4
|
MSBuild: Enable DirectX in cmake SDL build
|
2023-03-31 10:12:14 +01:00 |
Ty Lamontagne
|
e7e3f30fce
|
3rdparty: Update SDL2
|
2023-03-31 02:06:32 +01:00 |