1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00
rpcs3/Utilities
Nekotekina 43952e18e2 Implement prefetch_write() and prefetch_exec() wrappers
Do some refactoring to prefetch_read() in util/asm.hpp as well.
Make all these function constexpr because they are no-ops.
2020-11-24 12:31:11 +03:00
..
address_range.h Fix address_range start_length() constructor 2020-04-29 06:47:35 +03:00
BEType.h Attempt to fix #9271 2020-11-21 07:09:48 +03:00
bin_patch.cpp unify patch log 2020-11-07 19:22:40 +01:00
bin_patch.h patch_engine: Apply patch when APP_VER is unknown 2020-09-21 11:59:57 +02:00
bit_set.h
BitField.h Fix bitfield operator &= 2020-09-10 19:04:53 +02:00
cfmt.h Revert "Replace rotate utils with std::rotl" (partial) 2020-04-14 19:45:53 +03:00
cheat_info.cpp cheat_manager: improve parser errors 2020-07-29 13:18:33 +02:00
cheat_info.h cheat_manager: improve parser errors 2020-07-29 13:18:33 +02:00
cond.cpp Improve cond_var notifiers 2020-11-06 00:10:16 +03:00
cond.h Improve cond_var notifiers 2020-11-06 00:10:16 +03:00
Config.cpp PPU: Implement PPU Traps Stubbing option 2020-05-27 22:39:29 +03:00
Config.h Emu: use vulkan as default renderer 2020-10-01 09:19:13 +02:00
CPUStats.h
CRC.h
date_time.h
File.cpp Fix fs::delim type, fix "." and ".." processing in fs::get_parent_dir (#8975) 2020-09-26 19:18:32 +01:00
File.h Fix fs::delim type, fix "." and ".." processing in fs::get_parent_dir (#8975) 2020-09-26 19:18:32 +01:00
geometry.h geometry.h: remove MSVC workaround 2020-02-12 12:50:42 +03:00
git-version-gen.cmd Build: Fix potential issue with Windows builds not receiving correct 2020-03-29 14:10:07 +03:00
hash.h
JIT.cpp vm: add map_self() method to utils::shm 2020-11-08 16:43:15 +03:00
JIT.h TSX: new fallback method (time-based) 2020-10-31 15:34:14 +03:00
lockless.h Remove cancerous lf_value<> 2020-02-28 18:54:46 +03:00
LUrlParser.cpp
LUrlParser.h
mutex.cpp Improve shared_mutex 2020-11-06 00:10:16 +03:00
mutex.h Rewrite cpu_thread::suspend_all 2020-10-10 13:58:48 +03:00
rXml.cpp
rXml.h Untangle GUI and input includes 2020-02-24 16:31:01 +01:00
sema.cpp
sema.h Use attributes for LIKELY/UNLIKELY 2020-02-05 10:42:34 +03:00
span.h rsx: Wrap gsl::span definition into Utilities/span.h 2019-11-09 20:00:50 +01:00
StrFmt.cpp Always launch rpcs3.exe on restart 2020-04-05 14:27:13 +03:00
StrFmt.h sys_event: cleanup (replace vm::temporary_unlock) 2020-10-30 17:49:07 +03:00
StrUtil.h Fix various explicitness, laziness, hard codes 2020-04-12 17:29:42 +03:00
sync.h Improve DYNAMIC_IMPORT 2020-11-10 01:44:31 +03:00
sysinfo.cpp Utils: Add detection for Icelake-client tier AVX-512 2020-08-08 00:33:22 +02:00
sysinfo.h Utils: Add detection for Icelake-client tier AVX-512 2020-08-08 00:33:22 +02:00
Thread.cpp Implement prefetch_write() and prefetch_exec() wrappers 2020-11-24 12:31:11 +03:00
Thread.h Simplify communication with thread pool 2020-11-23 11:32:34 +03:00
Timer.h
typemap.h vm: add map_self() method to utils::shm 2020-11-08 16:43:15 +03:00
types.h Basic constexpr support for u128 (MSVC) 2020-11-20 15:04:17 +03:00
version.cpp patch manager: Skip lower patch_versions 2020-06-21 15:48:30 +02:00
version.h patch manager: properly check patch versions 2020-06-21 15:48:30 +02:00