Commit Graph

  • fe6b6fbde5 [shader_recompiler] simplify decoder table logic and let compiler do tables for us (#2915) lizzie 2025-11-01 03:57:28 +01:00
  • ea6c3c379c [cmake] Re-enable cubeb for FreeBSD (#2916) JPikachu 2025-11-01 03:49:08 +01:00
  • aa93e0cbb1 [video_core] Bypass mip level assertion to ASSERT_MSG (#2914) v0.0.4-rc2.test JPikachu 2025-11-01 01:36:03 +01:00
  • ead5978b34 [kernel] Implement code address offset for Skyline compatibility (#2858) JPikachu 2025-10-31 19:49:37 +01:00
  • bfb112dad1 [core/hle/kernel] fix scoped JIT remnants (#2912) lizzie 2025-10-31 19:22:51 +01:00
  • 2d3ba3e5dd [audio_core] Remove unused files and make audio rendering more safe (#2903) MaranBr 2025-10-31 18:00:35 +01:00
  • 36b736482a [network] Fix potential infinite hang when generating fake IPs (#2898) lizzie 2025-10-31 17:38:04 +01:00
  • dbc98f758e [core/memory] Remove defered heap allocation on Linux. (#2587) lizzie 2025-10-31 17:37:21 +01:00
  • 84db3351ab [android] Various UX fixups / Improvements (#2870) kleidis 2025-10-31 17:23:15 +01:00
  • 3a54d322ab [common] Common::Size -> std::size (#2910) lizzie 2025-10-31 17:22:44 +01:00
  • f9773fa908 [dynarmic] simplify assert macro usage (Only ASSERT/DEBUG_ASSERT are needed) (#2890) lizzie 2025-10-31 17:22:06 +01:00
  • 2dc6d773ee [common, hle/kernel] Remove LTO_NOINLINE (#2908) lizzie 2025-10-31 15:13:31 +01:00
  • 402d8e833d [dynarmic/tests] fix dynarmic_test_generator link error (#2906) lizzie 2025-10-31 13:22:38 +01:00
  • ed577ebf12 [docs] fix discord links, contributing.md discfix lizzie 2025-10-31 01:39:16 +00:00
  • d34400226b [core/hle/kernel] fix potential datarace where thread may be told to be non-running but inbetween the acquisition of the lock there may be another holder whom puts it on lock-term-1 lizzie 2025-10-30 20:02:21 +00:00
  • d498db1106 [dynarmic] nuke zydis/zycore out of orbit forever (#2893) lizzie 2025-10-30 15:00:14 +01:00
  • e93159b047 [qt] clean up some orphaned_profiles bugs; add help (#2894) crueter 2025-10-30 11:03:08 +01:00
  • d989166044 Revert "[docs] Add @Ribbit to video_core/ and shader_recompiler/ CODEOWNERS (#2892)" (#2896) lizzie 2025-10-30 04:47:32 +01:00
  • c96defb80d Reapply PRs #2778 and #2812 (#2867) (#2868) lizzie 2025-10-30 03:47:56 +01:00
  • 06275885f1 [video_core] Remove redundant check on image_view and image_view_info (#2891) MaranBr 2025-10-30 03:45:43 +01:00
  • 206e7af162 [docs] Add @Ribbit to video_core/ and shader_recompiler/ CODEOWNERS (#2892) lizzie 2025-10-29 19:38:24 +01:00
  • cdf4ce07bc [dist] Halloween icons (#2886) lizzie 2025-10-29 13:17:50 +01:00
  • 2f591d33d3 [meta] Add option to FORCE X11 as Graphics Backend (#2820) Caio Oliveira 2025-10-29 13:16:57 +01:00
  • e4b0c03a22 [dynarmic] use (v)pshufb (SSSE3+) for VREV32/64 emits (#2851) lizzie 2025-10-29 13:12:39 +01:00
  • 9582dfffee [core/hle/service] use single lambda dispatcher as opposed to spamming 48+6 tiny cold cloned capturing lambdas (#2880) lizzie 2025-10-29 13:12:07 +01:00
  • cf9f78636a [cmake] if CCACHE is set but not found, make it fatal (#2885) DraVee 2025-10-29 13:09:40 +01:00
  • ae46778cc3 [qt, discord-rpc] Don't use named variant for icon (#2888) lizzie 2025-10-29 13:09:25 +01:00
  • c31761ab75 [tools] fix optimize-assets not being multithreaded due to -print0 (#2887) lizzie 2025-10-29 13:09:05 +01:00
  • b50f8c620b [dynarmic] replace mcl::bit_cast with std one (#2866) lizzie 2025-10-29 04:10:02 +01:00
  • fa718acfbe [tools, android/res] Remove unused strings, update unused-strings.sh to work on POSIX shells (#2879) lizzie 2025-10-29 03:26:09 +01:00
  • ce0a299bdb [qt] do not fatally error out immediately if OpenGL is missing some extensions (#2876) lizzie 2025-10-29 03:25:22 +01:00
  • d3dbabcfc7 [docs] debug log/gfx debug info (#2871) crueter 2025-10-29 03:24:20 +01:00
  • effe8109a7 [frontend] fix Simpleini warnings SI_NO_CONVERSION macro being redefined when provided by cmdline (freebsd, linux, etc) (#2877) lizzie 2025-10-29 03:23:46 +01:00
  • 2924297790 [qt] move Discord/revolt/X links to the about section (#2883) lizzie 2025-10-29 03:23:25 +01:00
  • 5c6aaa7eb1 [video_core/vic] remove handrolled vector implementation that also uses software prefetching(!!!!); don't try to outsmart compiler - also remove template spam (#2856) lizzie 2025-10-29 03:13:24 +01:00
  • 83c162d80d [video_core] Fix regression on image_view and image_view_info (#2873) MaranBr 2025-10-29 00:07:13 +01:00
  • 1a2d1821b5 [meta] add missing license headers for some .cmake/.sh (#2878) lizzie 2025-10-28 23:54:45 +01:00
  • a9b87077f8 [cmake] add native build preset in aarch64 (#2874) lizzie 2025-10-28 23:52:49 +01:00
  • 2e092d5f5d [cmake] remove unused YUZU_UNIX define (#2875) lizzie 2025-10-28 23:52:38 +01:00
  • a5996c7511 [dynarmic] Refactoring to reduce latency hit from recompilation (#358) lizzie 2025-10-28 23:42:31 +01:00
  • 1c57172524 [cmake] fix cpp-jwt build fail even if ENABLE_UPDATE_CHECKER is defined but NOT ENABLE_WEB_SERVICE (#2881) lizzie 2025-10-28 23:33:30 +01:00
  • d34b44ce39 [desktop] move "Link to Ryujinx" (#2869) crueter 2025-10-28 22:05:23 +01:00
  • ecf7af0cde Revert PRs #2778 and #2812 (#2867) MaranBr 2025-10-28 18:56:03 +01:00
  • 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) unknown 2025-10-28 14:14:42 +01:00
  • 15becaa5a3 [Audio] Tighten sink queue back pressure (#2840) v0.0.4-rc1 Ribbit 2025-10-28 04:26:58 +01:00
  • 3d4bb08cfc Revert "[Shader Recompiler] Caching optimization for Texture_Pass (#481)" (#2859) Ribbit 2025-10-28 04:26:45 +01:00
  • b2ac18173f [video_core] Fix more edge cases in image_view and image_view_info (#2853) MaranBr 2025-10-28 04:25:23 +01:00
  • 39f226a853 [qt] Ryujinx save data link (#2815) crueter 2025-10-28 03:46:47 +01:00
  • 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) lizzie 2025-10-28 03:46:24 +01:00
  • 3ba9769d7a [docs/user] add reshade instructions to fix flickers and such (#2848) lizzie 2025-10-28 03:44:38 +01:00
  • dd9cae4ebc [logging, debugger] remove unescesary logic and only query USER env variable once (#2800) v0.0.4.test lizzie 2025-10-27 20:55:01 +01:00
  • 8fa36a7737 nuke: Goodbye PCH, you will not be missed (#2821) Caio Oliveira 2025-10-27 20:50:16 +01:00
  • 07b09b3849 [codeowners] nyxynx -> kleidis (#2855) crueter 2025-10-27 17:31:06 +01:00
  • 903faacaab [qt] clarify orphaned profiles by showing GOOD uuids (#2850) crueter 2025-10-27 11:25:42 +01:00
  • c713d44c88 [dynarmic, docs] Add support for DragonFly, shared mapping fallback to private, and update docs (#2829) lizzie 2025-10-27 05:13:44 +01:00
  • 2a3e815dcd [cmake, dynarmic/tests] do not enable avx2, remove unused cmake opts (#2844) lizzie 2025-10-27 04:52:27 +01:00
  • dc907616a9 [Android] Fix Amiibo bug (#2847) Ribbit 2025-10-27 04:52:08 +01:00
  • 0be29d2947 [meta] fix building with clang 21.1.4 (#2839) Caio Oliveira 2025-10-27 00:37:24 +01:00
  • 683c2834aa [Android] Finally add Amiibo load support to Android (#2845) Ribbit 2025-10-26 22:33:18 +01:00
  • c788dbb3ef single commit to fix glCcolorMagic logic (#2842) xbzk 2025-10-26 20:51:21 +01:00
  • 7846f4de31 [ci] delete old workflows (#2843) crueter 2025-10-26 20:45:06 +01:00
  • a0769ad835 [cmake] MinGW builds; fix line endings; fix weird multiplayer lobby behavior (#2835) crueter 2025-10-26 17:28:14 +01:00
  • 470214412b [cmake] sse2neon: vendor it! (#2817) DraVee 2025-10-26 02:59:51 +01:00
  • 41e15e95b1 [crypto] Rework AES CTR/XTS streaming and squash heap churn (#2782) godpow 2025-10-26 02:12:27 +01:00
  • 73ebf59af7 [video_core] Improve texture rendering (#2830) MaranBr 2025-10-26 02:14:45 +02:00
  • 53bfd56b70 [Frontend] Added data for in emulator compatibility list (#2784) Bix 2025-10-26 02:14:34 +02:00
  • 6ba25b6cc0 [vk] Correct polygon draw topology mapping for line and point modes (#2834) Ribbit 2025-10-26 01:38:08 +02:00
  • ad92813fec remove dbg stuff fix/discord-rpc crueter 2025-10-25 01:28:58 -04:00
  • 8d565d7793 [qt] fix Discord RPC by using httplib (#2825) crueter 2025-10-25 07:28:08 +02:00
  • 311c71146d android: Duplicate string (#2833) Caio Oliveira 2025-10-25 03:26:33 +02:00
  • 7751f86c1b [vk] Disable EDS on Mesa Intel integrated UHD drivers (#2788) lizzie 2025-10-24 22:21:01 +02:00
  • 4834fec159 [audio] Fix BOTW by increasing ring-size (#2822) lizzie 2025-10-24 12:38:42 +02:00
  • b5d54b8df7 [acc, ldn] Implement CreateClientProcessMonitor and stub LoadIdTokenCache changes (#2810) JPikachu 2025-10-24 12:34:49 +02:00
  • cd4bcb91cc [video_core] Better error messages (#2827) MaranBr 2025-10-24 11:35:33 +02:00
  • 8c7e28efb6 [qt] fix Discord RPC by using httplib crueter 2025-10-23 19:14:08 -04:00
  • 91b6e3b566 fix license hdr liz-crash-dumps-solaris lizzie 2025-10-19 03:34:02 +00:00
  • 782341554e [cmake] fix breakpad fetching crueter 2025-09-07 19:39:35 -04:00
  • 3af8f6cffe Fix license headers lizzie 2025-08-30 07:02:48 +00:00
  • 119260a128 [breakpad] enable Solaris crash dumps lizzie 2025-08-30 07:02:04 +00:00
  • 199bc6a170 [texture_cache] Fix WIN32 #ifdef for texture_cache (#2823) unknown 2025-10-23 08:12:24 +02:00
  • 05c721bb41 [compat] fix libusb when disabled error (solaris, fbsd, etc) (#2649) lizzie 2025-10-22 19:12:33 +02:00
  • 71241b7560 [dynarmic] remove bloated LUT usage that makes giant functions for no good reason (#2801) lizzie 2025-10-22 12:23:13 +02:00
  • e0c554976a [video_core] fix compilation errors from bad merge, fix string_view UB (#2812) lizzie 2025-10-22 06:42:01 +02:00
  • 1b1ab551a9 [maxwell] fix ordering of sizes for atomicops (#2778) lizzie 2025-10-22 04:55:27 +02:00
  • 87cacbeed4 [compat] HaikuOS port (#2805) lizzie 2025-10-22 04:53:40 +02:00
  • 992bae4e2a [common] replace Common::BitCast with libc++ provided one (#2774) lizzie 2025-10-22 02:56:28 +02:00
  • 6ff043c4fb [core/filesystem] "easier" cheats folder structure like Ryujinx (#2795) lizzie 2025-10-22 00:57:42 +02:00
  • 86432f9552 [dist, android] update translations from transifex (#2811) crueter 2025-10-21 23:39:07 +02:00
  • cde02bfe46 [frontend, android] Move update_checker to frontend_common and add Android support (#2687) Inix 2025-10-21 23:36:35 +02:00
  • 1971fbe5af [core, qt] remove non-ascii from src code (#2779) lizzie 2025-10-21 21:58:56 +02:00
  • d0206c35fb [qt] fix aspect ratio enum mismatch for framebuffer (#2792) lizzie 2025-10-21 21:39:09 +02:00
  • df26fe2cac [cmake, android] remove stale popups, fix freebsd sdl2 (#2794) crueter 2025-10-21 21:08:13 +02:00
  • f1debdbac5 [license-header] make it actually work with posix shells (#2797) crueter 2025-10-21 21:00:26 +02:00
  • f08f4cccdc [dynarmic/cmake] fatal fail on darwin if mig fails (#2802) lizzie 2025-10-21 20:50:36 +02:00
  • bff09f36cc [update_checker] Use bundled Mozilla certificates for httplib (#2785) crueter 2025-10-21 20:43:42 +02:00
  • e33d426ac4 [cmake] set boost components as optional (#2807) crueter 2025-10-21 05:49:02 +02:00
  • f34a385166 revert e367bdf3cc sured-revert CamilleLaVey 2025-10-21 04:59:51 +02:00
  • e367bdf3cc [maxwell] SURED 4 handling (#2769) Ribbit 2025-10-20 17:08:25 +02:00
  • 226160f639 [docs, tools] Add 3rd party links, debug and testing guidelines; add extra tools for maintaining strings, rewrite lanczos generator in perl (#2749) lizzie 2025-10-20 14:25:03 +02:00
  • 0eeeee515e [android, gameProperties] Use StaggeredGrid instead stead of Grid layout for cards (#2781) Inix 2025-10-20 06:46:31 +02:00