mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-29 22:34:16 +01: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 length = state.process->GetObject<u8>(request.inputBuf.at(0).address + offset++);
|
||||||
auto address = request.inputBuf.at(0).address + offset;
|
auto address = request.inputBuf.at(0).address + offset;
|
||||||
|
|
||||||
|
logMessage << " ";
|
||||||
|
|
||||||
switch (fieldType) {
|
switch (fieldType) {
|
||||||
case LogFieldType::Start:
|
case LogFieldType::Start:
|
||||||
offset += length;
|
offset += length;
|
||||||
|
Loading…
Reference in New Issue
Block a user