doodlum / Skyrim-Community-Shaders

SKSE core plugin for community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.
GNU General Public License v3.0
137 stars 41 forks source link

refactor: change detours to use thunk syntax #559

Closed FlayaN closed 2 days ago

FlayaN commented 2 days ago

Change detours to use thunk syntax

The initial reason for this change was to maybe change to use microsoft detour instead, and this refactor will make it possible to update to that with only changing one cpp file