| 305 | |
| 306 | template <typename T> |
| 307 | static T call_unchecked(T replacement) |
| 308 | { |
| 309 | return reinterpret_cast<T>(find_internal(nullptr, reinterpret_cast<reshade::hook::address>(replacement)).call()); |
| 310 | } |
| 311 | |
| 312 | static void install_delayed_hooks(const std::filesystem::path &loaded_path, bool check_all = false) |
| 313 | { |
no test coverage detected