Macdu
aa65dc2391
external, ngs: Remove playback_rate and soundtouch
2022-05-24 16:59:22 +02:00
Zangetsu38
d786db4731
external: update submodule and workaround compiler bug.
...
- update dynarmic for workaround current compiler bug.
- update nfs dialog with compat on c++20.
- update psvpfstools with big speed improvement on matching file.
2022-05-13 14:12:37 +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
0b9f69f3ad
shader: update version of SPIRV-Cross and glslang
2022-04-21 13:00:12 +02:00
Zangetsu38
15a37d5d56
external: Update SDL to 2.0.20.
2022-03-23 16:32:52 +01:00
Zangetsu38
d58b1ef393
external: update dynarmic submodule.
2022-03-01 21:10:06 +01: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
Zangetsu38
55950a57c4
external: update boost submodule for fix local build.
2022-01-03 07:24:10 +01:00
Zangetsu38
53f72777a4
external: update sdl to 2.0.18.
...
- ctrl: move get_type_of_controller from name to type get.
Co-authored-by: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com>
2021-12-17 18:20:33 +01:00
Zangetsu38
6a71f50d71
external: update psvpfstools.
...
- fix compile.
2021-12-14 18:58:45 +01:00
Zangetsu38
fb969fe311
build: add support of VS 2022.
...
- external: update boost to 1.78.
- gen-windows: using version of VS installed.
2021-12-13 19:12:39 +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
Zangetsu38
afb2ea52fc
external: update sdl to 2.0.16.
...
Co-authored-by: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com>
2021-11-10 08:44:38 +01:00
Zangetsu38
c01697d11b
external/sdl: update to 2.0.14
...
- Add native DualSense support and probably more.
2021-07-17 14:19:41 +02:00
sunho
5ba5cbd0e9
external: Update dynarmic
2021-05-31 11:00:42 +02:00
Sunho Kim
30acd487b4
external: Update dynarmic
2021-05-26 05:04:06 +02:00
sunho
cbb105213b
external: Update dynarmic
2021-05-24 02:13:34 +02:00
sunho
18e6c538b1
external: Update dynarmic
2021-05-17 17:06:43 +02:00
MerryMage
7e7f1b3b88
Add option to enable/disable CPU optimizations
2021-05-17 01:31:52 +02:00
sunho
4225358070
external: Update dynarmic
2021-05-16 01:38:29 +02:00
sunho
bdfddc7ac4
cpu: Add cp15 to dynarmic cpu
2021-05-14 12:22:07 +02:00
sunho
46bb6f7ab2
external: Update boost
2021-05-09 19:47:40 +02:00
sunho
9d52a1d4b3
cmake: Group external projects
2021-05-09 12:53:50 +02:00
sunho
c39178f17b
external: Update dynarmic
2021-05-08 14:34:20 +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
Zangetsu38
1f2d9b7327
modules/SceAppUtil/SceAppUtil: Implement AppParamGetInt.
...
gui: Add install license dialog.
2021-04-19 18:29:04 +02:00
pent0
640ec5b786
renderer/opengl: Use spir-v when possible ( #1180 )
2021-03-02 20:44:14 +01: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
Taylor Whatley
1c0026f30c
external/ffmpeg: fix for XCode 12
2021-01-05 23:18:19 -05:00
EXtremeExploit
7a2b6982df
gxm: Optimize hashing and resolve_export function
2020-11-16 05:40:32 +09: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
EXtremeExploit
407ea1296e
archive/pkg install: Add unicode path support
...
Co-authored-by: Zangetsu38 <Dante38@free.fr>
2020-09-08 16:00:26 +02:00
EXtremeExploit
5d0939b8cb
gui/theme: Add unicode path support for background/start background.
2020-09-05 20:30:14 +02:00
sunho
30eae2584f
external: update unicorn
2020-08-14 13:49:39 +02:00
sunho
dc9be63871
update dlmalloc to disable mmap
2020-07-25 04:10:28 +09:00
scribam
ea6ac950e5
external: Update CLI11 to version 1.9.0
2020-06-10 20:06:14 +02: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