2448 Commits (eb294c141177d9f430ecf0dc89625f4c1b351f8d)

Author SHA1 Message Date
Exverge 7667a3da89
[host_memory] revert current irregular mapping implementation 3 weeks ago
lizzie 58dee53305
[fmt] use {#:x} instead of 0x{:#x} (#4170) 4 weeks ago
crueter b9a88297cb
[fs] fix crash on '#' comments in pchtxt patches (#4124) 4 weeks ago
Maufeat 5b4c29b123
[file_sys] Quick sandbox escape fix (#4223) 4 weeks ago
Exverge 6482c582d4
[core/host_mem] replace while loop with VirtualAlloc2 ext params 1 month ago
Exverge 564a35b080
[core] more verbose asserts for HostMemory 1 month ago
Exverge 70a59b1188
[core] don't adjust for nce on non-nce (obviously) 1 month ago
Exverge 4b5533213b
[debug] use clang debugtrap over asm 1 month ago
Exverge 90480182e3
Revert "[debug] breakpoint instruction is unsupported on win32" 1 month ago
Exverge 715910256f
[debug] breakpoint instruction is unsupported on win32 1 month ago
Exverge d79cfb0614
[core] log error codes for failed VirtualAllocs 1 month ago
Exverge 1adf6aa500
[core] support direct mappings on win32 1 month ago
Exverge f0604eca00
[core] don't keep trying to allocate HostMemory buffer 1 month ago
Exverge 8b0229eda0
Make Windows NCE code actually compliable 1 month ago
Exverge c2bc7d92ce
Fix compile errors and finish up Windows NCE 1 month ago
Exverge 301c030234
[core] Windows NCE because why the fuck not 1 month ago
Exverge c886d26200
Fix rare off cases for misaligned mappings 1 month ago
Exverge 75954f1131
Fix compiler errors 1 month ago
Exverge f6a26e63fe Add bimap to link targets 1 month ago
Exverge 2555473c0f
[core] hook DeviceMemory to check for irregular mappings 1 month ago
Exverge 403adff3d1
Use multiple indexes to allow indexing for paddr 1 month ago
Exverge 826d7a435d
Conditionally disable NCE on macOS 1 month ago
MaranBr a27d35463e
[video_core] Improve synchronization and refactor buffer cache timing logic (#4182) 1 month ago
Exverge bdd9278c8b
[nce] Clean up loose ends 1 month ago
CamilleLaVey 372bdfccbc
[vulkan, android] Mediacodec implementation + Vulkan fixes (#4191) 1 month ago
Exverge 8b9c1d07be
[nce] no more asm 1 month ago
lizzie 41762940d6
[common] rework BitField and BitUtil, use concepts whenever possible (#4076) 1 month ago
lizzie c2e74a9380
[common] remove DetachedTasks object usage (#4096) 1 month ago
Exverge 9cdd7aee44
only use MAP_FIXED_NOREPLACE on linux 1 month ago
lizzie e662108584
[fs] use recursive_directory_iterator since MSVC CRT no longer should bug out (#3670) 1 month ago
lizzie 7b750bf5bb
[hid_core, input_common] use std::numbers::pi{_v} instead of re-defining (#4160) 1 month ago
lizzie 94e9c2bd74
[common] remove presumed 'hot path' for QPC of 10MHz on SteadyClock::Now() (#4162) 1 month ago
lizzie 9677522e6c
[core/hle/kernel/svc] add missing CanContain check for {Un}MapProcessCodeMemory, remove 4KB align func (#4164) 1 month ago
lizzie f423471cc0
[*, docs] remove UTF8 and make docs ASCII only (#4166) 1 month ago
lizzie bfc0e60333
[externals/stb] only include JPEG functions, disable all others (#4179) 1 month ago
Exverge 8ea600f0a7
track unaligned mappings and only map when needed 1 month ago
Exverge 0ab7e58d39
fix compile on non-msvc windows and linux 1 month ago
Exverge c78d2068e1
[core/arm] initial fastmem/nce support on variable page sizes & macOS 1 month ago
lizzie 4c65780f11
Revert "[common/dynamic_library] fix AUR build error (#4156)" (#4157) 2 months ago
lizzie a9c4c8aefd
[common/dynamic_library] fix AUR build error (#4156) 2 months ago
lizzie d8a8169eb2
[hle/bsd] do not use rust-result wannabe Expected in functions (#4075) 2 months ago
MaranBr b4b41ee62c
[buffer_cache] Add option to control GPU buffer readback (#4126) 2 months ago
xbzk 09b6b3b71e
xbzk/gpu-logging_qt-controls_android-fix (#4018) 2 months ago
lizzie 6bdb03d8ac
[common/virtual_buffer] Fix Windows on Snapdragon 7C realizing virtual pages before they're needed (#4128) 2 months ago
crueter 39be450fa3
[desktop] Add basic carousel view (#4112) 2 months ago
crueter 7c0e993b5b
[*] Fix compilation on fmt 12.2.0 (#4107) 2 months ago
lizzie b05463ee19
[fs] use XDG_CACHE_HOME for shader caches (#4093) 2 months ago
lizzie 561adac0af
[common] fallback to VirtualBuffer if we can't use file mappings (#4005) 2 months ago
lizzie 74a6607f8e
[fs] do not early abort on IterateDirEntries{Recursively} (#4100) 2 months ago
xbzk 78a1cd0533
[hle] support passing arguments to homebrew applications (#4013) 2 months ago