mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-17 04:19:59 +01:00
Merge pull request #5664 from vitor-k/fix-iofile
Revert #5530 "Port yuzu-emu/yuzu#4539"
This commit is contained in:
commit
820c288236
@ -919,7 +919,7 @@ IOFile::IOFile() = default;
|
|||||||
|
|
||||||
IOFile::IOFile(const std::string& filename, const char openmode[], int flags)
|
IOFile::IOFile(const std::string& filename, const char openmode[], int flags)
|
||||||
: filename(filename), openmode(openmode), flags(flags) {
|
: filename(filename), openmode(openmode), flags(flags) {
|
||||||
void(Open());
|
Open();
|
||||||
}
|
}
|
||||||
|
|
||||||
IOFile::~IOFile() {
|
IOFile::~IOFile() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user