mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-15 00:41:57 +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. |
||
---|---|---|
.. | ||
crashcatcher.c | ||
critsec.h | ||
hardware.cpp | ||
i_gui.cpp | ||
i_input.cpp | ||
i_joystick.cpp | ||
i_main.cpp | ||
i_system.cpp | ||
i_system.mm | ||
i_timer.cpp | ||
sdlvideo.cpp | ||
sdlvideo.h | ||
st_start.cpp |