mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
Revert #5530 "Port yuzu-emu/yuzu#4539"
There is currently no such warning and the solution proposed omits the call instead of the warning.
This commit is contained in:
parent
987f910a86
commit
fb49ce462f
@ -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…
Reference in New Issue
Block a user