mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 04:07:57 -05:00
hle: Implement ConvertSessionToDomain, various cleanups.
This commit is contained in:
@ -80,7 +80,7 @@ public:
|
||||
AlignWithPadding();
|
||||
|
||||
IPC::DataPayloadHeader data_payload_header{};
|
||||
data_payload_header.magic = 0x4f434653;
|
||||
data_payload_header.magic = Common::MakeMagic('S', 'F', 'C', 'O');
|
||||
PushRaw(data_payload_header);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user