diff options
| author | oltolm <oleg.tolmatcev@gmail.com> | 2026-02-04 22:22:16 +0100 |
|---|---|---|
| committer | oltolm <oleg.tolmatcev@gmail.com> | 2026-02-08 00:37:29 +0100 |
| commit | 60351c19ccb5fb48cc82e7b6b59ae291577b5560 (patch) | |
| tree | 66b67ab028f56ee99790211cec39b36bbc78ce10 /Source/Core/Common/CompatPatches.cpp | |
| parent | a8fbe8f28f622851333538ee0a2899bc159161ba (diff) | |
Misc: fix compiler warning: implicit declaration of function
Diffstat (limited to 'Source/Core/Common/CompatPatches.cpp')
| -rw-r--r-- | Source/Core/Common/CompatPatches.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/CompatPatches.cpp b/Source/Core/Common/CompatPatches.cpp index 26c8815650..8697357883 100644 --- a/Source/Core/Common/CompatPatches.cpp +++ b/Source/Core/Common/CompatPatches.cpp @@ -124,7 +124,7 @@ private: PIMAGE_DATA_DIRECTORY directories; }; -void CompatPatchesInstall(LdrWatcher* watcher) +static void CompatPatchesInstall(LdrWatcher* watcher) { watcher->Install({{L"EZFRD64.dll", L"811EZFRD64.DLL"}, [](const LdrDllLoadEvent& event) { // *EZFRD64 is included in software packages for cheapo third-party gamepads |
