[Kernel] Update ExLoadedCommandLine based on executable name
This commit is contained in:
@@ -28,6 +28,8 @@ namespace xboxkrnl {
|
||||
class XboxkrnlModule : public KernelModule {
|
||||
public:
|
||||
static constexpr size_t kExLoadedImageNameSize = 255 + 1;
|
||||
static constexpr size_t kExLoadedCommandLineSize =
|
||||
1024; // Based on max size provided for XamLoaderGetLaunchData
|
||||
|
||||
XboxkrnlModule(Emulator* emulator, KernelState* kernel_state);
|
||||
virtual ~XboxkrnlModule();
|
||||
|
||||
Reference in New Issue
Block a user