mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
make clang conform
This commit is contained in:
parent
3e2798e5b5
commit
ef143b6166
@ -68,7 +68,7 @@ Emulator::Emulator() {
|
|||||||
QString filePath = QString::fromStdString((user_dir / "play_time.txt").string());
|
QString filePath = QString::fromStdString((user_dir / "play_time.txt").string());
|
||||||
QFile file(filePath);
|
QFile file(filePath);
|
||||||
ASSERT_MSG(file.open(QIODevice::ReadWrite | QIODevice::Text),
|
ASSERT_MSG(file.open(QIODevice::ReadWrite | QIODevice::Text),
|
||||||
"Error opening or creating play_time.txt");
|
"Error opening or creating play_time.txt");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user