Exzap
d251ce07e0
XAudio2: Don't quit on failed CoInitializeEx()
...
It returns an error code when already initialized
v2.0-6
2022-10-13 12:18:34 +02:00
Exzap and GitHub
f42bebd196
Merge pull request #361 from Exzap/tweaks
...
Fix encoding error in input profiles + update metainfo
v2.0-5
2022-10-12 15:25:01 +02:00
Exzap
0412dec078
Fix metainfo
...
Comment out vcs-browser url type for now. It's a pretty recent addition to the standard and is considered an error by some older utilities
2022-10-12 15:23:04 +02:00
Exzap
f65dbe8437
Fix encoding error in input profile filenames
...
- Controller profile filenames now encode unicode characters correctly
- Removed dependency on boost::filesystem. There is still an indirect dependency on it from another boost module it seems
- Refactored some code to use FileStream instead of ifstream/ofstream
2022-10-12 14:27:01 +02:00
SSimco and GitHub
8b3f36ad50
Use correct preprocessor check for Linux ( #360 )
2022-10-12 13:10:57 +02:00
SSimco and GitHub
d6ba61cf64
Add support for non portable mode ( #356 )
2022-10-12 08:03:26 +02:00
Exzap and GitHub
2b9edced81
Minor tweaks and code clean up ( #357 )
2022-10-11 09:17:34 +02:00
MythicalPlayz and GitHub
b07e9efba4
Add support for choosing network service (incl Pretendo+Custom) ( #302 )
2022-10-11 04:04:47 +02:00
Exzap and GitHub
52cc7c5996
Follow imgui recommendation and streamline build dependencies ( #355 )
2022-10-11 01:43:15 +02:00
goeiecool9999 and GitHub
431c5a101f
Linux: Print demangled symbols on backtrace ( #312 )
2022-10-10 02:35:04 +02:00
Tillsunset and GitHub
0c9fb3143f
memory optimization, using posix_memalign ( #350 )
2022-10-09 10:43:45 +02:00
Tillsunset and GitHub
638e9e1f87
Workaround for the h264 video crash on macOS ( #348 )
2022-10-09 08:45:26 +02:00
Tillsunset and GitHub
b724a657e6
MoltenVk: Add missing texture decoders ( #332 )
2022-10-08 15:07:54 +02:00
bslhq and GitHub
551f821109
Auto resize last column ( #265 )
2022-10-07 14:30:06 +02:00
emiyl and GitHub
00968acc1d
dedicated decoder for R4G4 and R4G4B4A4 to R8G8B8A8 ( #331 )
2022-10-07 02:39:06 +02:00
emiyl and GitHub
4519a59d74
[ih264] per-function target attribute on clang and GCC ( #328 )
2022-10-04 15:24:14 +02:00
purofle and GitHub
8a0fe21589
[docs] add --needed in ArchLinux dependencies ( #324 )
2022-10-03 13:05:42 +02:00
Tillsunset and GitHub
fb5ecca157
Vulkan: Use correct texture clear in LatteDraw_handleSpecialState8_clearAsDepth ( #321 )
2022-10-02 19:18:35 +02:00
Tillsunset and GitHub
11f6e2b7ee
Vulkan: Implement texture decoder for R5G6B5_UNORM to R8G8B8A8_UNORM ( #320 )
2022-10-02 01:48:13 +02:00
emiyl and GitHub
9541c8ae85
MoltenVk: Workaround for unsupported format R5_G6_B5_UNORM ( #318 )
2022-09-30 18:07:00 +02:00
Exzap and GitHub
cceb4f6d0e
Vulkan: Always disable blending for integer formats ( #317 )
...
Should fix a warning in the Vulkan validation layer and avoid a sigtrap in MoltenVk
2022-09-30 15:59:16 +02:00
emiyl and GitHub
ecfbbd4e26
MoltenVK: Workaround for unsupported formats ( #315 )
2022-09-30 15:28:56 +02:00
Narr the Reg and GitHub
3767257220
nfp: Fix corruption, correct structs and use write counters ( #310 )
2022-09-29 13:00:46 +02:00
Tillsunset and GitHub
3fb4b5e26c
MacOS+Linux: Use CLOCK_MONOTONIC_RAW over CLOCK_MONOTONIC ( #313 )
...
On MacOS this fixes the framerate being too high due to discontinuities in the timer that drives the emulated vsync. It also fixes behavior of the GetTickCount() wrapper.
2022-09-29 11:36:27 +02:00
UltraHDR and GitHub
a28d67bafd
Remove -DPUBLIC_RELEASE=ON from macOS command ( #309 )
2022-09-27 22:18:35 +02:00