1
0
Fork 0
mirror of https://github.com/citra-emu/citra-nightly.git synced 2025-03-31 12:57:12 +00:00

Merge pull request from vitor-k/fix-iofile

Revert  "Port yuzu-emu/yuzu#4539"
This commit is contained in:
Marshall Mohror 2020-12-30 12:20:21 -06:00 committed by GitHub
commit 820c288236
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -919,7 +919,7 @@ IOFile::IOFile() = default;
IOFile::IOFile(const std::string& filename, const char openmode[], int flags)
: filename(filename), openmode(openmode), flags(flags) {
void(Open());
Open();
}
IOFile::~IOFile() {