mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Remove dump on module launch (already dumped on load!)
This commit is contained in:
parent
39d6e9a20f
commit
ff72a25260
1 changed files with 0 additions and 1 deletions
|
|
@ -211,7 +211,6 @@ X_STATUS XUserModule::GetOptHeader(uint8_t* membase, const xex2_header* header,
|
|||
|
||||
X_STATUS XUserModule::Launch(uint32_t flags) {
|
||||
XELOGI("Launching module...");
|
||||
Dump();
|
||||
|
||||
// Create a thread to run in.
|
||||
auto thread = object_ref<XThread>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue