mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-05 16:15:18 +02:00
wrong buffer!
This commit is contained in:
parent
83621b58e8
commit
b5923696cd
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ struct Auth_Data {
|
|||
//Todo make a signature
|
||||
std::vector<uint8_t> signature = sign_auth_data(app_ticket_key, tickedData, total_size_without_siglen);
|
||||
if (signature.size() == STEAM_APPTICKET_SIGLEN) {
|
||||
memcpy(tickedData.data() + total_size_without_siglen, signature.data(), signature.size());
|
||||
memcpy(buffer.data() + total_size_without_siglen, signature.data(), signature.size());
|
||||
|
||||
#ifndef EMU_RELEASE_BUILD
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue