Aded initial lua setup
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
||||
[submodule "third_party/nugget"]
|
||||
path = third_party/nugget
|
||||
url = https://github.com/pcsx-redux/nugget.git
|
||||
url = https://github.com/pcsx-redux/nugget
|
||||
|
||||
1
Makefile
1
Makefile
@@ -11,6 +11,7 @@ src/navmesh.cpp \
|
||||
output.o
|
||||
|
||||
include third_party/nugget/psyqo/psyqo.mk
|
||||
include third_party/nugget/psyqo-lua/psyqo-lua.mk
|
||||
|
||||
%.o: %.bin
|
||||
$(PREFIX)-objcopy -I binary --set-section-alignment .data=4 --rename-section .data=.rodata,alloc,load,readonly,data,contents -O $(FORMAT) -B mips $< $@
|
||||
|
||||
1
src/lua.cpp
Normal file
1
src/lua.cpp
Normal file
@@ -0,0 +1 @@
|
||||
#include "lua.h"
|
||||
2
third_party/nugget
vendored
2
third_party/nugget
vendored
Submodule third_party/nugget updated: e429a934eb...c18876727c
Reference in New Issue
Block a user