mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 22:22:21 -04:00
full ntsc-j mode + greatest hits support (#1525)
* remove str files from inputs * removed unused verbose flag * allow some kind of conditional game building for JP extras * make `PrintBankInfo` do nothing * clang * Update gltf_mesh_extract.cpp * fix `*jak1-full-game*` in extractor * use json library to build json file * screw it red label support as well
This commit is contained in:
@@ -38,7 +38,7 @@ std::string MakeStep::print() const {
|
||||
return result;
|
||||
}
|
||||
|
||||
MakeSystem::MakeSystem() {
|
||||
MakeSystem::MakeSystem(const std::string& username) : m_goos(username) {
|
||||
m_goos.register_form("defstep", [=](const goos::Object& obj, goos::Arguments& args,
|
||||
const std::shared_ptr<goos::EnvironmentObject>& env) {
|
||||
return handle_defstep(obj, args, env);
|
||||
|
||||
Reference in New Issue
Block a user