28379 Commits (4c16efcd8c3d75924d9956ca27dc0b0389ad21c4)
 

Author SHA1 Message Date
lizzie 4c16efcd8c fix using tostring instead of typeid 1 week ago
lizzie 46ec5be570 fixes ig 3 weeks ago
Caio Oliveira 38a3c37574 [hle] windows dont like it 3 months ago
Caio Oliveira bdfff4a563 [hle] fix build 3 months ago
lizzie a657a562a9 [cmake, common] allow build with -fno-rtti and /GR-, to disable gen of rtti and save some bytes in vtables 6 months ago
lizzie bfc720152a
[vfs] remove usage of 'dynamic_cast', use ankerl::map for files (#3594) 2 days ago
lizzie b6238d6df7
[vfs] fix crash at dtor() time (#3593) 2 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) 2 days ago
xbzk d19303883e
[chore] Resolve "warning C4127: conditional expression is constant" while building under MSVC (#3567) 2 days ago
xbzk 5ee81a4932
[settings] changed debug knobs category to allow per-game usage (#3564) 2 days ago
lizzie 4f29128e50
[dynarmic] Fix ISB with new JIT schema (#3576) 2 days ago
lizzie f76dc401c3
[dynarmic] remove dead-code interpreter (#3547) 2 days ago
xbzk 732b7eb560
[file_sys] added packed language entries support (#3585) 2 days ago
lizzie 93eecca894
[xbyak] fix unordered map that wasn't actually wanting to be unordered (#3589) 2 days ago
lizzie d5aa10d572
[dynarmic] make Xbyak::CodeGen use Ankerl for backing unordered maps (#3438) 3 days ago
crueter 308a995275
[desktop] Revert FPS counter to 500ms (#3586) 3 days ago
crueter f8145152c7
[cmake] Fix MoltenVK Fetch and Dynarmic tests build (#3559) 3 days ago
lizzie c9c136bea7
[texture_cache, buffer_cache] Added TLS handling + changed command queue for GPU threading. (#3579) 3 days ago
lizzie 6f9d025ad2
[host_memory] avoid doing madvise(2) syscall for a simple memset op (#3108) 4 days ago
lizzie ab129cf314
Revert "[vk] Simplified layouts per driver configuration (#3271)" (#3571) 4 days ago
lizzie 72b3f3a8a5
[dynarmic] remove dead-code arm/thumb disassembler (#3546) 6 days ago
John 5fb3ae487c
[windows] Return x86 microsleep for Windows (#3563) 6 days ago
lizzie 86e02aceba
[video_core] remove static texture scratch buffer and just use something allocated on vec (#3560) 6 days 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) 1 week ago
crueter 0634b4a278
[externals] Update SDL2 CI (#3538) 1 week ago
John ee428deb1e
[settings] Set EDS to 2 as default on Windows/FreeBSD (#3532) 1 week ago
lizzie 07bc77c7e7
[dynarmic] Fix Sonic X shadow regression due to aggresive const prop discarding NZCV side ffects (#3534) 1 week ago
lizzie 72973fe582
[dynarmic] fix NSBU regressions (#3533) 1 week 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
lizzie 89bcb73d47
[dynarmic] x86 direct immediate call for host calls within 2G (#3508) 2 weeks ago
MaranBr 7d81a724ef
[shader_recompiler] Fix Shuffle handling for Position attributes (#3406) 2 weeks ago
lizzie 634686d59b
[dynarmic] add back A64 identity pass (#3519) 2 weeks ago
lizzie d0af14632e
[dynarmic] UseScratchGpr for path with immediate additions; lea materialisation with in-range s32 immediate (+immediate carry) (#2958) 2 weeks ago
lizzie c87986b276
[dynarmic] reuse IR::Block memory instead of creating new block each time (#3501) 2 weeks ago
lizzie b600b90d53
[dynarmic] Make SetX/GetW pairs optimized by getSet pass (#3518) 2 weeks ago
crueter 2b979024cb
[frontend] Slow and Turbo modes (#3525) 2 weeks ago
MaranBr 5f676a6a55
[vulkan] Add support for target FPS frame pacing (#3494) 2 weeks ago
xbzk 2ab5b37137
[android, ui] unswizzle combo picker core (#3516) 2 weeks ago
lizzie f6547fac8c
[dynarmic] Define LSW on the same argument/use scratch gpr (#3520) 2 weeks ago
lizzie 9c685c1449
[dynarmic] inline SM4 ARM operation (#3474) 2 weeks ago
crueter aaf1a597ef
[externals] Don't force xbyak to be bundled (#3526) 2 weeks ago