mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 03:37:53 +00:00
fdf12c5c09
The functions loader_C and loader_Croot provably did not do anything besides returning an error, so removing them was safe. For loader_Lua, this was using luaL_loadfile. But that in turn now uses Sword25FileProxy, which only supports loading config.lua, and config.lua is not used via the loadlib mechanism. Therefore, I deemed it safe to also remove this third loader. This leaves loader_preload as only remaining loader. It is probably unused, too, but I did not both to investigate further, as I already achieved my primary goal (getting rid of fopen/fclose use). All other removed functions were unused due to the removal of the first three loader_* functions. |
||
---|---|---|
.. | ||
fmv | ||
gfx | ||
input | ||
kernel | ||
math | ||
package | ||
script | ||
sfx | ||
util | ||
console.cpp | ||
console.h | ||
detection_tables.h | ||
detection.cpp | ||
module.mk | ||
sword25.cpp | ||
sword25.h |