Commit graph

37 commits

Author SHA1 Message Date
Macdu
aa65dc2391 external, ngs: Remove playback_rate and soundtouch 2022-05-24 16:59:22 +02:00
bookmist
0bf2016002 vita3k: support msvc llvm compiler toolset 2022-05-09 15:33:09 +02:00
hobyst
014e1e9f54 Build: Remove Microprofile from project 2022-05-07 17:52:12 +02:00
hobyst
fc2e088798 Build: Add Tracy profiler v0.8.1 to build pipeline 2022-05-07 17:52:12 +02:00
bookmist
a6010a7bc4 external/SoundTouch: remove soundstretch build 2022-05-07 12:45:05 +02:00
pent0
53a25ea938 kernel: add mutex lock guard on mspace func.
- fix crash on mp4 lle.
2022-05-01 21:22:21 +02:00
bookmist
1dbd6f146f external: put external libraries into external folder in the solution 2022-02-19 12:17:41 +01:00
hobyst
34606622a2 Build: Add Soundtouch 2.3.1 audio manipulation library 2022-02-11 18:06:53 +01:00
hobyst
d4c54ec31c external: Fix libatrac9 linking behavior
Due to MSVC-specific preprocessor definitions the library linking fails
because of an out of place implementation of MSVC's _dllimport
Defaulting to static linking on other compilers
2021-12-07 21:10:28 +01:00
Larry
8c933e1432 codec: Use libatrac9 library for atrac9 decoding
We have more control and error codes, also avoid some shortcoming of
ffmpeg port
2021-12-01 16:54:17 +01:00
scribam
667b9a8f7e
Update externals (#1499)
* external: Update CLI11 to tag v2.1.2
* external: Update dirent
* external: Update elfio to tag Release_3.9
* external: Update fmt to tag 8.0.1 and spdlog to tag v1.9.2
* external: Update glad
* external: Update googletest
* external: Update imgui to tag v1.85
* external: Update miniz to tag 2.2.0
* external: Update stb
* external: Update vita-toolchain
* external: Update yaml-cpp to tag yaml-cpp-0.7.0
2021-11-11 17:23:34 +01:00
MerryMage
7e7f1b3b88 Add option to enable/disable CPU optimizations 2021-05-17 01:31:52 +02:00
sunho
9d52a1d4b3 cmake: Group external projects 2021-05-09 12:53:50 +02:00
scribam
ecf91b429a dynarmic: Use arm7 architecture 2021-05-04 03:22:57 +02:00
sunho
48b344e1b6 external: Update submodules 2021-05-03 14:51:13 +02:00
scribam
5e3a6eb982
Update submodules + minor changes (#1137)
* cmake: Add NOMINMAX globally to avoid Windows compilation issues with std::min/std::max

* main/net: add missing include files

* rtc: Remove convert_filetime/convert_timespec functions as they have been replaced with _wstat/stat

* external: Update better-enums to tag "0.11.3"

* external: Update CLI11 to tag "v1.9.1"

* external: Update elfio to tag "Release_3.8"

* external: Update glad to tag "0.1.34"

* external: Update googletest to tag "release-1.10.0"

* external: Update imgui to tag "v1.80"

* external: Update imgui_club

* external: Update miniz to tag "2.1.0"

* external: Update pugixml to tag "v1.11.4"

* external: Update spdlog to tag "v1.8.2"

* external: Update stb

* external: Update yaml-cpp to tag "yaml-cpp-0.6.3"

* external: Switch to vitasdk/vita-toolchain

* external: Refactor xxHash integration
2021-02-09 21:49:54 +01:00
striker.sh
c9e25ec890 use USE_DISCORD_RICH_PRESENCE to prevent building discord sdk 2021-01-27 17:07:45 +01:00
sunho
f33023c97e external: use unicorn built with mingw for windows executable 2020-10-20 22:11:44 +09:00
Ichisada Shioko
f23a0ed6a6 Update CMakeList to only download gamesdk once 2020-09-28 01:49:47 +03:00
IllusionMan1212
3862cbcddc external/app: remove discord-rpc in favor of discord gamesdk 2020-09-19 15:52:01 +03:00
scribam
95515f9edf config: Tweak previous commit 2020-06-10 20:06:14 +02:00
totlmstr
ddc0d96e91 config: Replace Boost.Program_Options with CLI11 v1.8.0 2020-06-10 20:06:14 +02:00
scribam
74bdac4f33 external: Add new unicorn submodule 2020-06-07 09:07:53 +02:00
scribam
ce546cb5f4 external: Remove old unicorn submodule 2020-06-07 09:07:53 +02:00
scribam
32f6646cf4 external: Update glslang to version 8.13.3743 2020-05-22 18:39:01 +02:00
scribam
2a8abd6c1d external: Update SPIRV-Cross to version 2020-05-19 2020-05-20 03:23:21 +03:00
scribam
3d5de270e5 external: Update capstone to version 4.0.2 2020-05-20 03:19:44 +03:00
KorewaWatchful
3c6733bed7
vita3k: add pkg, nonpdrm support (#683) 2020-05-02 01:33:21 -04:00
1whatleytay
34a02553c4
vita3k: remove vita-headers (#649) 2020-02-06 09:44:49 -05:00
Taylor Whatley
6463b34cc1 modules: implement avcdec and yuv format 2019-12-22 00:15:36 -05:00
totlmstr
164267bbf4 external: Force Windows to use Vita3K's SDL2 include directory 2019-11-02 14:15:23 +01:00
IllusionMan1212
f5784fda01 external/host: added fat16 submodule and make-fself 2019-11-02 00:47:12 +02:00
IllusionMan1212
2c3c78b772 external: add nativefiledialog submodule 2019-10-27 21:43:32 +01:00
1whatleytay
1c4ab98eb3 config: add renderer selection option
This commit also does some final handling of the USE_VULKAN option and fixes some io.
2019-09-06 17:47:16 -04:00
1whatleytay
33354eff45 renderer/vulkan: add allocator and load font
renderer/vulkan: fix validation errors

renderer/vulkan: fix wrong queue selection
2019-09-06 14:54:54 -04:00
1whatleytay
efec4f1ba3 renderer/vulkan: reorganize renderers
I am going to be ammending this a lot.
2019-09-05 22:58:04 -04:00
Nicolas Jallamion
06299de242 emulator: Refactor file structure (#557)
Also:
- external: update some submodules.
2019-08-28 16:52:07 +03:00
Renamed from src/external/CMakeLists.txt (Browse further)