Commit Graph

319 Commits (dreams)

Author SHA1 Message Date
Stenzek 4eb3b2a9a7
dep: Remove soundtouch 12 months ago
Stenzek 6d70d24bc4
AudioStream: Swap to shared soundtouch library
Yay licensing requirements.
12 months ago
Stenzek 534a82d091
dep/reshadefx: Fix float printing regression 12 months ago
Stenzek 2d2bc93ada
dep/reshadefx: Avoid snprintf() when writing float constants
Locale-specific, causes breakage on some systems.
12 months ago
Stenzek ff7bfaaadb
dep/reshadefx: Avoid emitting more reserved keywords as identifiers 1 year ago
Stenzek 9a70003b70
MSBuild: Silence MSVC warning C4324 1 year ago
Stenzek 69c35c9fcd
Deps: Remove rapidjson from in-tree 1 year ago
Stenzek 4bc9fd7574
Deps: Remove discord-rpc from in-tree 1 year ago
Stenzek 00d2d862c2
Build: Use shared discord-rpc 1 year ago
Stenzek 0ae6ddcf7f
Common: Add GSVector
Mostly based on PCSX2.
1 year ago
Stenzek a255b5bc75
Deps: Remove cpuinfo from in-tree 1 year ago
Stenzek 0d3e674500
Qt: Move resources out of exe into rcc file 1 year ago
Stenzek 5bf9e1d655
dep/vixl: Fix ARM32 build 1 year ago
Stenzek 5c94ab9f22
dep/rcheevos: Avoid -1 return in rc_runtime_progress_size() 1 year ago
Stenzek 71c319ccf0
dep/rcheevos: Set RC_NO_THREADS
We protect the state ourselves, **and** Win32 mutexes are horribly slow.
1 year ago
Stenzek 17d459511a
dep/rcheevos: Hash functions are not needed 1 year ago
Stenzek 1a2ad89a17
dep/rcheevos: Bump to d54cf8f 1 year ago
Stenzek b8ed013ec3
dep/reshadefx: Fix UBO reference with OpenGL 1 year ago
Stenzek f0c2832d03
Dep: Update vixl to 662828c 1 year ago
Stenzek 015804c434
System: Move GDB server into core 1 year ago
Stenzek eab4271bf7
dep/cubeb: Only include connected devices when enumerating wasapi
Otherwise you just get a ton of unusable outputs.
1 year ago
Stenzek 872cee908c
dep/cubeb: Sync to 19fcbef
And apply PR #740 (Re-enable and polish IAudioClient3 to achieve lower
latencies).

`*latency_frames = min_period;` in wasapi_get_min_latency was changed to
`*latency_frames = hns_to_frames(params.rate, min_period_rt);`, as
otherwise it reports in mixer frames, not stream frames.
1 year ago
Stenzek 1cdfca155d
Qt: Clean and remove empty game settings 1 year ago
Stenzek 7932d284f1
Deps: Add freesurround 1 year ago
Stenzek 35056c2c52
Deps: Add kissfft 1 year ago
Stenzek 8867bb129a
CMake: Tidy up build system
And fix Windows CMake... who knows how long for.
1 year ago
Stenzek 4d8ed49b24
FullscreenUI: Fix gaps between some UI elements
By rounding sizes up to the nearest pixel.
1 year ago
Stenzek fbe54f454f
Deps: Purge SPIRV-Cross from tree 1 year ago
Stenzek 5f915e1cbe
MetalDevice: Use shared SPIRV-Cross 1 year ago
Stenzek 164062f80d
Build: Use C++20 for everything except reshadefx 1 year ago
Stenzek de1a1af908
FullscreenUI: Avoid per-frame memory allocations with SmallString 1 year ago
Stenzek f4584f48f9
dep/imgui: Disable windowing key 1 year ago
Stenzek 52f1686520
Deps: Remove glslang 1 year ago
Stenzek ffbb14f508
dep/imgui: Use FreeType rasterizer 1 year ago
Stenzek 44322a14f0
dep/imgui: Update to v1.90.4 1 year ago
Stenzek cc5f9a12b1
dep: Update Vulkan-Headers to v1.3.279 1 year ago
Stenzek cd3c88ad7e
deps: Remove now-unused vendored libs 1 year ago
Stenzek b143d96476
Build: Use deps DLLs on Windows 1 year ago
Mrlinkwii 78854f433a
Deps: update simpleini to 4.22 (#3131) 1 year ago
Stenzek c854b8f85e
Image: Swap stb for libpng/libjpeg 1 year ago
Stenzek e9c4416272
dep: Add libjpeg v9f 1 year ago
Stenzek b749c483da
dep: Add libpng 1.6.43 1 year ago
Stenzek 143fb0876d
dep/glad: Update to v2.0.5 1 year ago
Stenzek 94657ae4ab
dep/rcheevos: Update to 3d01191 1 year ago
KamFretoZ 1f6636f62b Qt: Icon updates 1 year ago
Stenzek 0e6a9f637b
dep/libchdr: Rebase to upstream 2a1119c 1 year ago
Stenzek 05cbf86be0
dep/rapidyaml: Add missing files 1 year ago
Stenzek 5c08fa9d00
dep: Add rapidyaml 1 year ago
Stenzek c2c3eac749
Build: Use shared webp/zstd/zlib 1 year ago
Stenzek f369724b7c
dep/imgui: Update to v1.90.1 2 years ago