early-access version 3264
This commit is contained in:
parent
e5da011c38
commit
426525dc35
@ -1,7 +1,7 @@
|
||||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 3263.
|
||||
This is the source code for early-access 3264.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
@ -942,7 +942,6 @@ void Config::ReadValues() {
|
||||
ReadRendererValues();
|
||||
ReadAudioValues();
|
||||
ReadSystemValues();
|
||||
ReadMultiplayerValues();
|
||||
}
|
||||
|
||||
void Config::SavePlayerValue(std::size_t player_index) {
|
||||
@ -1100,7 +1099,6 @@ void Config::SaveValues() {
|
||||
SaveRendererValues();
|
||||
SaveAudioValues();
|
||||
SaveSystemValues();
|
||||
SaveMultiplayerValues();
|
||||
}
|
||||
|
||||
void Config::SaveAudioValues() {
|
||||
|
Loading…
Reference in New Issue
Block a user