This repository was archived by the owner on Sep 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,9 @@ RZDCY_MODULES := cfg/ hw/arm7/ hw/aica/ hw/holly/ hw/ hw/gdrom/ hw/maple/ \
1111 hw/mem/ hw/pvr/ hw/sh4/ hw/sh4/interpr/ hw/sh4/modules/ plugins/ profiler/ oslib/ \
1212 hw/extdev/ hw/arm/ hw/naomi/ imgread/ ./ deps/coreio/ deps/zlib/ deps/chdr/ deps/crypto/ \
1313 deps/libelf/ deps/cdipsr/ arm_emitter/ rend/ reios/ deps/libpng/ deps/xbrz/ \
14- deps/xxhash/ deps/libzip/ deps/imgui/ archive/ input/ glwrap/ utils/ gui/
15-
14+ deps/xxhash/ deps/libzip/ deps/imgui/ archive/ input/ glwrap/ utils/ gui/ mods/
15+
1616ifdef SCRIPTING
17- RZDCY_MODULES += scripting/
1817 RZDCY_MODULES += deps/lua/
1918endif
2019
Original file line number Diff line number Diff line change 33#include < string>
44#include < vector>
55
6- #include " types.h"
7- #include " stdclass.h"
8-
96#include " mods.h"
107
118// TODO: Allow more than one script
Original file line number Diff line number Diff line change 22
33#include < string>
44#include < vector>
5- #include < stdclass.h>
5+
6+ #include " types.h"
7+ #include " stdclass.h"
68
79struct mod_handlers {
810 // required
You can’t perform that action at this time.
0 commit comments