summaryrefslogtreecommitdiff
path: root/Source/Core/Common/CompatPatches.cpp
AgeCommit message (Collapse)Author
2026-02-08Misc: fix compiler warning: implicit declaration of functionoltolm
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaƫle
find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i
2025-04-20remove ucrt compat patchesShawn Hoffman
Dolphin has not supported a version of windows where these binaries exist for a while.
2025-03-11Core/Common: Fix typosLuz Paz
Found via `codespell -q 3 -S "./Externals,./Data/Sys/wiitdb-??.txt,*.po,*.pot" -L andf,asnd,bootup,brocken,bufferin,clen,collet,datas,delt,diety,extint,fpr,inout,inport,interm,nd,nin,ontop,pixelx,re-use,re-used,sav,stateman,strat,transer,wil`
2024-08-20Remove redundant semicolonsDr. Dystopia
2023-04-18Common/CommonFuncs: Move interface into Common namespaceLioncash
Gets these functions out of the global namespace.
2022-01-13Add fmt/xchar includes where wstring is usedPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2020-08-23handle to GetFileVersionInfoW must be zeroShawn Hoffman
2019-11-23Prefer MessageBoxW to MessageBoxAtinyredpanda
2019-10-07Move GetModuleName to CommonSilent
This unifies GetModuleFileName calls between Dolphin and WinUpdater and allows to gracefully remove MAX_PATH limit from GetExePath
2019-06-14Common: Use fmt where applicableLioncash
Begins the transition to using fmt for string formatting where applicable. Given fmt supports formatting std::string instances out of the box, we can remove now-unnecessary calls to .c_str() and .data(). Note that this change does not touch the actual logging subsystem aside from converting the final StringFromFormat call in the process over to fmt::format. Given our logging system is heavily used throughout the entire codebase, and converting that over will be quite a large change by itself, this will be tackled near the end of the conversion process.
2018-04-12Reformat all the things!spycrab
2017-06-15[windows]: Apply compatibility patches to problematic gamepad vibration drivers.Shawn Hoffman
Move ucrtFreadWorkaround to use the new LdrWatcher.