mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
overlays: implement native recvmessage dialog
This commit is contained in:
parent
cdfe3ee7c8
commit
9ef5a01de4
17 changed files with 449 additions and 25 deletions
|
@ -498,7 +498,7 @@ bool update_manager::handle_rpcs3(const QByteArray& data, bool auto_accept)
|
|||
usz offset = 0;
|
||||
usz outSizeProcessed = 0;
|
||||
const bool isDir = SzArEx_IsDir(&db, i);
|
||||
const DWORD attribs = SzBitWithVals_Check(&db.Attribs, i) ? db.Attribs.Vals[i] : 0;
|
||||
[[maybe_unused]] const DWORD attribs = SzBitWithVals_Check(&db.Attribs, i) ? db.Attribs.Vals[i] : 0;
|
||||
#ifdef _WIN32
|
||||
// This is commented out for now as we shouldn't need it and symlinks
|
||||
// aren't well supported on Windows. Left in case it is needed in the future.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue