Update src/citra_qt/configuration/configure_storage.cpp

Co-authored-by: Ben <bene_thomas@web.de>
This commit is contained in:
Daniel Mendez 2021-04-18 12:57:20 +02:00 committed by GitHub
parent b72e60a47f
commit 8981ca983f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
// Copyright 2016 Citra Emulator Project
// Copyright 2021 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
@ -75,4 +75,4 @@ void ConfigureStorage::ApplyConfiguration() {
void ConfigureStorage::RetranslateUI() {
ui->retranslateUi(this);
}
}