rpcsx/rpcs3/Emu/RSX/Capture
Nekotekina b16cc618b5 atomic.hpp: add some features and optimizations
Add atomic_t<>::observe() (relaxed load)
Add atomic_fence_XXX() (barrier functions)
Get rid of MFENCE instruction, replace with no-op LOCK OR on stack.
Remove <atomic> dependence from stdafx.h and relevant headers.
2020-12-07 17:13:12 +03:00
..
rsx_capture.cpp Remove BOM markers 2020-12-06 15:30:12 +03:00
rsx_capture.h rsx-capture: reduce capture size 2018-12-04 13:01:29 +03:00
rsx_replay.cpp atomic.hpp: add some features and optimizations 2020-12-07 17:13:12 +03:00
rsx_replay.h Remove BOM markers 2020-12-06 15:30:12 +03:00
rsx_trace.h rsx: Replace gsl::byte with C++17’s std::byte 2019-11-09 19:30:05 +01:00