Assign XModule path on load rather than in the constructor

This commit is contained in:
Dr. Chat
2015-12-28 13:25:04 -06:00
committed by Ben Vanik
parent c242a01043
commit 4e7dfa477b
6 changed files with 17 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ namespace kernel {
class UserModule : public XModule {
public:
UserModule(KernelState* kernel_state, const char* path);
UserModule(KernelState* kernel_state);
~UserModule() override;
enum ModuleFormat {