2424 Commits (03f05cc79a911a381a6046f3f777f7480f273d2b)

Author SHA1 Message Date
Caio Oliveira 03f05cc79a [chore] It can possible kill someone 7 months ago
lizzie b067740cbf [chore] Fix windows building 7 months ago
lizzie c614476d20 Add for windows and Android 7 months ago
lizzie 79da21ad65 fuck macos 8 months ago
lizzie 15dff2e2a1 super align + nosync opts 8 months ago
lizzie 6da8e59ba3 add cstring 4 std::memcpy 8 months ago
lizzie 30cc46f69c [fs] use mmap() to read files off the mmap system for higher throughput 8 months ago
MaranBr a27d35463e
[video_core] Improve synchronization and refactor buffer cache timing logic (#4182) 3 weeks ago
CamilleLaVey 372bdfccbc
[vulkan, android] Mediacodec implementation + Vulkan fixes (#4191) 3 weeks ago
lizzie 41762940d6
[common] rework BitField and BitUtil, use concepts whenever possible (#4076) 3 weeks ago
lizzie c2e74a9380
[common] remove DetachedTasks object usage (#4096) 3 weeks ago
lizzie e662108584
[fs] use recursive_directory_iterator since MSVC CRT no longer should bug out (#3670) 3 weeks ago
lizzie 7b750bf5bb
[hid_core, input_common] use std::numbers::pi{_v} instead of re-defining (#4160) 3 weeks ago
lizzie 94e9c2bd74
[common] remove presumed 'hot path' for QPC of 10MHz on SteadyClock::Now() (#4162) 3 weeks ago
lizzie 9677522e6c
[core/hle/kernel/svc] add missing CanContain check for {Un}MapProcessCodeMemory, remove 4KB align func (#4164) 3 weeks ago
lizzie f423471cc0
[*, docs] remove UTF8 and make docs ASCII only (#4166) 3 weeks ago
lizzie bfc0e60333
[externals/stb] only include JPEG functions, disable all others (#4179) 3 weeks ago
lizzie 4c65780f11
Revert "[common/dynamic_library] fix AUR build error (#4156)" (#4157) 4 weeks ago
lizzie a9c4c8aefd
[common/dynamic_library] fix AUR build error (#4156) 4 weeks ago
lizzie d8a8169eb2
[hle/bsd] do not use rust-result wannabe Expected in functions (#4075) 1 month ago
MaranBr b4b41ee62c
[buffer_cache] Add option to control GPU buffer readback (#4126) 1 month ago
xbzk 09b6b3b71e
xbzk/gpu-logging_qt-controls_android-fix (#4018) 1 month ago
lizzie 6bdb03d8ac
[common/virtual_buffer] Fix Windows on Snapdragon 7C realizing virtual pages before they're needed (#4128) 1 month ago
crueter 39be450fa3
[desktop] Add basic carousel view (#4112) 1 month ago
crueter 7c0e993b5b
[*] Fix compilation on fmt 12.2.0 (#4107) 1 month ago
lizzie b05463ee19
[fs] use XDG_CACHE_HOME for shader caches (#4093) 1 month ago
lizzie 561adac0af
[common] fallback to VirtualBuffer if we can't use file mappings (#4005) 1 month ago
lizzie 74a6607f8e
[fs] do not early abort on IterateDirEntries{Recursively} (#4100) 1 month ago
xbzk 78a1cd0533
[hle] support passing arguments to homebrew applications (#4013) 1 month ago
lizzie 60e1032771
[qt] fix various crashes due to invalid/corrupted/outdated settings (#4070) 1 month ago
lizzie 4edb1ac6c5
[common/fs] create XDG_DATA_{HOME,CACHE,CONFIG}_HOME if we are the first application to ever be ran or they dont exist for a reason (#4087) 2 months ago
crueter 661346503b
[net] Add support for future macOS PGO shenanigans (#4050) 2 months ago
lizzie ce9c7c196d
[cmake] fix OpenSSL not using <openssl/cert.h> when applicable because it tries to use the system one instead of being explicitly linked (#4053) 2 months ago
lizzie 89199f4d27
[*] basic in-house cpp linting (#4039) 2 months ago
lizzie ad9af25027
[dynarmic] fix pre-SSE4.1 having errors on CMHI/CMLO, fix extra nuisances and add INTERP testcase (#4025) 2 months ago
lizzie f729dbb3c3
[common] use abi::__cxa_demangle for demangling using the system's glibcxx/libc++ (#3894) 2 months ago
lizzie e94ac63a5e
[common/thread] fix MSVC build error with _rdstc (#4029) 2 months ago
lizzie 7c32cf03a1
[core/core_timing] better MWAITX and WAITPKG delays (#3984) 2 months ago
lizzie def03f6589
[video_core] fix redundant resize-copy overload and just use default-init resize, to reduce stutter on Mario BP (#3874) 2 months ago
crueter 08f65cbd01
[frontend] Fix auto updater flavors on Windows (#4019) 2 months ago
lizzie 9d55875377
[*] fix missing '#pragma once' on header files (#4014) 2 months ago
lizzie 0c74a495f5
[video_core/host_shaders] add Snapdragon GSRv1 fragment shaders (#3307) 2 months ago
MaranBr 573e06131d
[texture_cache] Fix a rare visual corruption under specific conditions (#3986) 2 months ago
xbzk eabd1017cc
[fence_manager, ui] antiflicker fix + toggle integration (#4004) 2 months ago
lizzie 46cfd9b6f3
[net] support SCTP protocols (+all base FBSD protos), ban more NS domains (#3955) 2 months ago
lizzie 889545e1ee
[common/virtual_buffer] fix technically wrong usage of std::exchange() (#3992) 2 months ago
RedBlackAka 2a66b40267
[common/cpu_detect] Remove SSE/SSE2/FMA4/AVX_VNNI detection (#3979) 2 months ago
crueter feb8c5f88e
[desktop] More qt_common reorganization (#3916) 2 months ago
Kaydax ad2e1cc554
[externals] Update to SDL3 (#3952) 2 months ago
lizzie 5aba461cb3
[common/wall_clock] fix invariant RDTSC divide by 0 (#3961) 2 months ago