24892 Commits (313e885f7a7bc9eefec6ddaffce786cea28327cd)

Author SHA1 Message Date
lizzie 5cc218084b
[cmake] account for sysroot when cross compiling for SunOS/FBSD/etc; dynarmic now uses ARCHITECTURE_* from global defs (#2928) 2 months ago
lizzie c0663ccd6b
[core/arm] more verbose backtrace showing ALL of the thread's context state (#2924) 2 months ago
lizzie 8a7fe32a2c
[common] Do not expose platform specific Crash() macro that is only used ever once (#2909) 2 months ago
lizzie 4b0bcfb0f7
[compat] Windows 8.1 support (#2772) 2 months ago
lizzie 82eb5a03f4
[core/arm] introduce vtable bouncing (#2943) 2 months ago
lizzie 0e6ea2d9d6
[shader_recompiler] Add IAbs64 to prevent errors when using I2F with a 64-bit packed CBUF variant (#2918) 2 months ago
Caio Oliveira 903106c9b2
[audio_core] Decrease wait_for a little bit (#2937) 2 months ago
crueter c70abc8e43
[cmake, docs] msys: allow bundled FFmpeg, update dep/caveat docs, faster linking on Release mode (#2921) 2 months ago
crueter 8ae7974092
[ssl] fix bundled OpenSSL ca cert issue (#2932) 2 months ago
crueter def4349e7a
[dist, android] update translations from Transifex (#2917) 2 months ago
lizzie fe6b6fbde5
[shader_recompiler] simplify decoder table logic and let compiler do tables for us (#2915) 2 months ago
JPikachu aa93e0cbb1
[video_core] Bypass mip level assertion to ASSERT_MSG (#2914) 2 months ago
JPikachu ead5978b34
[kernel] Implement code address offset for Skyline compatibility (#2858) 2 months ago
lizzie bfb112dad1
[core/hle/kernel] fix scoped JIT remnants (#2912) 2 months ago
MaranBr 2d3ba3e5dd
[audio_core] Remove unused files and make audio rendering more safe (#2903) 2 months ago
lizzie 36b736482a
[network] Fix potential infinite hang when generating fake IPs (#2898) 2 months ago
lizzie dbc98f758e
[core/memory] Remove defered heap allocation on Linux. (#2587) 2 months ago
kleidis 84db3351ab
[android] Various UX fixups / Improvements (#2870) 2 months ago
lizzie 3a54d322ab
[common] Common::Size -> std::size (#2910) 2 months ago
lizzie f9773fa908
[dynarmic] simplify assert macro usage (Only ASSERT/DEBUG_ASSERT are needed) (#2890) 2 months ago
lizzie 2dc6d773ee
[common, hle/kernel] Remove LTO_NOINLINE (#2908) 2 months ago
lizzie 402d8e833d
[dynarmic/tests] fix dynarmic_test_generator link error (#2906) 2 months ago
lizzie d498db1106
[dynarmic] nuke zydis/zycore out of orbit forever (#2893) 2 months ago
crueter e93159b047
[qt] clean up some orphaned_profiles bugs; add help (#2894) 2 months ago
lizzie c96defb80d
Reapply PRs #2778 and #2812 (#2867) (#2868) 2 months ago
MaranBr 06275885f1
[video_core] Remove redundant check on image_view and image_view_info (#2891) 2 months ago
lizzie cdf4ce07bc
[dist] Halloween icons (#2886) 2 months ago
Caio Oliveira 2f591d33d3
[meta] Add option to FORCE X11 as Graphics Backend (#2820) 2 months ago
lizzie e4b0c03a22
[dynarmic] use (v)pshufb (SSSE3+) for VREV32/64 emits (#2851) 2 months ago
lizzie 9582dfffee
[core/hle/service] use single lambda dispatcher as opposed to spamming 48+6 tiny cold cloned capturing lambdas (#2880) 2 months ago
lizzie ae46778cc3
[qt, discord-rpc] Don't use named variant for icon (#2888) 2 months ago
lizzie b50f8c620b
[dynarmic] replace mcl::bit_cast with std one (#2866) 2 months ago
lizzie fa718acfbe
[tools, android/res] Remove unused strings, update unused-strings.sh to work on POSIX shells (#2879) 2 months ago
lizzie ce0a299bdb
[qt] do not fatally error out immediately if OpenGL is missing some extensions (#2876) 2 months ago
lizzie effe8109a7
[frontend] fix Simpleini warnings SI_NO_CONVERSION macro being redefined when provided by cmdline (freebsd, linux, etc) (#2877) 2 months ago
lizzie 2924297790
[qt] move Discord/revolt/X links to the about section (#2883) 2 months ago
lizzie 5c6aaa7eb1
[video_core/vic] remove handrolled vector implementation that also uses software prefetching(!!!!); don't try to outsmart compiler - also remove template spam (#2856) 2 months ago
MaranBr 83c162d80d
[video_core] Fix regression on image_view and image_view_info (#2873) 2 months ago
lizzie 2e092d5f5d
[cmake] remove unused YUZU_UNIX define (#2875) 2 months ago
lizzie a5996c7511
[dynarmic] Refactoring to reduce latency hit from recompilation (#358) 2 months ago
crueter d34b44ce39
[desktop] move "Link to Ryujinx" (#2869) 2 months ago
MaranBr ecf7af0cde
Revert PRs #2778 and #2812 (#2867) 2 months ago
unknown 6b01c13975
Revert "[dynarmic] replace mcl::bit_cast with std::bit_cast; fix IR_emit codepath warnings for UNREACHABLE(); remove type trait mcl::integer_of_size dependency (#2775)" (#2863) 2 months ago
Ribbit 15becaa5a3
[Audio] Tighten sink queue back pressure (#2840) 2 months ago
Ribbit 3d4bb08cfc
Revert "[Shader Recompiler] Caching optimization for Texture_Pass (#481)" (#2859) 2 months ago
MaranBr b2ac18173f
[video_core] Fix more edge cases in image_view and image_view_info (#2853) 2 months ago
crueter 39f226a853
[qt] Ryujinx save data link (#2815) 2 months ago
lizzie 61ab1be0e7
[dynarmic] replace mcl::bit_cast with std::bit_cast; fix IR_emit codepath warnings for UNREACHABLE(); remove type trait mcl::integer_of_size dependency (#2775) 2 months ago
lizzie dd9cae4ebc
[logging, debugger] remove unescesary logic and only query USER env variable once (#2800) 2 months ago
Caio Oliveira 8fa36a7737
nuke: Goodbye PCH, you will not be missed (#2821) 2 months ago