mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-15 00:27:57 +03:00
Fix the spacing on lm log messages
This commit is contained in:
parent
dae799dbb5
commit
80270637c1
@ -54,6 +54,8 @@ namespace skyline::service::lm {
|
||||
auto length = state.process->GetObject<u8>(request.inputBuf.at(0).address + offset++);
|
||||
auto address = request.inputBuf.at(0).address + offset;
|
||||
|
||||
logMessage << " ";
|
||||
|
||||
switch (fieldType) {
|
||||
case LogFieldType::Start:
|
||||
offset += length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user