rpcs3/Utilities
oltolm fcff16b6f7
Fix Clang build and other small fixes (#17736)
1. I fixed the Clang build.
1. I removed what I think is an unnecessary `ptrtoint` in
`rpcs3/Emu/Cell/PPUTranslator.cpp`. I am not 100% sure that it's
correct, but I tested a small LLVM IR snippet and it didn't make a
difference. The ASM code was the same.
1. I also changed the definition of `prefetch_write` from `return
__builtin_prefetch(ptr, 1, 0);` to `return __builtin_prefetch(ptr, 1,
3);` because that's how `_m_prefetchw` is defined in GCC.
2025-11-23 07:11:36 +02:00
..
address_range.h rsx/util/test: Cover edge cases in address_range test suite 2025-05-27 15:06:32 +03:00
bin_patch.cpp
bin_patch.h
bit_set.h
BitField.h
cfmt.h
cheat_info.cpp
cheat_info.h
cond.cpp
cond.h
Config.cpp Config: Implement 128-bit setting entry type 2025-10-03 19:46:01 +03:00
Config.h Config: Implement 128-bit setting entry type 2025-10-03 19:46:01 +03:00
CRC.h
date_time.cpp
date_time.h
deferred_op.hpp rsx: Invalidate surface cache slots that are trampled by buffer writes. 2025-11-05 18:26:12 +03:00
File.cpp
File.h
geometry.h
git-version-gen.cmd CI: fix branch name and PR number 2025-06-14 23:44:06 +02:00
JIT.h
JITASM.cpp
JITLLVM.cpp [Build] Explicit Triple with LLVM 21.1.0 2025-10-15 20:09:21 +02:00
lockless.h
LUrlParser.cpp
LUrlParser.h
mutex.cpp
mutex.h
ppu_patch.h
rXml.cpp
rXml.h
sema.cpp
sema.h
simple_ringbuf.cpp
simple_ringbuf.h
stack_trace.cpp
stack_trace.h
StrFmt.cpp
StrFmt.h Fix Clang build and other small fixes (#17736) 2025-11-23 07:11:36 +02:00
StrUtil.h Config: Implement 128-bit setting entry type 2025-10-03 19:46:01 +03:00
sync.h
Thread.cpp SaveStates: Fix Gem Thread Reboot 2025-10-14 08:16:02 +03:00
Thread.h SaveStates: Fix Gem Thread Reboot 2025-10-14 08:16:02 +03:00
Timer.h
transactional_storage.h Fix some static analysis warnings, including c-style cast 2025-06-01 22:07:03 +02:00
version.cpp
version.h