mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-12-12 21:22:22 +00:00
db86385cf6
The only reason this even existed was that ZDoom's original VC projects used __fastcall. The CMake generated project do not, they stick to __cdecl. Since no performance gain can be seen by using __fastcall the best course of action is to just remove all traces of it from the source and forget that it ever existed. |
||
---|---|---|
.. | ||
critsec.cpp | ||
critsec.h | ||
i_common.h | ||
i_input.mm | ||
i_joystick.cpp | ||
i_main.mm | ||
i_main_except.cpp | ||
i_system.mm | ||
i_timer.cpp | ||
i_video.mm | ||
st_console.h | ||
st_console.mm | ||
st_start.mm |