28391 Commits (89dd600790a30dcddab00b37ba348ae047818c13)
 

Author SHA1 Message Date
crueter 89dd600790
[cmake] Comment out YUZU_USE_QT_MULTIMEDIA usages (#3616) 2 days ago
crueter eb57e11f42
[cmake] Delete YUZU_USE_CPM forever (#3615) 2 days ago
crueter 45eb9cfcee
[desktop] Reset speed mode on game shutdown (#3613) 2 days ago
lizzie 0a687b82d4
[crypto] Atomize all traces of MbedTLS, and require OpenSSL 3+ (#3606) 2 days ago
crueter 80d6172084
[desktop] Display currently applied update in tooltip alongside playtime (#3611) 2 days ago
crueter d8b2971a2e
[desktop] Fix game list name column starting out super small by default (#3610) 2 days ago
crueter 12157214b6
[externals] Update FFmpeg to `c7b5f1537d` (#3604) 2 days ago
crueter 0574d7d2c9
[desktop] Fix mod import for romfs mods (#3609) 2 days ago
lizzie d64f7dfe5c
[dynarmic] Transition IR::Block to use stable_vector<Inst>, remove inline pool + pooled vector, remove unused mutable get/set block functors (#3543) 2 days ago
lizzie 2d27359074
[core/memory] remove indirection handling for unaligned access (#3584) 2 days ago
xbzk 978ba3ed6f
[android,ui] added toggle to swap confirm/back buttons (#3601) 2 days ago
DraVee f1e9e846f1
[docs] Add Gentoo and Arch Linux packages to GDB instructions (#3521) 2 days ago
DraVee 097ccf830d
[dynarmic] Fix building of tests (#3599) 3 days ago
crueter fecf763a51
[desktop] Fix crash on restart (#3600) 3 days ago
lizzie a12eb5fef6
[docs] add qt6-charts to deps.md, add nixOS note (#3597) 3 days ago
DraVee 4014b45cb6
[cmake] Remove not working QT_VERSION check (#3553) 3 days ago
lizzie 2082ba7ec7
[cmake, common] allow build with -fno-rtti and /GR-, to disable gen of rtti and save some bytes in vtables (#359) 3 days ago
lizzie bfc720152a
[vfs] remove usage of 'dynamic_cast', use ankerl::map for files (#3594) 3 days ago
lizzie b6238d6df7
[vfs] fix crash at dtor() time (#3593) 3 days ago
lizzie f94bae10f2
[dynarmic] fix SignedDiv64 crashing if immediate constprop took effect; also fix result for 0x8000_0000/0xFFFF_FFFF not returning properly for SignedDiv32 (#3517) 4 days ago
xbzk d19303883e
[chore] Resolve "warning C4127: conditional expression is constant" while building under MSVC (#3567) 4 days ago
xbzk 5ee81a4932
[settings] changed debug knobs category to allow per-game usage (#3564) 4 days ago
lizzie 4f29128e50
[dynarmic] Fix ISB with new JIT schema (#3576) 4 days ago
lizzie f76dc401c3
[dynarmic] remove dead-code interpreter (#3547) 4 days ago
xbzk 732b7eb560
[file_sys] added packed language entries support (#3585) 4 days ago
lizzie 93eecca894
[xbyak] fix unordered map that wasn't actually wanting to be unordered (#3589) 4 days ago
lizzie d5aa10d572
[dynarmic] make Xbyak::CodeGen use Ankerl for backing unordered maps (#3438) 4 days ago
crueter 308a995275
[desktop] Revert FPS counter to 500ms (#3586) 4 days ago
crueter f8145152c7
[cmake] Fix MoltenVK Fetch and Dynarmic tests build (#3559) 4 days ago
lizzie c9c136bea7
[texture_cache, buffer_cache] Added TLS handling + changed command queue for GPU threading. (#3579) 5 days ago
lizzie 6f9d025ad2
[host_memory] avoid doing madvise(2) syscall for a simple memset op (#3108) 5 days ago
lizzie ab129cf314
Revert "[vk] Simplified layouts per driver configuration (#3271)" (#3571) 6 days ago
lizzie 72b3f3a8a5
[dynarmic] remove dead-code arm/thumb disassembler (#3546) 7 days ago
John 5fb3ae487c
[windows] Return x86 microsleep for Windows (#3563) 1 week ago
lizzie 86e02aceba
[video_core] remove static texture scratch buffer and just use something allocated on vec (#3560) 1 week ago
lizzie 50ec0892c6
[meta] restore normal icon, valentine is over (#3556) 1 week ago
crueter f4e7fc91ba
[cmake, frontend] Fix update checker and move to self-hosted Git (#3558) 1 week ago
crueter 45c9f9bbb3
[desktop] Add basic Frametime/FPS overlay (#3537) 1 week ago
MaranBr 8e373eb714
[vulkan] Improve frame pacing (#3535) 1 week ago
lizzie 75ebfaa090
[common] autogenerate unique console serial for every install (#3550) 1 week ago
DraVee e3035ae8f2
[cmake] Use https over http (#3554) 1 week ago
lizzie bcd22d9f8b
[windows] return x86 microsleep for mingw only (#3544) 1 week ago
lizzie 4e7c036c7e
[hle] fix spl being registered as 'spl' instead of 'spl:' (#3549) 1 week ago
crueter 19e2dba35a
[cmake] CPMUtil: Don't consider system packages if FORCE_BUNDLED is on (#3539) 2 weeks ago
crueter 0634b4a278
[externals] Update SDL2 CI (#3538) 2 weeks ago
John ee428deb1e
[settings] Set EDS to 2 as default on Windows/FreeBSD (#3532) 2 weeks ago
lizzie 07bc77c7e7
[dynarmic] Fix Sonic X shadow regression due to aggresive const prop discarding NZCV side ffects (#3534) 2 weeks ago
lizzie 72973fe582
[dynarmic] fix NSBU regressions (#3533) 2 weeks ago
lizzie c263b6af6f
[dynarmic] add current code page cache (#3459) 2 weeks ago
PavelBARABANOV e46576b4c3
[android] add graphics artifacts warning to bloom fix description (#3471) 2 weeks ago