[nostalgia,studio] Make module handling consistent
This commit is contained in:
@@ -5,7 +5,7 @@ target_link_libraries(
|
||||
OxClArgs
|
||||
OxLogConn
|
||||
Keel
|
||||
NostalgiaAppModules
|
||||
NostalgiaKeelModules
|
||||
)
|
||||
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Release" AND NOT WIN32)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <keel/keel.hpp>
|
||||
|
||||
#include <nostalgia/appmodules/appmodules.hpp>
|
||||
#include <nostalgia/appmodules/keelmodules.hpp>
|
||||
|
||||
using namespace nostalgia;
|
||||
|
||||
@@ -52,7 +52,7 @@ static ox::Error generateTypes(ox::TypeStore *ts) noexcept {
|
||||
}
|
||||
|
||||
static ox::Error run(const ox::ClArgs &args) noexcept {
|
||||
loadModules();
|
||||
registerKeelModules();
|
||||
const auto argSrc = args.getString("src", "");
|
||||
const auto argRomBin = args.getString("rom-bin", "");
|
||||
if (argSrc == "") {
|
||||
|
||||
Reference in New Issue
Block a user