mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Copy Wii save for current game for Netplay and TAS
This commit is contained in:
parent
1f1a232546
commit
5224771dac
15 changed files with 64 additions and 30 deletions
|
@ -97,6 +97,7 @@ struct SConfig : NonCopyable
|
|||
bool bHLE_BS2 = true;
|
||||
bool bEnableCheats = false;
|
||||
bool bEnableMemcardSdWriting = true;
|
||||
bool bCopyWiiSaveNetplay = true;
|
||||
|
||||
bool bDPL2Decoder = false;
|
||||
int iLatency = 14;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue